File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
_kernel_dpcpp_spirv_overloads Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 get_memory_semantics_mask ,
3333 get_scope ,
3434)
35- from .spv_fn_generator import (
35+ from .spv_atomic_fn_declarations import (
3636 get_or_insert_atomic_load_fn ,
3737 get_or_insert_spv_atomic_compare_exchange_fn ,
3838 get_or_insert_spv_atomic_exchange_fn ,
Original file line number Diff line number Diff line change 1111from numba .core .errors import TypingError
1212from numba .extending import intrinsic , overload_method
1313
14- from numba_dpex .kernel_api_impl .spirv .target import SPIRVTargetContext
1514from numba_dpex .core .types .kernel_api .index_space_ids import (
1615 GroupType ,
1716 ItemType ,
1817 NdItemType ,
1918)
19+ from numba_dpex .kernel_api_impl .spirv .target import SPIRVTargetContext
2020
2121from ..target import DPEX_KERNEL_EXP_TARGET_NAME
2222
File renamed without changes.
Original file line number Diff line number Diff line change 2525 ItemType ,
2626 NdItemType ,
2727)
28+ from numba_dpex .core .utils import kernel_launcher as kl
29+ from numba_dpex .dpctl_iface import libsyclinterface_bindings as sycl
30+ from numba_dpex .dpctl_iface .wrappers import wrap_event_reference
2831from numba_dpex .kernel_api_impl .spirv .dispatcher import (
2932 SPIRVKernelDispatcher ,
3033 _SPIRVKernelCompileResult ,
3134)
3235from numba_dpex .kernel_api_impl .spirv .target import SPIRVTargetContext
33- from numba_dpex .core .utils import kernel_launcher as kl
34- from numba_dpex .dpctl_iface import libsyclinterface_bindings as sycl
35- from numba_dpex .dpctl_iface .wrappers import wrap_event_reference
3636
3737
3838class LLRange (NamedTuple ):
You can’t perform that action at this time.
0 commit comments