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 245b3fc commit f19f935Copy full SHA for f19f935
dpctl/_sycl_device.pyx
@@ -163,8 +163,8 @@ cdef class SyclDevice(_SyclDevice):
163
There are two ways of creating a SyclDevice instance:
164
165
- by directly passing in a filter string to the class constructor. The
166
- filter string needs to conform to the the `DPC++ filter selector SYCL
167
- extension <https://bit.ly/37kqANT>`_.
+ filter string needs to conform to the the `DPC++ filter selector SYCL
+ extension <https://bit.ly/37kqANT>`_.
168
169
:Example:
170
.. code-block:: python
0 commit comments