dislib icon indicating copy to clipboard operation
dislib copied to clipboard

Subclass NumPy arrays

Open javicid opened this issue 6 years ago • 1 comments

ds-arrays could inherit from NumPy arrays. This would allow to automatically parallelize any existing algorithm or library that uses NumPy arrays internally. However, we should discuss the feasibility of this approach and its benefits versus the effort required to implement it.

javicid avatar Oct 25 '19 10:10 javicid

Just for the record: the recommended route for this is described here

I recall (and the prior link seems to confirm) that that route is the one follows by dask and cupy. It makes sense also for dislib array IMHO.

alexbarcelo avatar Nov 03 '22 12:11 alexbarcelo