-
Notifications
You must be signed in to change notification settings - Fork 536
fix mman header issues #8989
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
fix mman header issues #8989
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8989
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 33095fc with merge base 6170804 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Before merging, let's import to |
@SamGondelman has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: fix from pytorch#8989 Reviewed By: SS-JIA Differential Revision: D70680840
Summary: fix from pytorch#8989 Reviewed By: SS-JIA Differential Revision: D70680840
Summary
#8916 broke tests. mman.h is needed by mmap_data_loader_test.cpp, and we need to use select
Test plan
Unit tests - not sure why this didn't show on the first PR?