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.
2 parents 5b3a819 + 3f3f25a commit 8655e98Copy full SHA for 8655e98
dpctl/_sycl_device.pyx
@@ -293,7 +293,8 @@ cdef class SyclDevice(_SyclDevice):
293
ret = self._init_from_selector(DSRef)
294
if ret == -1:
295
raise SyclDeviceCreationError(
296
- "Could not create a SyclDevice with the selector string"
+ "Could not create a SyclDevice with the selector string "
297
+ "'{selector_string}'".format(selector_string=arg)
298
)
299
elif isinstance(arg, _SyclDevice):
300
ret = self._init_from__SyclDevice(arg)
0 commit comments