Skip to content

Commit 9581773

Browse files
committed
Merge remote-tracking branch 'origin/Enflame-dev' into Enflame-dev
2 parents 3451c8d + 42952f1 commit 9581773

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/pytorch/test_sanity.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,14 @@ def test_sanity_T5_126m():
806806
def test_sanity_amp_and_nvfuser(dtype, fp8_recipe, model, skip_wgrad):
807807
config = model_configs[model]
808808

809+
if (
810+
dtype == torch.float16
811+
and fp8_recipe is None
812+
and model == "small"
813+
and skip_wgrad
814+
):
815+
pytest.skip("Known fused_attn_bwd segfault for this AMP combo")
816+
809817
if fp8_recipe is not None:
810818
if not is_fp8_supported(config):
811819
pytest.skip("Model config does not support FP8")

0 commit comments

Comments
 (0)