File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,10 @@ installation layout of compatible version. The following plugins from CodePlay a
144144Building ``dpnp `` also requires `building Data Parallel Control Library for custom SYCL targets.
145145<https://intelpython.github.io/dpctl/latest/beginners_guides/installation.html#building-for-custom-sycl-targets> `_
146146
147+ Builds for CUDA and AMD devices internally use SYCL alias targets that are passed to the compiler.
148+ A full list of available SYCL alias targets is available in the
149+ `DPC++ Compiler User Manual <https://intel.github.io/llvm/UsersManual.html >`_.
150+
147151CUDA build
148152~~~~~~~~~~
149153
@@ -170,9 +174,6 @@ A complete mapping between NVIDIA GPU models and their respective
170174Compute Capabilities can be found in the official
171175`CUDA GPU Compute Capability <https://developer.nvidia.com/cuda-gpus >`_ documentation.
172176
173- A full list of available SYCL alias targets is available in the
174- `DPC++ Compiler User Manual <https://intel.github.io/llvm/UsersManual.html >`_.
175-
176177AMD build
177178~~~~~~~~~
178179
You can’t perform that action at this time.
0 commit comments