diff --git a/README-sycl.md b/README-sycl.md index 43a8c54f8e..56cd0096f0 100644 --- a/README-sycl.md +++ b/README-sycl.md @@ -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 @@ -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