Cuda Toolkit 12.6 ((top)): Nvidia
:
/usr/local/cuda-12.6/extras/demo_suite/deviceQuery Should show your GPU and Result = PASS . Download from NVIDIA cuDNN archive (requires login). Example for cuDNN 9.x compatible with CUDA 12.6: nvidia cuda toolkit 12.6
EOF nvcc test.cu -o test ./test
cd ~ cat > test.cu << EOF #include <stdio.h> int main() printf("CUDA version: %d\n", __CUDACC_VER__); return 0; : /usr/local/cuda-12