OpenBLAS MKL Library implementation #4997
Replies: 1 comment
-
MKL is closed source, so how would anyone outside Intel know and tell ? If anything you can look at and compare to BLIS or publications on the "3M" algorithm. OpenBLAS currently has assembly implementations for most x86/x86_64 machines as well as for mips64/loongarch64 - outside these architectures the symbols would simply be missing from the library. Only when the assembly implementation cannot be compiled in (this practically only concerns compilation with the MSVC compiler) on a "supported" architecture you will currently run into serious problems, as the fallback for this case was never correctly implemented. This should be fixed soon. |
Beta Was this translation helpful? Give feedback.
-
Hello Champs
How OpenBLAS GEMM3M implementation is different from intel's MKL implementation? What are the supported machine configurations for this implementation? What happends if these implementation are not supported on certain machine? Is there any alternative?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions