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 bb68cb5 commit 8b09966Copy full SHA for 8b09966
dpctl/_device_selection.py
@@ -12,7 +12,7 @@ def select_device_with_aspects(required_aspects, excluded_aspects=[]):
12
13
The list of SYCL device aspects can be found in SYCL 2020 specs:
14
15
- https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:device-aspects
+ https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:device-aspects
16
17
:Example:
18
.. code-block:: python
0 commit comments