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 7f75500 commit c3e02d7Copy full SHA for c3e02d7
numba_dpex/dpctl_iface/_helpers.py
@@ -14,7 +14,7 @@ def numba_type_to_dpctl_typenum(context, ty):
14
"""
15
16
if dpctl_sem_version >= (0, 17, 0):
17
- from dpctl.enum_types import kernel_arg_type as kargty
+ from dpctl._sycl_queue import kernel_arg_type as kargty
18
19
if ty == types.int32 or isinstance(ty, types.scalars.IntegerLiteral):
20
return context.get_constant(types.int32, kargty.dpctl_int32.value)
0 commit comments