-
Notifications
You must be signed in to change notification settings - Fork 815
In place zero fill for Devserver FSIM debug buffer #16783
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
base: main
Are you sure you want to change the base?
Conversation
Summary: Some ops are in place (`index_put_` or `aten_copy_`). This diff makes the debug buffer flow support these cases. Differential Revision: D86346763
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16783
Note: Links to docs will display an error until the docs builds have been completed. ❌ 17 New Failures, 1 Cancelled JobAs of commit 241e0e8 with merge base 5b3d9fc ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@michaelmaitland has exported this pull request. If you are a Meta employee, you can view the originating Diff in D86346763. |
This PR needs a
|
Summary: Some ops are in place (
index_put_oraten_copy_). This diff makes the debug buffer flow support these cases.Differential Revision: D86346763