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 d1f1dc3 commit c8dc398Copy full SHA for c8dc398
numba_cuda/numba/cuda/debuginfo.py
@@ -70,7 +70,6 @@ def _check_polymorphic_debug_info_support():
70
config.CUDA_DEBUG_POLY = DEBUG_POLY_SUPPORTED
71
if not hasattr(config, "CUDA_DEBUG_POLY_USE_TYPED_CONST"):
72
config.CUDA_DEBUG_POLY_USE_TYPED_CONST = DEBUG_POLY_USE_TYPED_CONST
73
-from numba.cuda.types.ext_types import GridGroup
74
75
76
@contextmanager
0 commit comments