-
Notifications
You must be signed in to change notification settings - Fork 264
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
GraphBLAS doesn't export rmm_wrap when CUDA is enabled #541
Comments
I guess it's because the rmm_wrap sub-package doesn't have the new |
One option, which I'll have to bounce off of my NVIDIA collaborators, is to merge rmm_wrap into the GraphBLAS_CUDA package. That way I reduce the # of packages by one. |
I'm looking into it. Should probably be not too difficult. |
See #543. |
Fixed -- thanks! |
If the approach in #547 turns out to work, we could probably do the same for rmm_wrap and absorb it into GraphBLAS_CUDA. |
That would be a good idea; it would simplify the linking of the packages for the end user application. I'll double-check with NVIDIA. Since the CUDA acceleration for GraphBLAS isn't ready for production anyway, let's wait until after I post a stable SuiteSparse 7.4.0, with rmm_wrap as-is. |
@mmuetzel : I tried to enable cuda in SuiteSparse/GraphBLAS by setting ENABLE_CUDA to ON in SuiteSparse/GraphBLAS/CMakeLists.txt, but the cmake reports an error about not finding rmm_wrap. I realize that you can't test the CUDA case on your end, but here's what I'm seeing. Is this something that needs to be added to GraphBLAS/rmm_wrap/CMakeLists.txt?
The text was updated successfully, but these errors were encountered: