@@ -1842,13 +1842,13 @@ cdef class SyclDevice(_SyclDevice):
1842
1842
BTy1 = DPCTLDevice_GetBackend(self ._device_ref)
1843
1843
if BTy1 not in _peer_access_backends:
1844
1844
raise ValueError (
1845
- " Peer access not supported for backend "
1845
+ " Peer access not supported for this device backend "
1846
1846
f" {_backend_type_to_filter_string_part(BTy1)}"
1847
1847
)
1848
1848
BTy2 = DPCTLDevice_GetBackend(p_dev.get_device_ref())
1849
1849
if BTy2 not in _peer_access_backends:
1850
1850
raise ValueError (
1851
- " Peer access not supported for backend "
1851
+ " Peer access not supported for peer device backend "
1852
1852
f" {_backend_type_to_filter_string_part(BTy2)}"
1853
1853
)
1854
1854
@@ -1906,13 +1906,13 @@ cdef class SyclDevice(_SyclDevice):
1906
1906
BTy1 = DPCTLDevice_GetBackend(self ._device_ref)
1907
1907
if BTy1 not in _peer_access_backends:
1908
1908
raise ValueError (
1909
- " Peer access not supported for backend "
1909
+ " Peer access not supported for this device backend "
1910
1910
f" {_backend_type_to_filter_string_part(BTy1)}"
1911
1911
)
1912
1912
BTy2 = DPCTLDevice_GetBackend(p_dev.get_device_ref())
1913
1913
if BTy2 not in _peer_access_backends:
1914
1914
raise ValueError (
1915
- " Peer access not supported for backend "
1915
+ " Peer access not supported for peer device backend "
1916
1916
f" {_backend_type_to_filter_string_part(BTy2)}"
1917
1917
)
1918
1918
@@ -1964,13 +1964,13 @@ cdef class SyclDevice(_SyclDevice):
1964
1964
)
1965
1965
if BTy1 not in _peer_access_backends:
1966
1966
raise ValueError (
1967
- " Peer access not supported for backend "
1967
+ " Peer access not supported for this device backend "
1968
1968
f" {_backend_type_to_filter_string_part(BTy1)}"
1969
1969
)
1970
1970
BTy2 = DPCTLDevice_GetBackend(p_dev.get_device_ref())
1971
1971
if BTy2 not in _peer_access_backends:
1972
1972
raise ValueError (
1973
- " Peer access not supported for backend "
1973
+ " Peer access not supported for peer device backend "
1974
1974
f" {_backend_type_to_filter_string_part(BTy2)}"
1975
1975
)
1976
1976
@@ -2016,13 +2016,13 @@ cdef class SyclDevice(_SyclDevice):
2016
2016
BTy1 = DPCTLDevice_GetBackend(self ._device_ref)
2017
2017
if BTy1 not in _peer_access_backends:
2018
2018
raise ValueError (
2019
- " Peer access not supported for backend "
2019
+ " Peer access not supported for this device backend "
2020
2020
f" {_backend_type_to_filter_string_part(BTy1)}"
2021
2021
)
2022
2022
BTy2 = DPCTLDevice_GetBackend(p_dev.get_device_ref())
2023
2023
if BTy2 not in _peer_access_backends:
2024
2024
raise ValueError (
2025
- " Peer access not supported for backend "
2025
+ " Peer access not supported for peer device backend "
2026
2026
f" {_backend_type_to_filter_string_part(BTy2)}"
2027
2027
)
2028
2028
0 commit comments