[Sparse] Move SparseTensorUtils.* to native/#96696
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/96696
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ffac186: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
albanD
left a comment
There was a problem hiding this comment.
If CI is happy, I'm happy
7759e30 to
29697e6
Compare
29697e6 to
77f6474
Compare
|
@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 |
Merge failedReason: New commits were pushed while merging. Please rerun the merge command. Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -f "Builds are green" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Fixes internal linking problem after `DECLARE_DISPATCH` was introduced in SparseTensorUtils.cpp, but implemented inside the native library. Also, fix `sign-unsigned` compare in `_flatten_indices_impl` Followups: Move code declared/implemented in `SparseTensorUtils.*` to `at::native` namespace Pull Request resolved: pytorch/pytorch#96696 Approved by: https://github.com/albanD
Fixes internal linking problem after `DECLARE_DISPATCH` was introduced in SparseTensorUtils.cpp, but implemented inside the native library. Also, fix `sign-unsigned` compare in `_flatten_indices_impl` Followups: Move code declared/implemented in `SparseTensorUtils.*` to `at::native` namespace Pull Request resolved: pytorch/pytorch#96696 Approved by: https://github.com/albanD
Fixes internal linking problem after
DECLARE_DISPATCHwas introduced in SparseTensorUtils.cpp, but implemented inside the native library.Also, fix
sign-unsignedcompare in_flatten_indices_implFollowups:
Move code declared/implemented in
SparseTensorUtils.*toat::nativenamespace