sdpa_with_mask CPU dispatch count regressed to 2 after iree-org/iree#24127
Open
- Dominant language
- C++
- Stars
- 25
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
The CPU-STATS-CHECK: "dispatch-count" in tests/lit/test_sdpa_asm_emitter_with_mask.cpp was bumped from 1 to 2 in the 3.12.0rc20260416 bump (#345).
The regression is caused by https://github.com/iree-org/iree/pull/24127, which puts the previously-fused sdpa-with-mask into two dispatches on the CPU backend. AMDGPU is unaffected (still 1 dispatch).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.