Skip to content

Commit

Permalink
Move core.kernel_interface.range_overloads to core.overloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb authored and ZzEeKkAa committed Apr 1, 2024
1 parent 2e4e4cb commit 9a34d0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion numba_dpex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def parse_sem_version(version_string: str) -> Tuple[int, int, int]:
import numba_dpex.core.types as types # noqa E402
from numba_dpex.core import boxing # noqa E402
from numba_dpex.core import config # noqa E402
from numba_dpex.core.kernel_interface import ranges_overloads # noqa E402
from numba_dpex.core.overloads import ranges_overloads # noqa E402

# Re-export all type names
from numba_dpex.core.types import * # noqa E402
Expand Down
3 changes: 3 additions & 0 deletions numba_dpex/core/overloads/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SPDX-FileCopyrightText: 2020 - 2024 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

0 comments on commit 9a34d0a

Please sign in to comment.