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

Remove dependencies for CUDA::nvtx3 and fix gpu.sh for cholmod #557

Merged
merged 5 commits into from
Nov 30, 2023

Conversation

syby119
Copy link
Contributor

@syby119 syby119 commented Nov 30, 2023

I did the following change to the project

  • Remove CUDA::nvtx3
  • fix gpu.sh in CHOLMOD/Demo

It's quite embarrassing to admit that with cmake 3.22, the build system cannot find CUDA::nvtx3, as I test build with CUDA on WSL. Howerver, I find that the current project is unnecessary to link to the library. So I think remove the dependency for CUDA::nvtx3 is the best solution. Otherwise, we need to check whether CMake version is 3.25+. If it's above 3.25, then we can link to CUDA::nvtx3, elsewise we can link to CUDA::nvToolsExt.

Besides ,the script in CHOLMOD/Demo should be changed to cholmod_dl_demo instead of cholmod_l_demo. As the demo has specified the precision.

./gpu.sh: line 2: ../build/cholmod_l_demo: No such file or directory
./gpu.sh: line 3: ../build/cholmod_l_demo: No such file or directory

DrTimothyAldenDavis and others added 4 commits November 28, 2023 20:08
GraphBLAS 8.3.0: rmm_wrap, static lib.  ParU: misc cleanup. root-cmakelists workflow. UMFPACK: stale include files. Use same version for SPQR, and its GPU libraries
GraphBLAS: CUDA fixes, demo output
@mmuetzel
Copy link
Contributor

mmuetzel commented Nov 30, 2023

Looks good to me. 👍
I did almost the same changes in my local testing. (Trying to get CI for MSVC with CUDA. It's almost there. 🎉 Just waiting for #556.)

Could you please change the target branch to dev2?

@syby119 syby119 changed the base branch from dev to dev2 November 30, 2023 18:25
@DrTimothyAldenDavis DrTimothyAldenDavis merged commit 1e0c53a into DrTimothyAldenDavis:dev2 Nov 30, 2023
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.

3 participants