Using openBLAS #6829
Unanswered
RajalakshmiSR
asked this question in
Other Q&A
Using openBLAS
#6829
Replies: 1 comment 10 replies
-
Right. By default we use our own GEMM implementation. If a user need something different, he/she is encouraged to try the other execution providers(like DNNL) or build his own one. The default CPU execution providers only uses mlas and eigen as the math libs. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a statement on the announcement page “In the next release, MKL-ML, openblas, and jemallac build options will be removed”.
Does this mean OpenBLAS GEMM functions will not be used in ONNX runtime? Or is it just the options in the build script that will be removed and ONNX Runtime can use OpenBLAS for SGEMM/DGEMM/CGEMM/ZGEMM?
Beta Was this translation helpful? Give feedback.
All reactions