-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[AOTI] Clean up temporary files generated by AOTI package loader. #141773
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/141773
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit fa1ef70 with merge base ae9cda0 ( UNSTABLE - The following job failed but was likely due to flakiness present on trunk and has been marked as unstable:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
#endif | ||
|
||
#include <filesystem> | ||
namespace fs = std::filesystem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't use std::filesystem due to #133437. I know it's annoying, but until you resolve that linking issue, we have to still with the current way.
@etaf , any follow-up on this one? I will switch all the AOTI unit test to use the new package API, but this PR needs to land first. |
@desertfire thanks, I'm working on it, and will update today. |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…torch#141773) Fix pytorch#141772 Pull Request resolved: pytorch#141773 Approved by: https://github.com/desertfire, https://github.com/EikanWang
Stack from ghstack (oldest at bottom):
Fix #141772