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

Add CUDA-Enabled Matrix Multiplication #22

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

tf-mac
Copy link

@tf-mac tf-mac commented Mar 8, 2024

This adds a couple of changes to this project

  • Enables CUDA in the project, under the __CUDACC__ define
  • Adds a CUDA-aware MPI distribution scheme
  • Adds GALATIC to the includes, allowing access to its methods
  • Combines all of these to add the method Mult_AnXBn_DoubleBuff_CUDA

Initial results are below:
delaunay matrix runtime (s), 183M (n=100)
rmat matrix runtime (s), 8M (n=100)

@richardlett
Copy link

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants