Loading
torchvision: fix C/C++ compilers when using CUDA; migrate to cudaPackages
- when building with CUDA, we must make sure to use the same C/C++ compiler as NVCC to avoid symbol errors when linking - move to cudaPackages to reduce closure size - separate build-time and run-time CUDA dependencies