File tree Expand file tree Collapse file tree 3 files changed +0
-69
lines changed Expand file tree Collapse file tree 3 files changed +0
-69
lines changed Original file line number Diff line number Diff line change 20
20
from numba_dpex .kernel_api .memory_enums import AddressSpace as address_space
21
21
22
22
from ..types import (
23
- Array ,
24
23
DpctlSyclEvent ,
25
24
DpctlSyclQueue ,
26
25
DpnpNdArray ,
@@ -335,7 +334,6 @@ def _init_kernel_data_model_manager() -> datamodel.DataModelManager:
335
334
"""
336
335
dmm = datamodel .default_manager .copy ()
337
336
dmm .register (types .CPointer , GenericPointerModel )
338
- dmm .register (Array , USMArrayDeviceModel )
339
337
340
338
# Register the USMNdArray type to USMArrayDeviceModel in numba_dpex's data
341
339
# model manager. The dpex_data_model_manager is used by the DpexKernelTarget
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
- from .array_type import Array
6
5
from .dpctl_types import DpctlSyclEvent , DpctlSyclQueue
7
6
from .dpnp_ndarray_type import DpnpNdArray
8
7
from .kernel_api .literal_intenum import IntEnumLiteral
34
33
usm_ndarray = USMNdArray
35
34
36
35
__all__ = [
37
- "Array" ,
38
36
"DpctlSyclQueue" ,
39
37
"DpctlSyclEvent" ,
40
38
"DpnpNdArray" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments