8000 [Cutlass] Fix tests · pytorch/pytorch@1302193 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1302193

Browse files
committed
[Cutlass] Fix tests
ghstack-source-id: 3b44c21 Pull Request resolved: #153196
1 parent 6ae7730 commit 1302193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/inductor/test_cutlass_evt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def inner_fn_buf4(index):
208208

209209
self.assertExpectedInline(
210210
str(result),
211-
"""Unsupported indexing for buf0 with index 200*i0 + 60000*i1 + i2 and strides [200, 60000, 1]""",
211+
"""Unsupported indexing for buf0 with index 200*i0 + 60000*i1 + i2, index strides [200, 60000, 1], and layout stride [60000, 200, 1]""",
212212
)
213213

214214
@unittest.skipIf(not SM90OrLater, "need sm_90")

0 commit comments

Comments
 (0)
0