Skip to content

Add flash attention prefill shapes to benchmarks #330

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

Open
wants to merge 2 commits into
base: sycl-develop
Choose a base branch
from

Conversation

t4c1
Copy link
Collaborator

@t4c1 t4c1 commented Apr 25, 2025

Shapes with seq_len_kv == 77 are commented out as they are not supported by 2d block loads.

@@ -0,0 +1,448 @@
PvcFMHABF16BF16FP32_RCR_h64_Causal_FixedLen --bm_name=bf16_bf16_fp32 --seq_len_qo=4096 --seq_len_kv=4096 --batch=1 --num_heads_q=8 --num_heads_kv=8 --head_size_qk=40 --head_size_vo=40
#PvcFMHABF16BF16FP32_RCR_h64_Causal_FixedLen --bm_name=bf16_bf16_fp32 --seq_len_qo=4096 --seq_len_kv=77 --batch=1 --num_heads_q=8 --num_heads_kv=8 --head_size_qk=40 --head_size_vo=40
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a TODO(codeplay) with a description of what is broken?
I guess it's the same for all the disabled benchmarks

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, but not as a todo as we do not currently intend to fix that

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is the requirement of 77 from?

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

Successfully merging this pull request may close these issues.

3 participants