Summary
oss:cutlass-4.8:sm107 regressed between FE 35fa1148 and 5757ef24.
Failure
SM107 gated-attention / projection GEMM tests fail because frost_gemm is not in the backend ranked plan list and the tests refuse fallback to non-FROST backend plans.
Representative failed test:
test/python/fe_api/gated_attention_block/test_proj_gemm.py::test_fp8_matmul_with_alpha_matches_fp32_reference[256-256-256]
_NoFrostPlan: fp8: the 'frost_gemm' plan is not in the ranked list [...]
A/B Confirmation
Targeted SM107 A/B repro using same wheel/runtime and overlaid FE Python files:
d518022b: test_proj_gemm.py::test_fp8_matmul_with_alpha_matches_fp32_reference[256-256-256] PASSED
322d30b5: test_proj_gemm.py::test_fp8_matmul_with_alpha_matches_fp32_reference[256-256-256] FAILED with _NoFrostPlan
Notes
Later commit 885201ac appears intended to fix this class of issue; pipeline 69342374 job 451959339 was canceled before providing a green signal. Will verify in next pipeline.
Summary
oss:cutlass-4.8:sm107regressed between FE35fa1148and5757ef24.69042084, job449584482, FE35fa114869242469, job451155191, FE5757ef24322d30b59(frost gemm heur: take the 64-byte-K MMA and the 256-tall CTA pair on parts that issue it #1177)frost gemm heur: take the 64-byte-K MMA and the 256-tall CTA pair on parts that issue itFailure
SM107 gated-attention / projection GEMM tests fail because
frost_gemmis not in the backend ranked plan list and the tests refuse fallback to non-FROST backend plans.Representative failed test:
A/B Confirmation
Targeted SM107 A/B repro using same wheel/runtime and overlaid FE Python files:
Notes
Later commit
885201acappears intended to fix this class of issue; pipeline69342374job451959339was canceled before providing a green signal. Will verify in next pipeline.