We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b62e2 commit b335fa4Copy full SHA for b335fa4
doc/quick_start_guide.rst
@@ -203,8 +203,10 @@ For example:
203
Multi-target build
204
~~~~~~~~~~~~~~~~~~
205
206
-By default, building from source enables support for Intel devices.
207
-However, the build can be extended to support both CUDA and AMD devices simultaneously:
+The default ``dpnp`` build from the source enables support of Intel devices only.
+Extending the build with a custom SYCL target additionally enables support of CUDA or AMD
208
+device in ``dpnp``. Besides, the support can be also extended to enable both CUDA and AMD
209
+devices at the same time:
210
211
.. code-block:: bash
212
0 commit comments