Skip to content

[Sparse] Move SparseTensorUtils.* to native/#96696

Closed
malfet wants to merge 3 commits intomasterfrom
malfet/move-sparse-utils-to-native
Closed

[Sparse] Move SparseTensorUtils.* to native/#96696
malfet wants to merge 3 commits intomasterfrom
malfet/move-sparse-utils-to-native

Conversation

@malfet
Copy link
Copy Markdown
Contributor

@malfet malfet commented Mar 13, 2023

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

@pytorch-bot pytorch-bot bot added the release notes: sparse release notes category label Mar 13, 2023
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot bot commented Mar 13, 2023

🔗 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 Failures

As of commit ffac186:
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Copy link
Copy Markdown
Collaborator

@albanD albanD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If CI is happy, I'm happy

@malfet malfet force-pushed the malfet/move-sparse-utils-to-native branch from 7759e30 to 29697e6 Compare March 13, 2023 22:53
@malfet malfet force-pushed the malfet/move-sparse-utils-to-native branch from 29697e6 to 77f6474 Compare March 13, 2023 23:45
@malfet malfet added the ciflow/trunk Trigger trunk jobs on your pull request label Mar 14, 2023
@malfet
Copy link
Copy Markdown
Contributor Author

malfet commented Mar 14, 2023

@pytorchbot merge

@pytorchmergebot
Copy link
Copy Markdown
Collaborator

Merge started

Your 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

Advanced Debugging
Check the merge workflow status
here

@pytorchmergebot
Copy link
Copy Markdown
Collaborator

Merge failed

Reason: New commits were pushed while merging. Please rerun the merge command.

Details for Dev Infra team Raised by workflow job

@malfet
Copy link
Copy Markdown
Contributor Author

malfet commented Mar 14, 2023

@pytorchbot merge -f "Builds are green"

@pytorchmergebot
Copy link
Copy Markdown
Collaborator

Merge started

Your 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

Advanced Debugging
Check the merge workflow status
here

@malfet malfet deleted the malfet/move-sparse-utils-to-native branch March 14, 2023 03:08
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 23, 2023
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
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 27, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk Trigger trunk jobs on your pull request Merged release notes: sparse release notes category topic: build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants