BLAS question
Posted: Mon Nov 16, 2009 6:50 am
Hi,
As far as I understood CUBlas is a BLAS library for GPU - i.e. it will be able to handle blas operations only when the data will be copied to the GPU memory therefore it is limited to data size that fit the GPU memory.
Do we have general purpose blas library, that can take as arguments larger arrays and manage data splitting/transfer overlapping them with CUBlas operations ?
Thanks
Guillaume
As far as I understood CUBlas is a BLAS library for GPU - i.e. it will be able to handle blas operations only when the data will be copied to the GPU memory therefore it is limited to data size that fit the GPU memory.
Do we have general purpose blas library, that can take as arguments larger arrays and manage data splitting/transfer overlapping them with CUBlas operations ?
Thanks
Guillaume