Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6975 Discussions

cblas_dgemv for large dense matrix-vector multiplication

Ramin_M_
Beginner
224 Views

Hello,

I'd like to use cblas_dgemv in a Win32 application. For large sized problems, contiguous memory allocation for the dense matrix fails, while jagged array works fine. I'd like to know if there is any solution for multiplying relatively large dense matrices (e.g. 20kx20k) in Win32 using cblas_dgemv?

Thanks,

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
224 Views

there are no solutions for such cases -  only win64 system  will help you

0 Kudos
Reply