-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[nativert] aoti #162353
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
[nativert] aoti #162353
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/162353
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 5d1f70b with merge base 43d9b5e ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D81731425 |
Summary: att Test Plan: ci Rollback Plan: Differential Revision: D81731425
29bfbc4
to
55c772d
Compare
Summary: att Test Plan: ci Rollback Plan: Differential Revision: D81731425
55c772d
to
c5b842b
Compare
This pull request was exported from Phabricator. Differential Revision: D81731425 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D81731425 |
c5b842b
to
ffa1da3
Compare
Summary: Pull Request resolved: pytorch#162353 att Test Plan: ci Rollback Plan: Differential Revision: D81731425
This pull request was exported from Phabricator. Differential Revision: D81731425 |
Summary: Pull Request resolved: pytorch#162353 att Test Plan: ci Rollback Plan: Differential Revision: D81731425
This pull request was exported from Phabricator. Differential Revision: D81731425 |
1cb77ea
to
a823045
Compare
Summary: att Test Plan: ci Rollback Plan: Differential Revision: D81731425
a823045
to
a7bb326
Compare
Summary: att Test Plan: ci Rollback Plan: Differential Revision: D81731425
This pull request was exported from Phabricator. Differential Revision: D81731425 |
a7bb326
to
71e3206
Compare
Summary: Pull Request resolved: pytorch#162353 att Test Plan: ci Rollback Plan: Differential Revision: D81731425
This pull request was exported from Phabricator. Differential Revision: D81731425 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D81731425 |
71e3206
to
7fa82cd
Compare
Summary: Pull Request resolved: pytorch#162353 att Test Plan: ci Rollback Plan: Differential Revision: D81731425
This pull request was exported from Phabricator. Differential Revision: D81731425 |
7fa82cd
to
07fd7db
Compare
Summary: Pull Request resolved: pytorch#162353 att Test Plan: ci Rollback Plan: Reviewed By: yiming0416 Differential Revision: D81731425
7fc0733
to
5d1f70b
Compare
This pull request was exported from Phabricator. Differential Revision: D81731425 |
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
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 |
let me fix. can revert if not simple |
I've taken a quick look. There are some changes that seem necessary for ROCm but they don't avoid the seg fault.
I'm doing a build with BUILD_LIBTORCH_CPU_WITH_DEBUG:BOOL=ON to get a backtrace for the seg fault. |
it will take me a few mins to repro this locally on amd machine, but i didn't expect these tests to work on rocm -- we can just disable them for now if this is the case? the reason this isn't changing anything is USE_ROCM and USE_CUDA are set when it's an amd gpu build so this isn't doing anything. |
Found one more diff I'm trying out. The earlier diffs were for the test binary only but the sources weren't being included for rocm builds into libtorch.
|
can try 186290f as well. |
Besides skipping the tests, is there some technical reason why you don't think these tests should work on ROCm? |
it will get the registry by the device type of the input, so we need to change the registry code as well based on USE_ROCM -- i think i know how to fix the issue you are seeing. give me 5 mins. for some other reason i can't get my rocm build to work -- mind trying 52cf1c7 ? assuming i understand the problem, this should fix it. |
I figured it out finally. See my PR here. Tests were passing for me. |
left a comment |
Forward fix for tests added by #162353. Enables aoti tests on rocm. Pull Request resolved: #162827 Approved by: https://github.com/dolpm, https://github.com/huydhn
Summary: att Test Plan: ci Rollback Plan: Differential Revision: D81731425 Pull Request resolved: pytorch#162353 Approved by: https://github.com/yiming0416
Forward fix for tests added by pytorch#162353. Enables aoti tests on rocm. Pull Request resolved: pytorch#162827 Approved by: https://github.com/dolpm, https://github.com/huydhn
Summary: att Test Plan: ci Rollback Plan: Differential Revision: D81731425 Pull Request resolved: pytorch#162353 Approved by: https://github.com/yiming0416
Forward fix for tests added by pytorch#162353. Enables aoti tests on rocm. Pull Request resolved: pytorch#162827 Approved by: https://github.com/dolpm, https://github.com/huydhn
Summary: att Test Plan: ci Rollback Plan: Differential Revision: D81731425 Pull Request resolved: pytorch#162353 Approved by: https://github.com/yiming0416
Forward fix for tests added by pytorch#162353. Enables aoti tests on rocm. Pull Request resolved: pytorch#162827 Approved by: https://github.com/dolpm, https://github.com/huydhn
Summary: att Test Plan: ci Rollback Plan: Differential Revision: D81731425 Pull Request resolved: pytorch#162353 Approved by: https://github.com/yiming0416
Forward fix for tests added by pytorch#162353. Enables aoti tests on rocm. Pull Request resolved: pytorch#162827 Approved by: https://github.com/dolpm, https://github.com/huydhn
Summary: att
Test Plan:
ci
Rollback Plan:
Differential Revision: D81731425