Skip to content

Commit 8d5f5c7

Browse files
committed
Putting skip back till Rocm triton bug is fixed.
1 parent ce7054a commit 8d5f5c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ def test_exp_bwd(self):
16171617
@xfailIfCute(
16181618
"CuTe squeeze-and-excitation forward still exceeds thread-block limits"
16191619
)
1620-
@skipIfRocm("failure on rocm")
1620+
@skipIfRocm("Triton ROCm store-forwarding bug: stale global memory reads")
16211621
@skipIfCudaSharedMemoryLessThan(
16221622
131072, reason="block sizes exceed device shared memory limit"
16231623
)

0 commit comments

Comments
 (0)