dpctl icon indicating copy to clipboard operation
dpctl copied to clipboard

Add example for demonstration of integration dpctl in other libraries

Open PokhodenkoSA opened this issue 5 years ago • 1 comments

Requested from dpnp and daal4py.

/CC @shssf @Alexander-Makaryev @napetrov

PokhodenkoSA avatar Dec 14 '20 09:12 PokhodenkoSA

@oleksandr-pavlyk Any thoughts on how the ticket should be addressed? I think it can be expanded and treated as part of overall documentation improvements.

diptorupd avatar Oct 11 '22 15:10 diptorupd

dpctl provides data container,dpctl.tensor.usm_ndarray, and a set of operations to operate on it as specified in Python Array API standard.

dpnp builds on such a container, and so does scikit-learn-intelex

oleksandr-pavlyk avatar May 21 '24 21:05 oleksandr-pavlyk