Skip to content

Commit

Permalink
Fix typo (codeplaysoftware#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
aacostadiaz committed Aug 5, 2024
1 parent 59973fb commit 27aef1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-sycl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 27aef1e

Please sign in to comment.