You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added more public API methods for _Memory object
* changed test to reflect change in public API function name change
* Added Memory C-API functions to dpctl_capi.h
Renamed functions to avoid name clashes for get_queue_ref/get_context_ref
defined for different signatures. (C-API requires names to be different).
Adjsuted tests to reflect changes in C-API names
* Renamed Python C-API functions to ObjectName_CamelCasedFunctionName
* Renamed usm_ndarray's C-API functions as UsmNDArray_*
* dpctl_capi imports tensor submodule as well as part of importing dpctl
* Added docstring as per PR feedback
* populated docstrings of C-API functions of usmarray
0 commit comments