Skip to content

Commit

Permalink
Rename spirv_fn_generator to spirv_atomic_fn_declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb committed Feb 12, 2024
1 parent 6c5859a commit e450081
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
get_memory_semantics_mask,
get_scope,
)
from .spv_fn_generator import (
from .spv_atomic_fn_declarations import (
get_or_insert_atomic_load_fn,
get_or_insert_spv_atomic_compare_exchange_fn,
get_or_insert_spv_atomic_exchange_fn,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
from numba.core.errors import TypingError
from numba.extending import intrinsic, overload_method

from numba_dpex.kernel_api_impl.spirv.target import SPIRVTargetContext
from numba_dpex.core.types.kernel_api.index_space_ids import (
GroupType,
ItemType,
NdItemType,
)
from numba_dpex.kernel_api_impl.spirv.target import SPIRVTargetContext

from ..target import DPEX_KERNEL_EXP_TARGET_NAME

Expand Down
6 changes: 3 additions & 3 deletions numba_dpex/experimental/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
ItemType,
NdItemType,
)
from numba_dpex.core.utils import kernel_launcher as kl
from numba_dpex.dpctl_iface import libsyclinterface_bindings as sycl
from numba_dpex.dpctl_iface.wrappers import wrap_event_reference
from numba_dpex.kernel_api_impl.spirv.dispatcher import (
SPIRVKernelDispatcher,
_SPIRVKernelCompileResult,
)
from numba_dpex.kernel_api_impl.spirv.target import SPIRVTargetContext
from numba_dpex.core.utils import kernel_launcher as kl
from numba_dpex.dpctl_iface import libsyclinterface_bindings as sycl
from numba_dpex.dpctl_iface.wrappers import wrap_event_reference


class LLRange(NamedTuple):
Expand Down

0 comments on commit e450081

Please sign in to comment.