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

row and column major for BLAS dot

sycl-developer
New Contributor I
924 Views

Please explain the need of row and column major  for the oneMKL BLAS dot operation. The inputs are just vectors, not matrices.  Thank you.

 

https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-dpcpp/2023-2/dot.html

0 Kudos
4 Replies
VarshaS_Intel
Moderator
882 Views

Hi,

 

Thanks for posting in Intel Communities.

 

We are looking into it internally, we will get back to you soon.

 

Thanks & Regards,

Varsha

 

0 Kudos
VarshaS_Intel
Moderator
802 Views

Hi,


Yes, the layout shouldn't affect BLAS level 1 routines. It is just the way the interfaces are implemented. 


You can also refer to the below path where the interface is used:

$MKLROOT/include/oneapi/mkl/blas/buffer.hpp


Thanks & Regards,

Varsha


0 Kudos
VarshaS_Intel
Moderator
753 Views

Hi,


We have not heard back from you. Could you please let us know if you have any other queries?


Thanks & Regards,

Varsha


0 Kudos
VarshaS_Intel
Moderator
712 Views

Hi,


We have not heard back from you. Could you please let us know if you have any other queries?


Thanks & Regards,

Varsha


0 Kudos
Reply