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 256aa2b commit 65dcd1cCopy full SHA for 65dcd1c
numba_dpex/core/types/usm_ndarray_type.py
@@ -42,6 +42,10 @@ def __init__(
42
self.addrspace = addrspace
43
44
if queue and not isinstance(queue, types.misc.Omitted):
45
+ print(
46
+ "core.types.usm_ndarray_type.USMNdArray: type(queue) = ",
47
+ type(queue),
48
+ )
49
if not isinstance(queue, dpctl.SyclQueue):
50
raise TypeError(
51
"numba_dpex.core.types.usm_ndarray_type.USMNdArray.__init__(): "
0 commit comments