Extract out prepare_aot_module_simplified for use in next PR#158319
Extract out prepare_aot_module_simplified for use in next PR#158319ezyang wants to merge 2 commits intogh/ezyang/3104/basefrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/158319
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit 36ccfe0 with merge base 4b9a6f7 ( NEW FAILURE - The following job has failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| bw_compiler: AOTDispatchCompiler, | ||
| partition_fn: Callable, | ||
| decompositions: dict, | ||
| keep_inference_input_mutations, |
There was a problem hiding this comment.
| keep_inference_input_mutations, | |
| keep_inference_input_mutations: bool, |
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 2 checks: pull / linux-jammy-py3-clang12-mobile-build / build, pull / cuda12.8-py3.10-gcc9-sm75 / test (pr_time_benchmarks, 1, 1, linux.g4dn.metal.nvidia.gpu, unstable) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 mandatory check(s) failed. The first few are: Dig deeper by viewing the failures on hud |
|
@pytorchbot merge -f "because the i is busted and the job is flaky" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Also a small amount of extra code cleanup. Signed-off-by: Edward Z. Yang <ezyang@meta.com> ghstack-source-id: 57a8d92 Pull-Request: pytorch/pytorch#158319
Stack from ghstack (oldest at bottom):
Also a small amount of extra code cleanup.
Signed-off-by: Edward Z. Yang ezyang@meta.com