msccl/pkg
Saeed Maleki 58b5006ded
Merging with nccl 2.12.12 (#43)
* 2.9.6-1

Add support for CUDA graphs.
Fuse BCM Gen4 switches to avoid suboptimal performance on some platforms. Issue #439.
Fix bootstrap issue caused by connection reordering.
Fix CPU locking block.
Improve CollNet algorithm.
Improve performance on DGX A100 for communicators with only one GPU per node.

* 2.9.8-1

Fix memory leaks.
Fix crash in bootstrap error case.
Fix Collnet clean-up issue.
Make PCI switch vendor/device optional for XML injection.
Add support for nvidia-peermem module.

* 2.9.9-1

Fix crash when setting NCCL_MAX_P2P_NCHANNELS below nchannels.
Fix hang during sendrecv dynamic NVB connection establishment on
cubemesh topologies.
Add environment variable to only use SHARP on communicators beyond
a given number of ranks.
Add debug subsystem to trace memory allocations.
Fix compilation with TRACE=1. (Issue #505)

* 2.10.3-1

Add support for bfloat16.
Add ncclAvg reduction operation.
Improve performance for aggregated operations.
Improve performance for tree.
Improve network error reporting.
Add NCCL_NET parameter to force a specific network.
Add NCCL_IB_QPS_PER_CONNECTION parameter to split IB traffic onto multiple queue pairs.
Fix topology detection error in WSL2.
Fix proxy memory elements affinity (improve alltoall performance).
Fix graph search on cubemesh topologies.
Fix hang in cubemesh during NVB connections.

* Fix to https://github.com/NVIDIA/nccl/issues/560

ncclGroup's containing operations of mixed datatype, element, or collective
would induce crash.

* 2.11.4-1

Add new API for creating a reduction operation which multiplies the input by a rank-specific scalar before doing an inter-rank summation (see: ncclRedOpCreatePreMulSum).
Improve CollNet (SHARP) performance of ncclAllReduce when captured in a CUDA Graph via user buffer registration.
Add environment variable NCCL_NET_PLUGIN="<suffix>" to allow user to choose among multiple NCCL net plugins by substituting into "libnccl-net-<suffix>.so".
Fix memory leak of NVB connections.
Fix topology detection of IB Virtual Functions (SR-IOV).

* Fix Collnet when GDR is disabled

* Fix compilation failure in "src/enqueue.cc" on older GCC because of
missing `#include <cstring>`.

* Perform `busIdToInt64` on the stack.

I noticed when I enabled `NCCL_DEBUG_SUBSYS=ALLOC` that this function is
called thousands of times, making the log output unintelligible.
Fortunately, this function can be implemented without heap allocations.

* Improve warning message about truncated messages

Display hints of cause so that it would be easier for user to debug.
Also change the error type from InternalError to InvalidUsage as most
of time this is caused by a mismatch in collective size or env settings.

* Add env NCCL_NET_DISABLE_INTRA

Disable NET transport for intra-node communication by setting the env to 1
It provides an option to error out instead of falling back to NET when superior intra-node transports (P2P and SHM) are unavailable

* Build fastsocket plugin from ext-net

* remove unused basePath

* Revert "remove unused basePath"

This reverts commit 445bc19657.

* Fix ext-net/google-fastsocket build

* Split IB parameter sanity check into two parts

First part on collective mismatch, second part on internal errors

* 2.12.7-1

Add network communication through another GPU connected with NVLink
(PXN).
Add aggregation of messages coming from different local GPUs through
PXN and going to the same destination.
Add new v5 plugin API with grouped receives and tags.
Add compat for v4 plugins.
Add naming of NCCL threads to help debugging.
Fix NVLink detection and avoid data corruption when some NVLinks are
down.
Add support for Relaxed Ordering for IB.
Add profiling and timing infrastructure.

* Add pthread_detach()'s for threads we never pthread_join(). Helps
reduce diagnostic noise for ThreadSanitizer.

Fixes https://github.com/NVIDIA/nccl/issues/649

* Remove unnecessary newline in plugin logging

Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>

* Fix typo in net_ib.cc

* Display host name instead of numeric IP when referring to a peer

For easier interpretation of debug messages like "connection closed by
peer", "peer message truncated" and "peer collective mismatch"

* Fix merging error

* 2.12.10-1

Fix bug with CollNet
Fix bug with zero-bytes send/recv operations
Fix NCCL_PARAM implementation to avoid taking a lock on every call
Fix bug when setting NCCL_IB_QPS_PER_CONNECTION to more than one.
Improve error reporting for network errors.

* Update Makefile to install static library.

Make sure make install also installs the static library. 
Fixes #662

* 2.12.12-1

Improve allreduce performance when we have more than one network interface per
GPU and we need to use PXN to close rings.
Add support for PCI Gen5 on 5.4 kernels.
Fix crash when setting NCCL_SET_THREAD_NAME.
Fix random crash in init due to uninitialized struct.
Fix hang on cubemesh topologies.
Add P2P_DIRECT_DISABLE parameter to disable direct access to pointers within a
process.

* progress

* progress

* device stuff are done

* should go the other way around

* p

* p

* porting

* msccl version

* buf fix for rcs

* adding msccl.h

* bug fix for count

* multiple bug fixes: reduction chain, reduce_scatter count finder, bandwidth = 1 for msccl

* Reduction in prims (#32)

* reducing inside prims generic op

* bug fix

* bug fix

* LL128 genericOP for load/store

* all 3 protocols have the right reduce operation

* lower latency for LL re

* local copy works as well

* fixed blockExitst issue

* fixing p2p nchannels

* merged with master

* bug fix in agg mode

* fix for when eqInfo list is empty

* int overflow fix for when nchunksperloop is really large

* bug fix for large buffer size chained reductions

* i_chunks and o_chunks are now checked at parsing time to prevent faulty accesses

* Fix syncthreads (#39)

* fixing barriers

* small change

* comment for why we use special send

* comment for why we use special send

* Fence hack (#40)

* fixing barriers

* small change

* comment for why we use special send

* comment for why we use special send

* adding a fence

* adding a threadfence in case of non-P2P transport

* bug fix for non LL protocols

* compilation time fix

* Fix compile (#42)

* not correct yet

* not correct yet!

* clean up

* seems done

* clean up

* bug fix

* more bug fix

* Complete -- reduces down the compilation time.

* removed printf

Co-authored-by: Sylvain Jeaugey <sjeaugey@nvidia.com>
Co-authored-by: Ke Wen <kwen@nvidia.com>
Co-authored-by: John Bachan <jbachan@nvidia.com>
Co-authored-by: Chris Jones <cjfj@deepmind.com>
Co-authored-by: Ke Wen <kw2501@fb.com>
Co-authored-by: Chang Lan <changlan@google.com>
Co-authored-by: void-main <voidmain1313113@gmail.com>
Co-authored-by: Felix Abecassis <fabecassis@nvidia.com>
Co-authored-by: Christopher Hesse <christopherhesse@users.noreply.github.com>
Co-authored-by: Jingji Chen <jingji.chen.000@gmail.com>
2022-08-02 13:17:42 -07:00
..
debian Merging with nccl 2.12.12 (#43) 2022-08-02 13:17:42 -07:00
redhat Merging with nccl 2.12.12 (#43) 2022-08-02 13:17:42 -07:00
srctxz NCCL 2.4.6-1 2019-04-05 13:05:45 -07:00
txz NCCL 2.4.6-1 2019-04-05 13:05:45 -07:00
Makefile NCCL 2.4.6-1 2019-04-05 13:05:45 -07:00