Skip to content

Commit bb68cb5

Browse files
Update _device_selection.py
Added a reference to where to find the list of all aspects
1 parent 26ab5ce commit bb68cb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dpctl/_device_selection.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ def select_device_with_aspects(required_aspects, excluded_aspects=[]):
1010
`required_aspects` list, and do not have any aspects in `excluded_aspects`
1111
list.
1212
13-
Supported
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
1416
1517
:Example:
1618
.. code-block:: python

0 commit comments

Comments
 (0)