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

Fixed bugs #5

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

Fixed bugs #5

wants to merge 3 commits into from

Conversation

Turtlely
Copy link

Fixed numerous bugs that arose due to deprecated CUDA functionality.

Updated README
Updated Make file

This code uses an older version of CUDA, which has since been largely deprecated. For example, some functions such as __shfl() have been replaced by __shfl_sync().

run.cpp needs to be changed to run.cu in order for the script to compile with CUDA.

Turtlely added 3 commits May 30, 2024 15:23
Fixed numerous bugs that arose due to deprecated CUDA functionality.

Updated README
Updated Make file
Code finally works!
Fixed the race condition in the GPU kernels that was causing issues with finding subgraph isomorphisms
Wrote a python wrapper module
Fixed numerous small bugs in GSI
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.

1 participant