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 60b1455 commit 422db91Copy full SHA for 422db91
numba_dpex/compiler.py
@@ -19,6 +19,7 @@
19
20
from numba_dpex import config
21
from numba_dpex.core.exceptions import KernelHasReturnValueError
22
+from numba_dpex.core.passbuilder import PassBuilder
23
from numba_dpex.core.types import Array
24
from numba_dpex.dpctl_iface import USMNdArrayType
25
from numba_dpex.dpctl_support import dpctl_version
@@ -35,7 +36,6 @@
35
36
)
37
38
from . import spirv_generator
-from .passbuilder import PassBuilder
39
40
_RO_KERNEL_ARG = "read_only"
41
_WO_KERNEL_ARG = "write_only"
numba_dpex/passbuilder.py renamed to numba_dpex/core/passbuilder.py
0 commit comments