Skip to content

Commit c3e02d7

Browse files
committed
Update import
1 parent 7f75500 commit c3e02d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_dpex/dpctl_iface/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def numba_type_to_dpctl_typenum(context, ty):
1414
"""
1515

1616
if dpctl_sem_version >= (0, 17, 0):
17-
from dpctl.enum_types import kernel_arg_type as kargty
17+
from dpctl._sycl_queue import kernel_arg_type as kargty
1818

1919
if ty == types.int32 or isinstance(ty, types.scalars.IntegerLiteral):
2020
return context.get_constant(types.int32, kargty.dpctl_int32.value)

0 commit comments

Comments
 (0)