Alexander-Makaryev
Alexander-Makaryev
Example of the config file: ``` { "common": { "lib": ["sklearn"], "data-format": ["numpy"], "data-order": ["C"], "device": ["None", "host", "cpu", "gpu"], "patch_sklearn": ["False", "True"], "dtype": ["float64"] }, "cases": [ { "algorithm":...
@PetrovKP At this moment we have only one example in the repository. I suppose to create a directory with various configs. Please comment what do you think about it.
@PokhodenkoSA As we all (and you too :) ) decided, we are going to use dpctl.tensor.usm_ndarray as a data container and deprecate dpnp.dparray. So, this issue should be resolved with...
We should use math library but not our own implementations where it is possible. So I think that we want to save this issue and revert changes https://github.com/IntelPython/dpnp/pull/560 when fix...