8000 [Cutlass] Fix tests (#153196) · pytorch/pytorch@c54aa0d · GitHub
[go: up one dir, main page]

Skip to content

Commit c54aa0d

Browse files
mlazospytorchmergebot
authored andcommitted
[Cutlass] Fix tests (#153196)
Pull Request resolved: #153196 Approved by: https://github.com/BoyuanFeng
1 parent 3419630 commit c54aa0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/inductor/test_cutlass_evt.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ 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, \
212+
index strides [200, 60000, 1], and layout stride [60000, 200, 1]""",
212213
)
213214

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

0 commit comments

Comments
 (0)
0