Skip to content

Commit e19ddc0

Browse files
sryapfacebook-github-bot
authored andcommitted
Disable test_decode (#4929)
Summary: Pull Request resolved: #4929 X-link: facebookresearch/FBGEMM#1953 `test_decode` is broken right now. We suspect that it is due to `scale_mm`. We will investigate and reenable it. Reviewed By: Aya-ZIbra, henrylhtsang Differential Revision: D83111500 fbshipit-source-id: 6749ce06a8bad68c7d7c430d163f2a1f7b482b08
1 parent 826064d commit e19ddc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fbgemm_gpu/experimental/gen_ai/test/attention/blackwell_fmha_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ def _execute_cutlass_blackwell_attn_varlen(
431431
assert torch.equal(dk, dk_d)
432432
assert torch.equal(dv, dv_d)
433433

434+
@unittest.skipIf(True, "Skip this until we figure out an issue with scaled_mm")
434435
@skip_cuda_lt_sm100
435436
@skip_rocm
436437
@parameterized.expand(

0 commit comments

Comments
 (0)