Skip to content

Commit f736747

Browse files
author
Diptorup Deb
committed
Remove retarget and offload_dispatcher modules.
1 parent de3442e commit f736747

File tree

3 files changed

+1
-124
lines changed

3 files changed

+1
-124
lines changed

numba_dpex/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def parse_sem_version(version_string: str) -> Tuple[int, int, int]:
9494
from numba import prange # noqa E402
9595

9696
import numba_dpex.core.dpjit_dispatcher # noqa E402
97-
import numba_dpex.core.offload_dispatcher # noqa E402
9897

9998
# Initialize the _dpexrt_python extension
10099
import numba_dpex.core.runtime # noqa E402
@@ -111,7 +110,6 @@ def parse_sem_version(version_string: str) -> Tuple[int, int, int]:
111110
# Re-export all type names
112111
from numba_dpex.core.types import * # noqa E402
113112
from numba_dpex.dpnp_iface import dpnpimpl # noqa E402
114-
from numba_dpex.retarget import offload_to_sycl_device # noqa E402
115113

116114
if config.HAS_NON_HOST_DEVICE:
117115
# Re export
@@ -146,4 +144,4 @@ def parse_sem_version(version_string: str) -> Tuple[int, int, int]:
146144
__version__ = get_versions()["version"]
147145
del get_versions
148146

149-
__all__ = types.__all__ + ["offload_to_sycl_device"] + ["Range", "NdRange"]
147+
__all__ = types.__all__ + ["Range", "NdRange"]

numba_dpex/core/offload_dispatcher.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

numba_dpex/retarget.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)