-
Notifications
You must be signed in to change notification settings - Fork 741
remove ET_LOG from kernel temp allocator #13957
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
remove ET_LOG from kernel temp allocator #13957
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D81706654 |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13957
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Cancelled Job, 2 Pending, 2 Unrelated FailuresAs of commit 446c3be with merge base 378c700 ( CANCELLED JOB - The following job was cancelled. Please retry:
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. |
Summary: keep logging in the et_pal malloc calls. remove it from the regular temp allocator to get more cycles. Differential Revision: D81706654
85f2c6f to
2ae7f9f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81706654 |
2ae7f9f to
7b8598b
Compare
Summary: keep logging in the et_pal malloc calls. remove it from the regular temp allocator to get more cycles. Reviewed By: hsharma35 Differential Revision: D81706654
|
This pull request was exported from Phabricator. Differential Revision: D81706654 |
Summary: Pull Request resolved: pytorch#13957 keep logging in the et_pal malloc calls. remove it from the regular temp allocator to get more cycles. Reviewed By: hsharma35 Differential Revision: D81706654
8c8dab7 to
53a9dc0
Compare
Summary: keep logging in the et_pal malloc calls. remove it from the regular temp allocator to get more cycles. Reviewed By: hsharma35 Differential Revision: D81706654
|
@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D81706654. |
Summary: keep logging in the et_pal malloc calls. remove it from the regular temp allocator to get more cycles. Reviewed By: hsharma35 Differential Revision: D81706654
53a9dc0 to
446c3be
Compare
|
@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D81706654. |
Differential Revision: D81706654 Pull Request resolved: pytorch#13957
Summary: keep logging in the et_pal malloc calls. remove it from the regular temp allocator to get more cycles.
Differential Revision: D81706654
cc @mcremon-meta