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 06af70b commit eb0acbbCopy full SHA for eb0acbb
numba_dpex/kernel_api_impl/spirv/dispatcher.py
@@ -26,7 +26,7 @@
26
from numba.core.types import void
27
from numba.core.typing.typeof import Purpose, typeof
28
29
-from numba_dpex import config
+from numba_dpex.core import config
30
from numba_dpex.core.descriptor import dpex_kernel_target
31
from numba_dpex.core.exceptions import (
32
ExecutionQueueInferenceError,
0 commit comments