Skip to content

Commit 422db91

Browse files
author
Diptorup Deb
committed
Move passbuilder into core.
1 parent 60b1455 commit 422db91

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

numba_dpex/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
from numba_dpex import config
2121
from numba_dpex.core.exceptions import KernelHasReturnValueError
22+
from numba_dpex.core.passbuilder import PassBuilder
2223
from numba_dpex.core.types import Array
2324
from numba_dpex.dpctl_iface import USMNdArrayType
2425
from numba_dpex.dpctl_support import dpctl_version
@@ -35,7 +36,6 @@
3536
)
3637

3738
from . import spirv_generator
38-
from .passbuilder import PassBuilder
3939

4040
_RO_KERNEL_ARG = "read_only"
4141
_WO_KERNEL_ARG = "write_only"
File renamed without changes.

0 commit comments

Comments
 (0)