akielaries / openGPMP

Hardware Accelerated General Purpose Mathematics Package
https://akielaries.github.io/openGPMP/
MIT License
8 stars 3 forks source link

Memory mapping and alignment #97

Open akielaries opened 6 months ago

akielaries commented 6 months ago

Look into increasing speed of computations by aligning our vectors in memory and possibly mapping directly? There are some tricks to make this faster we can pursue to optimize memory performance. algorithmically the implementation is ideal by blocking. possibly able to divide large matrices into smaller sub problems and accumulate result similar to the existing implementation

akielaries commented 5 months ago

Dig into https://github.com/apache/arrow for help with memory needs