-
Notifications
You must be signed in to change notification settings - Fork 722
Correctly track modified bit for variety of replace ops #15727
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/pytorch/executorch/15727
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (4 Unrelated Failures)As of commit 3cf70b3 with merge base 58237e9 ( BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary: Ops updated in this diff - ReplaceSafeSoftmaxWithSoftmax - ReplacePT2QuantWithCadenceQuantPass - ReplacePT2DequantWithCadenceDequantPass - ReplaceFunctionallyEquivalentOpTargets - ReplaceScalarTensorWithFullPass - ReplaceFullLikeWithFullPass - ReplaceInfArgInFullWithValuePass - ReplaceAtenLinalgSvdWithCadenceLinalgSvdPass Also, removed ReplaceAtenApproxGeluWithApproxGeluPass since it was a NO-OP (not doing what its name suggested). Reviewed By: ethansfng Differential Revision: D86725366
07b0346 to
3cf70b3
Compare
Summary: Ops updated in this diff - ReplaceSafeSoftmaxWithSoftmax - ReplacePT2QuantWithCadenceQuantPass - ReplacePT2DequantWithCadenceDequantPass - ReplaceFunctionallyEquivalentOpTargets - ReplaceScalarTensorWithFullPass - ReplaceFullLikeWithFullPass - ReplaceInfArgInFullWithValuePass - ReplaceAtenLinalgSvdWithCadenceLinalgSvdPass Also, removed ReplaceAtenApproxGeluWithApproxGeluPass since it was a NO-OP (not doing what its name suggested). Reviewed By: ethansfng Differential Revision: D86725366
Summary: Ops updated in this diff - ReplaceSafeSoftmaxWithSoftmax - ReplacePT2QuantWithCadenceQuantPass - ReplacePT2DequantWithCadenceDequantPass - ReplaceFunctionallyEquivalentOpTargets - ReplaceScalarTensorWithFullPass - ReplaceFullLikeWithFullPass - ReplaceInfArgInFullWithValuePass - ReplaceAtenLinalgSvdWithCadenceLinalgSvdPass Also, removed ReplaceAtenApproxGeluWithApproxGeluPass since it was a NO-OP (not doing what its name suggested). Reviewed By: ethansfng Differential Revision: D86725366
Summary:
Ops updated in this diff
Also, removed ReplaceAtenApproxGeluWithApproxGeluPass since it was a NO-OP (not doing what its name suggested).
Differential Revision: D86725366