Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
6743 Discussions

cblas_dgemv for large dense matrix-vector multiplication

Ramin_M_
Beginner
170 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
170 Views

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

Reply