Skip to content

Commit 16ce143

Browse files
authored
[AMD] Re-enable overflow test in test_reduce_layouts (#5233)
triton-lang/triton#5153 fixed the issue; but we missed enabling one of the disabled case.
1 parent 422e5d3 commit 16ce143

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/test/unit/language/test_core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2666,8 +2666,6 @@ def test_reduce_layouts(M, N, src_layout, axis, epilogue_kind, dtype_str, add_ov
26662666
pytest.skip("Skipping because tensor shape is smaller than M(f)maLayout instr_shape")
26672667
if is_hip() and isinstance(src_layout, MfmaLayout) and ((M, N) == (128, 128)):
26682668
pytest.skip("Skipping test because it runs out of shared memory")
2669-
if add_overflow_check is True and is_hip():
2670-
pytest.skip("overflow check disabled on HIP while fixing issues")
26712669
if reduce_op == "sum" and dtype_str == "float16" and M * N > 1024:
26722670
pytest.skip("Skipping sum reduction on float16 due to accuracy issues")
26732671

0 commit comments

Comments
 (0)