Skip to content

Commit 33306d4

Browse files
authored
[SYCL][CUDA][Doc] CUDA plugin is no longer experimental (#7736)
The CUDA plugin is pretty well supported now so we shouldn't really call it experimental anymore.
1 parent 44c6437 commit 33306d4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ python %DPCPP_HOME%\llvm\buildbot\compile.py
166166
```
167167
### Build DPC++ toolchain with support for NVIDIA CUDA
168168

169-
There is experimental support for DPC++ for CUDA devices.
170-
171169
To enable support for CUDA devices, follow the instructions for the Linux or
172170
Windows DPC++ toolchain, but add the `--cuda` flag to `configure.py`. Note,
173171
the CUDA backend has Windows support; windows subsystem for
@@ -810,7 +808,6 @@ int CUDASelector(const sycl::device &Device) {
810808
811809
### Using the DPC++ toolchain on CUDA platforms
812810
813-
The DPC++ toolchain support on CUDA platforms is still in an experimental phase.
814811
Currently, the DPC++ toolchain relies on having a recent OpenCL implementation
815812
on the system in order to link applications to the DPC++ runtime.
816813
The OpenCL implementation is not used at runtime if only the CUDA backend is

sycl/doc/cuda/contents.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Experimental CUDA backend for DPC++
2-
===================================
1+
CUDA backend for DPC++
2+
======================
33

44
.. toctree::
55
:maxdepth: 1

0 commit comments

Comments
 (0)