-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Fix native static dispatch kernels #156331
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/156331
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Cancelled Job, 3 Unrelated FailuresAs of commit d7c8b49 with merge base d061a02 ( CANCELLED JOB - The following job was cancelled. Please retry:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
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. |
This pull request was exported from Phabricator. Differential Revision: D76559764 |
0042faa
to
ed5e26b
Compare
This pull request was exported from Phabricator. Differential Revision: D76559764 |
@pytorchbot label "topic: not user facing" |
ed5e26b
to
3e8021c
Compare
Summary: Pull Request resolved: pytorch#156331 Fix for native static dispatch kernels not taking effect Test Plan: ``` buck2 test //sigmoid/backend/test:static_kernels_ops_test buck2 run mode/opt caffe2/torch/fb/model_transform/fx2trt/packaging:load_net_predictor -- --loadMode=BenchmarkByOp --inputNetFile=/data/users/$USER/models/${MODEL_ENTITY_ID}/${SNAPSHOT_ID}/${MODEL_ENTITY_ID}_${SNAPSHOT_ID}${SUFFIX} --moduleName=${MODULE} --submodToDevice "" --pytorch_predictor_sigmoid_static_dispatch_enable=true --pytorch_predictor_sigmoid_graph_passes_enable=true --benchmarkEnableProfiling=true --load_lowered_merge=3 --using_aoti_lowering_allowlist=false --requestFilePath=/data/users/georgiaphillips/replayer/inputs/742055223/0/mix/742055223_0_mix.inputs.recordio --benchmarkNumIterations=2 ``` Rollback Plan: Reviewed By: muchulee8, jingsh, dolpm Differential Revision: D76559764
This pull request was exported from Phabricator. Differential Revision: D76559764 |
3e8021c
to
d7c8b49
Compare
@pytorchbot merge -i (Initiating merge automatically since Phabricator Diff has merged, merging with -i because oss signals were bypassed internally) |
Merge startedYour change will be merged while ignoring the following 4 checks: pull / linux-jammy-py3.13-clang12 / test (crossref, 1, 2, linux.2xlarge), pull / linux-jammy-py3.9-clang12-onnx / test (default, 2, 2, linux.2xlarge), pull / linux-jammy-py3.9-clang12 / test (crossref, 2, 2, linux.2xlarge), 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 |
Summary: Fix for native static dispatch kernels not taking effect
Test Plan:
Rollback Plan:
Reviewed By: dolpm
Differential Revision: D76559764