Skip to content

Commit d2641e5

Browse files
committed
Addressing comments from review
1 parent a8ad72c commit d2641e5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ DPC++ toolchain, but replace the cmake command with the following one:
130130
```
131131
cmake -DCMAKE_BUILD_TYPE=Release \
132132
-DLLVM_EXTERNAL_PROJECTS="llvm-spirv;sycl" \
133-
-DLLVM_EXTERNAL_SYCL_SOURCE_DIR=$SYCL_HOME/llvm/sycl \
134-
-DLLVM_EXTERNAL_LLVM_SPIRV_SOURCE_DIR=$SYCL_HOME/llvm/llvm-spirv \
133+
-DLLVM_EXTERNAL_SYCL_SOURCE_DIR=$DPCPP_HOME/llvm/sycl \
134+
-DLLVM_EXTERNAL_LLVM_SPIRV_SOURCE_DIR=$DPCPP_HOME/llvm/llvm-spirv \
135135
-DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda/ \
136136
-DLLVM_ENABLE_PROJECTS="clang;llvm-spirv;sycl;libclc" \
137137
-DSYCL_BUILD_PI_CUDA=ON \
@@ -150,16 +150,16 @@ above.
150150

151151
# Use DPC++ toolchain
152152

153-
## Using the SYCL toolchain on CUDA platforms
153+
## Using the DPC++ toolchain on CUDA platforms
154154

155-
The SYCL toolchain support on CUDA platforms is still in an experimental phase.
156-
Currently, the SYCL toolchain relies on having a recent OpenCL implementation
157-
on the system in order to link applications to the SYCL runtime.
155+
The DPC++ toolchain support on CUDA platforms is still in an experimental phase.
156+
Currently, the DPC++ toolchain relies on having a recent OpenCL implementation
157+
on the system in order to link applications to the DPC++ runtime.
158158
The OpenCL implementation is not used at runtime if only the CUDA backend is
159159
used in the application, but must be installed.
160160

161161
The OpenCL implementation provided by the CUDA SDK is OpenCL 1.2, which is
162-
too old to link with the SYCL runtime and lacks some symbols.
162+
too old to link with the DPC++ runtime and lacks some symbols.
163163

164164
We recommend installing the low level CPU runtime, following the instructions
165165
in the next section.

0 commit comments

Comments
 (0)