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

2018 Update 2 release notes

AndrewC
New Contributor III
376 Views

Sparse BLAS

  • Introduced triple product functionality A*B*AT with sparse and dense matrices B.

 

 

Ok , I give up, what is the name of the routine? Really struggling to find this in the documentation.

0 Kudos
1 Solution
MariaZh
Employee
376 Views

Hello,

This is related to new functionality in IE SpBLAS, please refer to https://software.intel.com/en-us/mkl-developer-reference-c-mkl-sparse-sypr for sparse resulting matrix and https://software.intel.com/en-us/mkl-developer-reference-c-mkl-sparse-syprd for the dense case.

Sorry for any inconvenience.

Best regards,
Maria

View solution in original post

0 Kudos
2 Replies
MariaZh
Employee
377 Views

Hello,

This is related to new functionality in IE SpBLAS, please refer to https://software.intel.com/en-us/mkl-developer-reference-c-mkl-sparse-sypr for sparse resulting matrix and https://software.intel.com/en-us/mkl-developer-reference-c-mkl-sparse-syprd for the dense case.

Sorry for any inconvenience.

Best regards,
Maria

0 Kudos
AndrewC
New Contributor III
376 Views

Ok, got it thanks!!

0 Kudos
Reply