feat: Update HPC-X to v2.19 #73
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- Dockerfile.ubuntu20 | |
- .github/workflows/ubuntu-20.yml | |
- .github/workflows/build.yml | |
jobs: | |
cu118: | |
uses: ./.github/workflows/build.yml | |
with: | |
folder: . | |
dockerfile: Dockerfile.ubuntu20 | |
base-image: nvidia/cuda | |
base-tag: 11.8.0-cudnn8-devel-ubuntu20.04 | |
cuda-version-minor: "11.8.0" | |
cuda-version-major: "11.8" | |
nccl-version: 2.16.5-1 | |
cuda-samples-version: "11.6" | |
hpcx-distribution: "hpcx-v2.14-gcc-MLNX_OFED_LINUX-5-ubuntu20.04-cuda11-gdrcopy2-nccl2.16-x86_64" | |
cu120: | |
uses: ./.github/workflows/build.yml | |
with: | |
folder: . | |
dockerfile: Dockerfile.ubuntu20 | |
base-image: nvidia/cuda | |
base-tag: 12.0.1-cudnn8-devel-ubuntu20.04 | |
cuda-version-minor: "12.0.1" | |
cuda-version-major: "12.0" | |
nccl-version: 2.19.3-1 | |
cuda-samples-version: "12.0" | |
hpcx-distribution: "hpcx-v2.19-gcc-mlnx_ofed-ubuntu20.04-cuda12-x86_64" | |
cu121: | |
uses: ./.github/workflows/build.yml | |
with: | |
folder: . | |
dockerfile: Dockerfile.ubuntu20 | |
base-image: nvidia/cuda | |
base-tag: 12.1.1-cudnn8-devel-ubuntu20.04 | |
cuda-version-minor: "12.1.1" | |
cuda-version-major: "12.1" | |
nccl-version: 2.18.3-1 | |
cuda-samples-version: "12.1" | |
hpcx-distribution: "hpcx-v2.19-gcc-mlnx_ofed-ubuntu20.04-cuda12-x86_64" | |
cu122: | |
uses: ./.github/workflows/build.yml | |
with: | |
folder: . | |
dockerfile: Dockerfile.ubuntu20 | |
base-image: nvidia/cuda | |
base-tag: 12.2.2-cudnn8-devel-ubuntu20.04 | |
cuda-version-minor: "12.2.2" | |
cuda-version-major: "12.2" | |
nccl-version: 2.21.5-1 | |
cuda-samples-version: "12.2" | |
hpcx-distribution: "hpcx-v2.19-gcc-mlnx_ofed-ubuntu20.04-cuda12-x86_64" | |
cu123: | |
uses: ./.github/workflows/build.yml | |
with: | |
folder: . | |
dockerfile: Dockerfile.ubuntu20 | |
base-image: nvidia/cuda | |
base-tag: 12.3.2-cudnn9-devel-ubuntu20.04 | |
cuda-version-minor: "12.3.2" | |
cuda-version-major: "12.3" | |
nccl-version: 2.20.3-1 | |
cuda-samples-version: "12.3" | |
hpcx-distribution: "hpcx-v2.19-gcc-mlnx_ofed-ubuntu20.04-cuda12-x86_64" | |
cu124: | |
uses: ./.github/workflows/build.yml | |
with: | |
folder: . | |
dockerfile: Dockerfile.ubuntu20 | |
base-image: nvidia/cuda | |
base-tag: 12.4.1-cudnn-devel-ubuntu20.04 | |
cuda-version-minor: "12.4.1" | |
cuda-version-major: "12.4" | |
nccl-version: 2.21.5-1 | |
cuda-samples-version: "12.4" | |
hpcx-distribution: "hpcx-v2.19-gcc-mlnx_ofed-ubuntu20.04-cuda12-x86_64" |