From ea75964ec242a7b9dcc23a7c504c3036b24872e9 Mon Sep 17 00:00:00 2001 From: Mehdi Goli Date: Wed, 17 Apr 2024 11:09:44 +0100 Subject: [PATCH] Update README-sycl.md --- README-sycl.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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