Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use dynamic cudart for nvcomp in java build (#7896)
This PR does two things: - It adds a check that will fail the build if it detects that CUDA runtime was linked statically. For now, that seems like a safe bet, and if we decide to start building with a static CUDA in the future, we should remove that check. - As part of investigation for #7600, libnvcomp was the last library that had a statically linked CUDA runtime, so this PR addresses that. Authors: - Alessandro Bellina (https://github.com/abellina) Approvers: - Jason Lowe (https://github.com/jlowe) URL: #7896
- Loading branch information