-
Notifications
You must be signed in to change notification settings - Fork 8
Add cuSPARSE to CI. #50
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 cuSPARSE to CI. #50
Conversation
yhmtsai
left a comment
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.
Thank you for adding it!
| shell: bash -l {0} | ||
| run: | | ||
| module load cmake | ||
| cmake -B build -DENABLE_CUSPARSE=ON -DCMAKE_PREFIX_PATH=/usr/local/cuda/targets/x86_64-linux/lib/cmake |
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.
Is any cuda module available on machine?
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.
I would have to ask Geri—I think there's just one global installation of CUDA; I don't think there are difficult CUDA modules.
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.
I see. one version now should also be good enough for the test
|
Sorry, thought you had merged it yourself last week—merging now. |
* add cusparse spmv and corresponding cmake * setup CMake to use the same test and example with thrust * add the cusparse example without thrust * Add cuSPARSE to CI. (#50) * add the cuSPARSE into README * accept list into add_device_test --------- Co-authored-by: Benjamin Brock <brock@cs.berkeley.edu>
@yhmtsai This adds cuSPARSE to the CI. Merge into your PR #40 whenever you are ready.