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 2020from numba_dpex .kernel_api .memory_enums import AddressSpace as address_space
2121
2222from ..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
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- from .array_type import Array
65from .dpctl_types import DpctlSyclEvent , DpctlSyclQueue
76from .dpnp_ndarray_type import DpnpNdArray
87from .kernel_api .literal_intenum import IntEnumLiteral
3433usm_ndarray = USMNdArray
3534
3635__all__ = [
37- "Array" ,
3836 "DpctlSyclQueue" ,
3937 "DpctlSyclEvent" ,
4038 "DpnpNdArray" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments