NVIDIA / build-system-archive-import-examples

Examples for importing precompiled binary tarball and zip archives into various build and packaging systems
MIT License
10 stars 5 forks source link

Min and max depends #2

Open kmittman opened 1 year ago

kmittman commented 1 year ago

Tangentially related to feature request #1

There is a potential use case specifying minimum and maximum values to programmatically indicate CUDA Minor Version compatibility.

For example a specific cuDNN build cudnn-linux-x86_64-8.8.0.121_cuda11-archive.tar.xz could be compatible with CUDA >= 11.0.0 and < 12.0.0

Likewise there might be a separate cuDNN build cudnn-linux-x86_64-8.8.0.121_cuda12-archive.tar.xz that is compatible with CUDA >= 12.0.0 and < (next major version).