-
Notifications
You must be signed in to change notification settings - Fork 25.6k
add methods for open device in PackedSequence module. #124923
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
add methods for open device in PackedSequence module. #124923
Conversation
fix open device testcases failed.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/124923
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 0de2fa9 with merge base b04dca1 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
m.impl("_foreach_add.List", torch::CppFunction::makeFromBoxedFunction<&custom_cpu_fallback>()); | ||
m.impl("index.Tensor", torch::CppFunction::makeFromBoxedFunction<&custom_cpu_fallback>()); | ||
m.impl("triu.indices", torch::CppFunction::makeFromBoxedFunction<&custom_cpu_fallback>()); | ||
m.impl("triu_indices", torch::CppFunction::makeFromBoxedFunction<&custom_cpu_fallback>()); |
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.
whoops
@pytorchbot merge |
Merge failedReason: This PR needs a If not, please add the To add a label, you can comment to pytorchbot, for example For more information, see Details for Dev Infra teamRaised by workflow job |
@ezyang Hi, yang. Pls add a label for this pr. |
@pytorchbot merge |
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 |
1) add is_{custom_device_name}() and {custom_device_name}() for open device register; 2) fix open device failed testcases. @ezyang @bdhirsh Pull Request resolved: #124923 Approved by: https://github.com/ezyang
@ezyang @bdhirsh