Pregunta

If a matrix is memory mapped, and I need to read it and process it in blocks because it is a little big, How to read it and process it block by block in BLAS?

¿Fue útil?

Solución

If the whole matrix is mapped, you shouldn't need to do anything special. A tuned BLAS implementation will automatically use blocked accesses when appropriate.

How big is "a little big"? How are you doing the mapping?

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top