Skip to content

Commit

Permalink
step 2 to remove numba_dpex.compiler module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb committed Dec 7, 2022
1 parent 69c0a7e commit b68a0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_dpex/offload_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(
pipeline_class=compiler.Compiler,
):
if dpex_config.HAS_NON_HOST_DEVICE:
from numba_dpex.compiler import Compiler
from numba_dpex.core.compiler import Compiler

targetoptions["parallel"] = True
dispatcher.Dispatcher.__init__(
Expand Down

0 comments on commit b68a0a9

Please sign in to comment.