From 27aef1e93355611deaef83c2c73de331c99aa03b Mon Sep 17 00:00:00 2001 From: Alejandro Acosta Date: Mon, 15 Jul 2024 14:37:30 +0100 Subject: [PATCH] Fix typo (#93) --- README-sycl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-sycl.md b/README-sycl.md index 3d59a7bdc8..2e23de68dc 100644 --- a/README-sycl.md +++ b/README-sycl.md @@ -30,7 +30,7 @@ Once you have your compiler installed, you need to point the This enables the compilation of SYCL sources without altering the current NVCC path. ``` -make -G Ninja \ +cmake -G Ninja \ -DCMAKE_CUDA_HOST_COMPILER=/path/to/clang++ \ -DCUTLASS_ENABLE_SYCL=ON \ -DDPCPP_SYCL_TARGET=nvptx64-nvidia-cuda \