Skip to content
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

Cc cuda ops #596

Merged
merged 4 commits into from
Aug 30, 2023
Merged

Cc cuda ops #596

merged 4 commits into from
Aug 30, 2023

Conversation

corepointer
Copy link
Collaborator

This pull request contains CUDA ops needed for the connected components algorithm (only dense versions for now).

This commit adds code cleanups and a few elementwise binary operations for CUDA.
Supported ops in this initial version of CUDA row aggregation are SUM and MAX.
…trix

This commit reintroduces avoiding to really transpose a vector. This was not possible while we did not handle the meta data object properly. This is now cloned into the result matrix.
This commit adds the SUM/MIN/MAX total aggregate operations

Closes daphne-eu#596
@corepointer
Copy link
Collaborator Author

Merging this now with a promise to deliver test cases 😇

@corepointer corepointer merged commit f69d4d3 into daphne-eu:main Aug 30, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant