Skip to content

Commit abb36e1

Browse files
Diptorup DebZzEeKkAa
authored andcommitted
Move core.kernel_interface.range_overloads to core.overloads
1 parent a2d016a commit abb36e1

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

numba_dpex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def parse_sem_version(version_string: str) -> Tuple[int, int, int]:
8484
import numba_dpex.core.types as types # noqa E402
8585
from numba_dpex.core import boxing # noqa E402
8686
from numba_dpex.core import config # noqa E402
87-
from numba_dpex.core.kernel_interface import ranges_overloads # noqa E402
87+
from numba_dpex.core.overloads import ranges_overloads # noqa E402
8888

8989
# Re-export all type names
9090
from numba_dpex.core.types import * # noqa E402

numba_dpex/core/overloads/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-FileCopyrightText: 2020 - 2024 Intel Corporation
2+
#
3+
# SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)