NVIDIA / NVIDIA/CUDALibrarySamples
Add all dependencies in the docs
@naveenaero is already working on this.
Since Apr 29, 2026.
- Dominant language
- Cuda
- Stars
- 2.5k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
First, I would like to thank you for the most recent additions of compression algorithms.
I was finally able to compile the repo again, but it took me a while since my system did not have the LZ4 lib or the Zlib. Also, for some reason the CMake flag NVCOMP_EXTS_ROOT was not enough.
I build the dependencies by hand and added the flags ZLIB_ROOT, GDEFLATE_ROOT, LZ4_INCLUDE_DIR, and LZ4_LIBRARY to the cmake line, pointing to the appropriate folders.
While I am not sure all this is necessary, it would be nice to have some info about the dependencies.
Thanks!
Jose
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.