daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
65 stars 58 forks source link

Data transfer with numpy for arrays of more than 2 dimensions #711

Closed pdamme closed 1 day ago

pdamme commented 4 months ago

DaphneLib supports efficiently exchanging data with numpy via shared memory. However, at the moment, only numpy arrays with 1 or 2 dimensions are supported. Arrays with more than 2 dimensions should be supported as well. Inspiration can be taken from the data exchange with TensorFlow and PyTorch, where tensors with more than 2 dimensions are already supported.

ldirry commented 1 month ago

Hi, please assign me to this issue.

philipportner commented 1 month ago

@ldirry sure, go ahead.