Skip to content

Commit

Permalink
Use Host model for USMNdArray
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed Jan 3, 2024
1 parent 2b94982 commit dcef554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_dpex/core/datamodel/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def _init_data_model_manager() -> datamodel.DataModelManager:

# Register the USMNdArray type to USMArrayDeviceModel in numba's default data
# model manager
register_model(USMNdArray)(USMArrayDeviceModel)
register_model(USMNdArray)(USMArrayHostModel)

# Register the DpnpNdArray type to USMArrayHostModel in numba's default data
# model manager
Expand Down

0 comments on commit dcef554

Please sign in to comment.