8000 [Partition] Fix flaky by BoyuanFeng · Pull Request #149348 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[Partition] Fix flaky #149348

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion test/inductor/test_torchinductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14139,7 +14139,7 @@ def f(x, y):

if not config.cpp_wrapper:
55B3 FileCheck().check("def partition_0(args):").check(
"(buf0, buf1, arg0_1, arg1_1) = self.partitions[0](partition0_args)"
"self.partitions[0](partition0_args)"
).check("recursively_apply_fns = runner.recursively_apply_fns").run(
code[0]
)
Expand Down
Loading
0