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 0cba9c5 commit 99bc335Copy full SHA for 99bc335
dpctl/_sycl_device.pyx
@@ -76,7 +76,7 @@ cdef class _SyclDevice:
76
""" Print information about the SYCL device.
77
"""
78
warnings.warn(
79
- "WARNING: dump_device_info is depracated and will be removed in "
+ "WARNING: dump_device_info is deprecated and will be removed in "
80
"a future release of dpctl. Use print_device_info instead."
81
)
82
DPCTLDeviceMgr_PrintDeviceInfo(self._device_ref)
0 commit comments