MPSQUARK / BAVCL

Hardware-accelerated Vector Compute Library for .NET Containing Quality of life improvements and functionality intended for data science, graphical processing and GPGPU.
Other
10 stars 2 forks source link

Add Task Batching with Vector arrays #12

Open MPSQUARK opened 3 years ago

MPSQUARK commented 3 years ago

Will allow running multiple functions on a single dataset or multiple functions on multiple data sets. Most likely using streams. Maybe using 2D array views.