-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Create jiterator cache dirs recursively (reland) #74592
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
Fixes #74415 @mruberry The change expects the base directories (`HOME/TEMP`, `XDG_CACHE_HOME`, or the user-defined `PYTORCH_KERNEL_CACHE_PATH`) to exist to avoid potentially exploiting the recursive folder creation. Let me know, if this is not a concern from your side and this PR should be simplified. Pull Request resolved: #74425 Approved by: https://github.com/mruberry
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit cb8ee91 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
@malfet has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
mruberry
left a comment
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.
Stamped
Summary: Reland of #74425 with internal compilation error fixed The change expects the base directories (`HOME/TEMP`, `XDG_CACHE_HOME`, or the user-defined `PYTORCH_KERNEL_CACHE_PATH`) to exist to avoid potentially exploiting the recursive folder creation. Pull Request resolved: #74592 Reviewed By: mruberry Differential Revision: D35066710 Pulled By: malfet fbshipit-source-id: c26aff826b0a3d6ca99286b031711698a515fbbb
|
Hey @malfet. |
Summary: Reland of #74425 with internal compilation error fixed The change expects the base directories (`HOME/TEMP`, `XDG_CACHE_HOME`, or the user-defined `PYTORCH_KERNEL_CACHE_PATH`) to exist to avoid potentially exploiting the recursive folder creation. Pull Request resolved: #74592 Reviewed By: mruberry Differential Revision: D35066710 Pulled By: malfet fbshipit-source-id: c26aff826b0a3d6ca99286b031711698a515fbbb (cherry picked from commit 99479e5)
Reland of #74425 with internal compilation error fixed
The change expects the base directories (
HOME/TEMP,XDG_CACHE_HOME, or the user-definedPYTORCH_KERNEL_CACHE_PATH) to exist to avoid potentially exploiting the recursive folder creation.