Skip to content

Commit 5095a62

Browse files
author
Diptorup Deb
committed
Remove numba_dpex.core.types.array
1 parent e0bfd87 commit 5095a62

File tree

3 files changed

+0
-69
lines changed

3 files changed

+0
-69
lines changed

numba_dpex/core/datamodel/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from numba_dpex.kernel_api.memory_enums import AddressSpace as address_space
2121

2222
from ..types import (
23-
Array,
2423
DpctlSyclEvent,
2524
DpctlSyclQueue,
2625
DpnpNdArray,
@@ -335,7 +334,6 @@ def _init_kernel_data_model_manager() -> datamodel.DataModelManager:
335334
"""
336335
dmm = datamodel.default_manager.copy()
337336
dmm.register(types.CPointer, GenericPointerModel)
338-
dmm.register(Array, USMArrayDeviceModel)
339337

340338
# Register the USMNdArray type to USMArrayDeviceModel in numba_dpex's data
341339
# model manager. The dpex_data_model_manager is used by the DpexKernelTarget

numba_dpex/core/types/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
from .array_type import Array
65
from .dpctl_types import DpctlSyclEvent, DpctlSyclQueue
76
from .dpnp_ndarray_type import DpnpNdArray
87
from .kernel_api.literal_intenum import IntEnumLiteral
@@ -34,7 +33,6 @@
3433
usm_ndarray = USMNdArray
3534

3635
__all__ = [
37-
"Array",
3836
"DpctlSyclQueue",
3937
"DpctlSyclEvent",
4038
"DpnpNdArray",

numba_dpex/core/types/array_type.py

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

0 commit comments

Comments
 (0)