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
The C API for dpctl and dpctl.tensor.usm_ndarray currently is auto-generated using Cython. A problem with using Cython to auto-generate the headers is the complete lack of API documentation.
For dpctl, it is perhaps not that important as the C API is a wrapper around libsyclinterface and sycl and the users for the C API for the dpctl classes might always be rather limited (e.g. numba-dpex/dpnp).
I feel dpctl.tensor.usm_ndarray is more important from the perspective of integration with other native extensions. Therefore, we should have a documented API for the C interface of dpctl.tensor.usm_ndarray.
Given the limitations of Cython, what other alternatives do we have?
The text was updated successfully, but these errors were encountered:
The C API for
dpctl
anddpctl.tensor.usm_ndarray
currently is auto-generated using Cython. A problem with using Cython to auto-generate the headers is the complete lack of API documentation.For
dpctl
, it is perhaps not that important as the C API is a wrapper aroundlibsyclinterface
andsycl
and the users for the C API for thedpctl
classes might always be rather limited (e.g. numba-dpex/dpnp).I feel
dpctl.tensor.usm_ndarray
is more important from the perspective of integration with other native extensions. Therefore, we should have a documented API for the C interface ofdpctl.tensor.usm_ndarray
.Given the limitations of Cython, what other alternatives do we have?
The text was updated successfully, but these errors were encountered: