Skip to content

Commit c896826

Browse files
dont import numba.cuda.misc in device_init
1 parent 1de3332 commit c896826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numba_cuda/numba/cuda/device_init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
PTXSource,
8888
)
8989

90-
from numba.cuda.misc.special import literal_unroll
91-
from numba.cuda.misc import literal
90+
# from numba.cuda.misc.special import literal_unroll
91+
# from numba.cuda.misc import literal
9292

9393
reduce = Reduce = reduction.Reduce
9494

0 commit comments

Comments
 (0)