Skip to content

Commit 17676d2

Browse files
author
Diptorup Deb
committed
step 2 to remove numba_dpex.compiler module.
1 parent cf2a9ff commit 17676d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_dpex/offload_dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(
2222
pipeline_class=compiler.Compiler,
2323
):
2424
if dpex_config.HAS_NON_HOST_DEVICE:
25-
from numba_dpex.compiler import Compiler
25+
from numba_dpex.core.compiler import Compiler
2626

2727
targetoptions["parallel"] = True
2828
dispatcher.Dispatcher.__init__(

0 commit comments

Comments
 (0)