-
Notifications
You must be signed in to change notification settings - Fork 24.1k
AOTI: add all fallback ops that are missing from C-shim #150673
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
base: gh/benjaminglass1/83/base
Are you sure you want to change the base?
AOTI: add all fallback ops that are missing from C-shim #150673
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/150673
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 Cancelled JobsAs of commit 4c69d93 with merge base 3849fd1 ( CANCELLED JOBS - The following jobs were cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Attention! PyTorch one of the C-stable API file was changedYou MUST NOT change existing function declarations in this, as this header defines a stable C ABI. If you need to change the signature for a function, introduce a new v2 version of the function and modify code generation to target the new version of the function. Caused by: |
@desertfire I'm benchmarking this to see if we get any speedups, but I can confirm that we fix a few OpInfo tests running with all the needed fallback ops in place. |
Adds all fallback ops that are logged as missing when running the Inductor OpInfo tests with cpp_wrapper mode, with the exception of one or two ops that cannot be currently represented in the C-shim interface. ghstack-source-id: 252d9df Pull Request resolved: pytorch/pytorch#150673
Switched back into draft mode while completing some things agreed with @desertfire offline. This list will be pared back to any fallback ops that complain when doing a benchmarking run, so that we can minimize growth to the AOTI ABI interface. |
Stack from ghstack (oldest at bottom):
Adds all fallback ops that are logged as missing when running the Inductor OpInfo tests with cpp_wrapper mode, with the exception of one or two ops that cannot be currently represented in the C-shim interface.
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov