Skip to content

Commit b08c0e5

Browse files
Clarify SYCL alias target usage
1 parent dbdd077 commit b08c0e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/quick_start_guide.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ installation layout of compatible version. The following plugins from CodePlay a
144144
Building ``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+
147151
CUDA build
148152
~~~~~~~~~~
149153

@@ -170,9 +174,6 @@ A complete mapping between NVIDIA GPU models and their respective
170174
Compute 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-
176177
AMD build
177178
~~~~~~~~~
178179

0 commit comments

Comments
 (0)