File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,6 @@ python %DPCPP_HOME%\llvm\buildbot\compile.py
166
166
```
167
167
### Build DPC++ toolchain with support for NVIDIA CUDA
168
168
169
- There is experimental support for DPC++ for CUDA devices.
170
-
171
169
To enable support for CUDA devices, follow the instructions for the Linux or
172
170
Windows DPC++ toolchain, but add the ` --cuda ` flag to ` configure.py ` . Note,
173
171
the CUDA backend has Windows support; windows subsystem for
@@ -810,7 +808,6 @@ int CUDASelector(const sycl::device &Device) {
810
808
811
809
# ## Using the DPC++ toolchain on CUDA platforms
812
810
813
- The DPC++ toolchain support on CUDA platforms is still in an experimental phase.
814
811
Currently, the DPC++ toolchain relies on having a recent OpenCL implementation
815
812
on the system in order to link applications to the DPC++ runtime.
816
813
The OpenCL implementation is not used at runtime if only the CUDA backend is
Original file line number Diff line number Diff line change 1
- Experimental CUDA backend for DPC++
2
- ===================================
1
+ CUDA backend for DPC++
2
+ ======================
3
3
4
4
.. toctree ::
5
5
:maxdepth: 1
You can’t perform that action at this time.
0 commit comments