Skip to content

Commit

Permalink
Update README-sycl.md (codeplaysoftware#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-goli authored and AD2605 committed May 24, 2024
1 parent 80b306c commit 3cb6e4e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README-sycl.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ ninja [EXAMPLE_NAME]_sycl
You can run it like this from your build directory

```
LD_LIBRARY_PATH=/path/to/sycl/install/lib
./examples/cute/tutorial/[EXAMPLE_NAME]_sycl
LD_LIBRARY_PATH=/path/to/sycl/install/lib ./examples/cute/tutorial/[EXAMPLE_NAME]_sycl
```

## CUTLASS Example
Expand All @@ -63,8 +62,7 @@ LD_LIBRARY_PATH=/path/to/sycl/install/lib
```
You can run it like this from your build directory
```
NVIDIA_TF32_OVERRIDE=1 LD_LIBRARY_PATH=/path/to/sycl/install/lib
./examples/14_ampere_tf32_tensorop_gemm/14_ampere_tf32_tensorop_gemm_cute
NVIDIA_TF32_OVERRIDE=1 LD_LIBRARY_PATH=/path/to/sycl/install/lib ./examples/14_ampere_tf32_tensorop_gemm/14_ampere_tf32_tensorop_gemm_cute
```

# References
Expand Down

0 comments on commit 3cb6e4e

Please sign in to comment.