Skip to content

Commit 035a89a

Browse files
author
Diptorup Deb
committed
Move parfor_diagnostics into core.parfors
1 parent 013be2e commit 035a89a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

numba_dpex/core/pipelines/dpjit_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
)
2020

2121
from numba_dpex.core.exceptions import UnsupportedCompilationModeError
22+
from numba_dpex.core.parfors.parfor_diagnostics import ExtendedParforDiagnostics
2223
from numba_dpex.core.parfors.parfor_pass import ParforPass
2324
from numba_dpex.core.passes import (
2425
DumpParforDiagnostics,
2526
NoPythonBackend,
2627
ParforLegalizeCFDPass,
2728
)
28-
from numba_dpex.parfor_diagnostics import ExtendedParforDiagnostics
2929

3030

3131
class _DpjitPassBuilder(object):

0 commit comments

Comments
 (0)