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 3818844 commit 534fb61Copy full SHA for 534fb61
dpctl/_sycl_device.pyx
@@ -644,7 +644,7 @@ cdef class SyclDevice(_SyclDevice):
644
)
645
646
@property
647
- def platform(self):
+ def sycl_platform(self):
648
""" Returns the platform associated with this device.
649
650
Returns:
dpctl/tests/test_sycl_device.py
@@ -497,7 +497,7 @@ def check_profiling_timer_resolution(device):
497
498
499
def check_platform(device):
500
- p = device.platform
+ p = device.sycl_platform
501
assert isinstance(p, dpctl.SyclPlatform)
502
503
0 commit comments