You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I'm benchmarking BF16 GEMM functions of BLIS, and so far I only see a series of BF16 GEMM function which are aocl_gemm_xx. I was wondering if there are any BF16 batched GEMM functions available?
The text was updated successfully, but these errors were encountered:
Currently we only support two bf16 GEMM API's aocl_gemm_bf16bf16f32o[ f32 | bf16 ] ( ) with a support of fusing multiple post-ops along with their combinations.
We have plans to support batch GEMM for all low precision data types in upcoming releases.
Currently we only support two bf16 GEMM API's aocl_gemm_bf16bf16f32o[ f32 | bf16 ] ( ) with a support of fusing multiple post-ops along with their combinations.
We have plans to support batch GEMM for all low precision data types in upcoming releases.
Thank you.
Hi @BhaskarNallani , thank you for the reply. I was wondering if you could be a bit more specific? Are they gonna be supported right in the next release? And if so is there an ETA for the next release? Thank you!
Hi everyone, I'm benchmarking BF16 GEMM functions of BLIS, and so far I only see a series of BF16 GEMM function which are
aocl_gemm_xx
. I was wondering if there are any BF16 batched GEMM functions available?The text was updated successfully, but these errors were encountered: