-
Notifications
You must be signed in to change notification settings - Fork 536
[Windows] [file_data_loader.cpp] Add compat_unistd.h #8913
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/pytorch/executorch/8913
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d7cbc98 with merge base 24671a9 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
re: testing, I think CI is sufficient because there should be no change to existing build |
@SamGondelman all tests pass which is good. However, there is a lint error; seems you need to remove whitespace at Line 21 of If you want to make managing lints easier, you can set up
Then from repo source
|
* fix windows build issue * revert xnnpack cmakelist and fix file_data_loader * fix lint warning * undo non-relevant changes * linter error - extra newline --------- Co-authored-by: Chao Zhang <[email protected]>
Summary
This is the second PR in my attempt to get Windows support working. I've pulled the changes to file_data_loader.cpp from #7217 into their own PR and removed the other changes for now.
Test plan
No functional change since we aren't actually building Windows yet, just verify everything builds.