- Dockerfile: install cuda-nvcc-13-0 from NVIDIA repo for compilation - build-nccl-tests.sh: downloads libnccl-dev for nccl.h, builds all_reduce_perf - build.sh: runs nccl-tests build, injects binary into /usr/local/bin/ - platform: RunNCCLTests() auto-detects GPU count, runs all_reduce_perf - TUI: NCCL bandwidth test entry in Burn-in Tests screen [N] hotkey Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
DEBIAN_VERSION=12
|
|
DEBIAN_KERNEL_ABI=auto
|
|
NVIDIA_DRIVER_VERSION=590.48.01
|
|
NCCL_VERSION=2.28.9-1
|
|
NCCL_CUDA_VERSION=13.0
|
|
NCCL_SHA256=2e6faafd2c19cffc7738d9283976a3200ea9db9895907f337f0c7e5a25563186
|
|
NCCL_TESTS_VERSION=2.13.10
|
|
CUBLAS_VERSION=13.0.2.14-1
|
|
CUDA_USERSPACE_VERSION=13.0.96-1
|
|
GO_VERSION=1.24.0
|
|
AUDIT_VERSION=1.0.0
|