Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

missing arg in oneMKL doc

syk1
Employee
1,379 Views

see gemm batch strided

https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-fortran/top/blas-and-sparse-blas-routines/blas-like-extensions/gemm-batch-strided.html

 

call sgemm_batch_strided(transa, transb, m, n, k, alpha, a, lda, stridea, b, ldb, strideb, c, ldc, stridec, batch_size)
There should be a beta between strideb and c.
This value will scale c with beta for accumulation.
It's missing in the official doc.
 
0 Kudos
4 Replies
VidyalathaB_Intel
Moderator
1,339 Views

Hi,

Thanks for bringing it to our notice.

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

Regards,

Vidya.


0 Kudos
Gennady_F_Intel
Moderator
1,316 Views

The issue is escalated and will be fixed in one of the next updates. We will keep this thread updated.

-Gennady


0 Kudos
Gennady_F_Intel
Moderator
1,254 Views

Intel oneAPI Math Kernel Library (oneMKL) version 2021.4 is now available. The MKL Developer Reference has been updated.


 


0 Kudos
Gennady_F_Intel
Moderator
1,254 Views


This issue has been resolved and we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.

 


0 Kudos
Reply