nccl-tests: add version v2.13.6 (#36160)

This commit is contained in:
Thomas Bouvier 2023-03-21 19:17:29 +01:00 committed by GitHub
parent 52bcd0eda1
commit a0bc32c319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class NcclTests(MakefilePackage, CudaPackage):
homepage = "https://github.com/NVIDIA/nccl-tests"
url = "https://github.com/NVIDIA/nccl-tests/archive/v2.0.0.tar.gz"
version("2.13.6", sha256="52b472a58a4918d3221a9b8c4bd9335382643d7e241983918b64692d685cc3d1")
version("2.0.0", sha256="731fc3b7c37de59cfe880bf198349ac185639ef23570749ea6aef334c850c49c")
variant("mpi", default=True, description="with MPI support")