File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1870,7 +1870,9 @@ cdef class SyclDevice(_SyclDevice):
1870
1870
The :class:`dpctl.SyclDevice` instance to check for peer access
1871
1871
by this device.
1872
1872
value (str, optional):
1873
- Specifies the kind of peer access being queried
1873
+ Specifies the kind of peer access being queried.
1874
+
1875
+ The supported values are
1874
1876
1875
1877
- ``"access_supported"``
1876
1878
Returns ``True`` if it is possible for this device to
@@ -1879,14 +1881,13 @@ cdef class SyclDevice(_SyclDevice):
1879
1881
- ``"atomics_supported"``
1880
1882
Returns ``True`` if it is possible for this device to
1881
1883
concurrently access and atomically modify USM device
1882
- memory on ``peer`` when enabled.
1884
+ memory on ``peer`` when enabled. Atomics must have
1885
+ ``memory_scope::system`` when modifying memory on a peer
1886
+ device.
1883
1887
1884
1888
If ``False`` is returned, these operations result in
1885
1889
undefined behavior.
1886
1890
1887
- Note: atomics must have ``memory_scope::system`` when
1888
- modifying memory on a peer device.
1889
-
1890
1891
Default: ``"access_supported"``
1891
1892
1892
1893
Returns:
You can’t perform that action at this time.
0 commit comments