Preserve full_like dtype in AOT passes (#21560) - #21560
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21560
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Cancelled Job, 5 PendingAs of commit f3d1712 with merge base 454f979 ( CANCELLED JOB - The following job was cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@ethansfng has exported this pull request. If you are a Meta employee, you can view the originating Diff in D114433185. |
This PR needs a
|
e3bb087 to
7fdb9d8
Compare
Summary: Preserve the result dtype when `ReplaceFullLikeWithFullPass` rewrites `aten.full_like` to `aten.full`, avoiding silent dtype changes in exported graphs. Add regression coverage and keep the fbcode and xplat mirrors synchronized. Differential Revision: D114433185
Summary: Preserve the result dtype when `ReplaceFullLikeWithFullPass` rewrites `aten.full_like` to `aten.full`, avoiding silent dtype changes in exported graphs. Add regression coverage and keep the fbcode and xplat mirrors synchronized. Reviewed By: abeakkas Differential Revision: D114433185
7fdb9d8 to
2af6687
Compare
Summary: Preserve the result dtype when `ReplaceFullLikeWithFullPass` rewrites `aten.full_like` to `aten.full`, avoiding silent dtype changes in exported graphs. Add regression coverage and keep the fbcode and xplat mirrors synchronized. Reviewed By: abeakkas Differential Revision: D114433185
2af6687 to
18999ff
Compare
Summary: Preserve the result dtype when `ReplaceFullLikeWithFullPass` rewrites `aten.full_like` to `aten.full`, avoiding silent dtype changes in exported graphs. Add regression coverage and keep the fbcode and xplat mirrors synchronized. Reviewed By: abeakkas Differential Revision: D114433185
18999ff to
f3d1712
Compare
Summary:
Preserve the result dtype when
ReplaceFullLikeWithFullPassrewritesaten.full_liketoaten.full, avoiding silent dtype changes in exported graphs.Add regression coverage and keep the fbcode and xplat mirrors synchronized.
Reviewed By: abeakkas
Differential Revision: D114433185