Skip to content

Commit 0c9d8a0

Browse files
replaced get_sycl_device() method use with property .sycl_device use
1 parent c33e261 commit 0c9d8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python/usm_memory_allocation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838

3939
# information about device associate with USM buffer
4040
print("Allocation performed on device:")
41-
mda._queue.get_sycl_device().print_device_info()
41+
mda._queue.sycl_device.print_device_info()

0 commit comments

Comments
 (0)