Support recording inplace op intermediate output#17796
Support recording inplace op intermediate output#17796
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17796
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 4 Unrelated FailuresAs of commit 33b8d5f with merge base 153adbf ( NEW FAILURES - The following jobs have failed:
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. |
|
@Gasoonjia has exported this pull request. If you are a Meta employee, you can view the originating Diff in D93646471. |
This PR needs a
|
Summary: This diff updates codegen to move `event_tracer_log_evalue` after reassign the return value to the tensor to support logging in-place updated operators like index-put. Differential Revision: D93646471
1b8c6ba to
33b8d5f
Compare
Summary: This diff updates codegen to move
event_tracer_log_evalueafter reassign the return value to the tensor to support logging in-place updated operators like index-put.Differential Revision: D93646471