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.
can_access_peer
1 parent 6a34d74 commit 7317df9Copy full SHA for 7317df9
dpctl/_sycl_device.pyx
@@ -1892,8 +1892,8 @@ cdef class SyclDevice(_SyclDevice):
1892
1893
Returns:
1894
bool:
1895
- ``True`` if this device may access USM device memory on
1896
- ``peer`` when peer access is enabled, otherwise ``False``.
+ ``True`` if the kind of peer access specified by ``value`` is
+ supported between this device and ``peer``, otherwise ``False``.
1897
1898
Raises:
1899
TypeError:
0 commit comments