8000 Skip test_GQA like ROCM, Need another PR to fix · pytorch/pytorch@e0d24ce · GitHub
[go: up one dir, main page]

Skip to content < 8000 span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">

Commit e0d24ce

Browse files
authored
Skip test_GQA like ROCM, Need another PR to fix
1 parent ffdb463 commit e0d24ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/inductor/test_flex_attention.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,7 @@ def mask_mod(b, h, q, kv):
14471447
@dtypesIfXPU(*device_configs["xpu"].dtypes_fast)
14481448
@common_utils.parametrize("score_mod", test_score_mods)
14491449
@skip_on_rocm # TODO: NaNs on ROCM
1450+
@skip_on_xpu # TODO: NaNs on XPU like ROCM, need another PR to fix.
14501451
def test_GQA(self, device, dtype: torch.dtype, score_mod: Callable):
14511452
inputs = (
14521453
score_mod,

0 commit comments

Comments
 (0)
0