Skip to content

Tags: lipovsek-aws/nccl-tests

Tags

v2.13.6

Add boot_id to the hostname hash due to collisions on Azure

Fixes NVIDIA#60

v2.13.5

Call cudaFreeHost() on wrongPerGpu not cudaFree()

v2.13.4

Update NCCL tests

v2.13.3

Fix preprocessor version check for ncclGetLastError()

ncclGetLastError() was added in NCCL 2.13.0

v2.13.2

Fix an issue with the last commit when data checking is disabled

v2.13.1

Display N/A for error count in AlltoAll in-place test

AlltoAll does not support in-place buffers

v2.13.0

Changed top-level Makefile behavior so that BUILDDIR is interpreted

as relative to top-level directory. This done is by abspath'ing it before
passing it to subdirectory Makefile's.

The old behavior had two cases: with and without BUILDDIR being set by
the user. With BUILDDIR not set, the build dir would be named "build"
in the top-level directory. If BUILDDIR was set, then the build dir
would be placed at "src/${BUILDDIR}".

The new behavior is simpler, if BUILDDIR is not set then it defaults
to "build", and the directory holding the final build is always at just
"${BUILDDIR}" in the top level.

v2.11.0

Resync with NCCL 2.11.4

New operator: mulsum
New test: gather

v2.10.1

Add CUDA graph support only for CUDA 11.3 and later builds

Fixes NVIDIA#90

v2.10.0

Merge branch 'bfloat16'