File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
NdItemType ,
27
27
)
28
28
from numba_dpex .core .types .kernel_api .local_accessor import LocalAccessorType
29
- from numba_dpex .core .utils import kernel_launcher as kl
29
+ from numba_dpex .core .utils import call_kernel_builder as kl
30
30
from numba_dpex .dpctl_iface import libsyclinterface_bindings as sycl
31
31
from numba_dpex .dpctl_iface .wrappers import wrap_event_reference
32
32
from numba_dpex .kernel_api_impl .spirv .dispatcher import (
Original file line number Diff line number Diff line change 20
20
ReductionHelper ,
21
21
ReductionKernelVariables ,
22
22
)
23
- from numba_dpex .core .utils .kernel_launcher import KernelLaunchIRBuilder
23
+ from numba_dpex .core .utils .call_kernel_builder import KernelLaunchIRBuilder
24
24
from numba_dpex .dpctl_iface import libsyclinterface_bindings as sycl
25
25
26
26
from ..exceptions import UnsupportedParforError
Original file line number Diff line number Diff line change 20
20
from numba_dpex .core .datamodel .models import (
21
21
dpex_data_model_manager as kernel_dmm ,
22
22
)
23
+ from numba_dpex .core .utils .call_kernel_builder import KernelLaunchIRBuilder
23
24
from numba_dpex .core .utils .cgutils_extra import get_llvm_type
24
- from numba_dpex .core .utils .kernel_launcher import KernelLaunchIRBuilder
25
25
from numba_dpex .dpctl_iface import libsyclinterface_bindings as sycl
26
26
27
27
from ..types .dpnp_ndarray_type import DpnpNdArray
File renamed without changes.
Original file line number Diff line number Diff line change 36
36
)
37
37
from numba_dpex .core .pipelines import kernel_compiler
38
38
from numba_dpex .core .types import USMNdArray
39
- from numba_dpex .core .utils import kernel_launcher as kl
39
+ from numba_dpex .core .utils import call_kernel_builder as kl
40
40
from numba_dpex .kernel_api_impl .spirv import spirv_generator
41
41
from numba_dpex .kernel_api_impl .spirv .codegen import SPIRVCodeLibrary
42
42
from numba_dpex .kernel_api_impl .spirv .target import (
You can’t perform that action at this time.
0 commit comments