-
Notifications
You must be signed in to change notification settings - Fork 23k
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
skip AOTI UTs on Windows. #138173
skip AOTI UTs on Windows. #138173
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/138173
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 64b1fa7 with merge base 38d9924 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot rebase -b main |
@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here |
Successfully rebased |
aecb9dd
to
3724940
Compare
3724940
to
64b1fa7
Compare
@@ -1680,6 +1680,7 @@ def flip(x): | |||
actual = _run_and_assert_no_indirect_indexing(self, flip_opt, x) | |||
self.assertEqual(expect, actual) | |||
|
|||
@skipIfWindows(msg="AOTI not support Windows: aoti_torch_check failed.") |
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.
What was the error msg? aoti_torch_check
is just a utility function which cuts the dependency on libtorch. This test ifself is not an AOTI test. It should work for Windows.
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.
// #define AOTI_TORCH_EXPORT __declspec(dllexport) |
Or we enable the export declare on Windows?
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.
What are the remaining gaps if we export it for Windows now?
Close by new PR: #140030 CC: @desertfire, @jgong5 |
Skip UTs depends on Windows AOTI, due to Windows not support AOTI so far.
cc @peterjc123 @mszhanyi @skyline75489 @nbcsm @iremyux @Blackhex @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10 @voznesenskym @penguinwu @EikanWang @Guobing-Chen @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang