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 CMake build #15

Merged
merged 13 commits into from
Jan 25, 2024
Merged

Add CMake build #15

merged 13 commits into from
Jan 25, 2024

Conversation

romerojosh
Copy link
Collaborator

This PR introduces a CMake-enabled build process for cuDecomp.

While the existing Makefile and configuration file method is fairly flexible, it can be complicated for some users to track down and set dependencies. While I initially tried to retain some simplicity through defining a generic nvhpcsdk.conf that would work out of the box with a default NVIDIA HPC SDK installation, recent path changes to libraries in the SDK (e.g., HPCX being CUDA-versioned) make this no longer possible.

The automated dependency discovery from CMake makes these path inconsistency issues irrelevant and should make cuDecomp easier to build for users across systems going forward.

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.

None yet

1 participant