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 cf2a9ff commit 17676d2Copy full SHA for 17676d2
numba_dpex/offload_dispatcher.py
@@ -22,7 +22,7 @@ def __init__(
22
pipeline_class=compiler.Compiler,
23
):
24
if dpex_config.HAS_NON_HOST_DEVICE:
25
- from numba_dpex.compiler import Compiler
+ from numba_dpex.core.compiler import Compiler
26
27
targetoptions["parallel"] = True
28
dispatcher.Dispatcher.__init__(
0 commit comments