There was an error while loading. Please reload this page.
1 parent 421935c commit afdadb7Copy full SHA for afdadb7
1 file changed
tests/kernels/test_layernorm.py
@@ -875,6 +875,10 @@ def test_layernorm_dynamicquant():
875
raise SystemExit(1)
876
877
878
+@pytest.mark.skipif(
879
+ GPU_ARCH == "gfx1201",
880
+ reason="RMSNorm SmoothQuant is temporarily quarantined on gfx1201 pending correctness investigation",
881
+)
882
def test_layernorm_smoothquant():
883
print("=" * 80)
884
print("Running LayerNorm SmoothQuant Tests")
@@ -961,6 +965,10 @@ def test_fused_add_layernorm_dynamicquant():
961
965
962
966
963
967
968
969
970
971
964
972
def test_fused_add_layernorm_smoothquant():
973
974
print("Running FusedAdd LayerNorm SmoothQuant Tests")
0 commit comments