Replies: 2 comments 12 replies
-
not implemented right now, though xianyi committed something labeled as a WIP for the four "conventional" data types a few years back (see #3039) that may only need testing and trivial adaption for sbgemm |
Beta Was this translation helpful? Give feedback.
7 replies
-
that would be bgemm then, I guess (based on what was discussed some time ago in #2767). first time someone expressed interest in that, I think |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I'm benchmarking BF16 GEMM functions of OpenBLAS, and so far I only see a BF16 normal GEMM function which is
cblas_sbgemm
. I was wondering if there are any BF16 batched GEMM functions available?Beta Was this translation helpful? Give feedback.
All reactions