Hi,
I saw https://software.intel.com/content/www/us/en/develop/articles/introducing-batch-gemm-operations.html
mentioned batch DGEMM with an example in C. It mentioned
" It has Fortran 77 and Fortran 95 APIs, and also CBLAS bindings. It is available in Intel MKL 11.3 Beta and later releases. Refer to the reference manual for additional documentation. "
I cannot find the reference manual for Fortran. Is there any example for Fortran about batch DGEMM? Perhaps I don't need "CblasRowMajor".
Thank you very much
Hi,
This is a reference document:
You can find the examples in oneAPI/mkl/latest/examples folder and extract the examples_core_f.zip.
After extracting the folder you can find the example of dgemm_batch in blas/source folder.
Regards
Rajesh
連結已複製
Hi,
This is a reference document:
You can find the examples in oneAPI/mkl/latest/examples folder and extract the examples_core_f.zip.
After extracting the folder you can find the example of dgemm_batch in blas/source folder.
Regards
Rajesh
Hi,
Thanks for accepting as a Solution. As this issue has been resolved, we will no longer respond to this thread. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.
Have a Good day.
Regards
Rajesh