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 2626 NdItemType ,
2727)
2828from 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
3030from numba_dpex .dpctl_iface import libsyclinterface_bindings as sycl
3131from numba_dpex .dpctl_iface .wrappers import wrap_event_reference
3232from numba_dpex .kernel_api_impl .spirv .dispatcher import (
Original file line number Diff line number Diff line change 2020 ReductionHelper ,
2121 ReductionKernelVariables ,
2222)
23- from numba_dpex .core .utils .kernel_launcher import KernelLaunchIRBuilder
23+ from numba_dpex .core .utils .call_kernel_builder import KernelLaunchIRBuilder
2424from numba_dpex .dpctl_iface import libsyclinterface_bindings as sycl
2525
2626from ..exceptions import UnsupportedParforError
Original file line number Diff line number Diff line change 2020from numba_dpex .core .datamodel .models import (
2121 dpex_data_model_manager as kernel_dmm ,
2222)
23+ from numba_dpex .core .utils .call_kernel_builder import KernelLaunchIRBuilder
2324from numba_dpex .core .utils .cgutils_extra import get_llvm_type
24- from numba_dpex .core .utils .kernel_launcher import KernelLaunchIRBuilder
2525from numba_dpex .dpctl_iface import libsyclinterface_bindings as sycl
2626
2727from ..types .dpnp_ndarray_type import DpnpNdArray
File renamed without changes.
Original file line number Diff line number Diff line change 3636)
3737from numba_dpex .core .pipelines import kernel_compiler
3838from 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
4040from numba_dpex .kernel_api_impl .spirv import spirv_generator
4141from numba_dpex .kernel_api_impl .spirv .codegen import SPIRVCodeLibrary
4242from numba_dpex .kernel_api_impl .spirv .target import (
You can’t perform that action at this time.
0 commit comments