-
Notifications
You must be signed in to change notification settings - Fork 97
Add Coo Transpose #1816
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 Coo Transpose #1816
Conversation
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.
LGTM!
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1816 +/- ##
===========================================
+ Coverage 89.33% 89.57% +0.24%
===========================================
Files 824 824
Lines 68799 68815 +16
===========================================
+ Hits 61461 61643 +182
+ Misses 7338 7172 -166 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR reuses the
device_matrix_data
sort_row_major
by turning it to accept the pointer argument and add Transpose function toCoo
underTransposable
class.I would also like to use this sort_row_major in pgm if the changes are acceptable. Otherwise, I will reuse the pgm::device_matrix_data in coo.
TODO: