Slide 15
Slide 15 text
15
Virtual Packages
• Represent system-level features (like CUDA) without explicitly
installing large system libraries via Conda.
• Ensures RAPIDS libraries are compatible with the underlying GPU
setup.
• When Conda detects a GPU with a compatible CUDA version, it
creates a virtual package (e.g., __cuda).
• These virtual packages allow Conda to resolve dependencies
without actually bundling the entire CUDA toolkit or drivers.
__cuda, __glibc, __linux, __archspec, etc.