Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BF16 Batched GEMM Functions Available? #12

Open
zhongyilin926 opened this issue May 21, 2024 · 2 comments
Open

BF16 Batched GEMM Functions Available? #12

zhongyilin926 opened this issue May 21, 2024 · 2 comments

Comments

@zhongyilin926
Copy link

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?

@BhaskarNallani
Copy link

Hi @zhongyilin926 ,

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.

@moderato
Copy link

Hi @zhongyilin926 ,

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants