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 c8dc398 commit 9932955Copy full SHA for 9932955
numba_cuda/numba/cuda/debuginfo.py
@@ -10,7 +10,7 @@
10
from numba.cuda.core import config
11
from numba.cuda import cgutils
12
from numba.cuda.datamodel.models import ComplexModel, UnionModel, UniTupleModel
13
-from numba.cuda.ext_types import GridGroup
+from numba.cuda.types.ext_types import GridGroup
14
from cuda.bindings import runtime
15
16
0 commit comments