8000 [Cutlass] Fix tests by mlazos · Pull Request #153196 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[Cutlass] Fix tests #153196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/inductor/test_cutlass_evt.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ def inner_fn_buf4(index):

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

@unittest.skipIf(not SM90OrLater, "need sm_90")
Expand Down
Loading
0