Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-27Merge pull request #314 from NVIDIA/v2.6Sylvain Jeaugey
2020-03-212.6.4-1Sylvain Jeaugey
2020-03-17Check return code for Flush operationRashika Kheria
2020-02-12Fix Allgather operations above 4G with multiple GPUs per process.Sylvain Jeaugey
2020-01-172.5.7-1Sylvain Jeaugey
2020-01-17Merge pull request #283 from lukeyeager/topo-trim-net-linksSylvain Jeaugey
2020-01-08[topology] remove NET links when trimming systemLuke Yeager
2020-01-08[build] Allow setting CXXFLAGS on the command lineLuke Yeager
2019-12-09Fix clang build (#274)Christian Sigg
2019-12-07Merge branch 'master' into HEADKe Wen
2019-12-072.5.6-2Ke Wen
2019-12-06Fix clang compilationSylvain Jeaugey
2019-12-06Fix clang build (#271)Christian Sigg
2019-11-202.5.6-1 (#255)Sylvain Jeaugey
2019-08-14Merge branch 'lowintelligence-shm'David Addison
2019-08-14Updated PR#196 to use a common hash functionDavid Addison
2019-08-14Merge branch 'shm' of git://github.com/lowintelligence/nccl into lowintellige...David Addison
2019-08-14Make use of SO_REUSEPORT conditionalDavid Addison
2019-07-31Refine RPM package building spec file.Cao Zongyan
2019-07-17Fix NIC distances for 11+ NICsKe Wen
2019-07-17Fix #224: prevent number of IB devices from going out of boundKe Wen
2019-07-12Size up IPC buffers to multiples of 2MBKe Wen
2019-07-10Add the exact matching modifier support "=" to the NCCL_IB_HCA variable (#236)Hirochika Asai
2019-06-25Merge branch 'master' into HEADKe Wen
2019-06-252.4.8-1Ke Wen
2019-06-21Fix out-of-bounds read in ncclStrToCpuset (#233)Felix Abecassis
2019-05-23Update debian dependencies in README (#228)Rajat Chopra
2019-05-10NCCL 2.4.7-1David Addison
2019-05-08Allow CUDA runtime library selection (#220)jakirkham
2019-04-08Add pkgconfig file (#190)Gustavo Alvarez
2019-04-05NCCL 2.4.6-1David Addison
2019-03-15Fix share memory collision in multi-communicator case.Cao Zongyan
2019-03-04Fix crash during shared memory creation (#185)Rong Ou
2019-01-302.4.2-1Sylvain Jeaugey
2019-01-08Fix memory leak in bootstrapRoot()Christian Sigg
2018-12-14Replace CUDA_VERSION by CUDART_VERSIONSylvain Jeaugey
2018-12-14Qualify nullptr_t with std::Christian Sigg
2018-12-14Two temporary workarounds for cuda-clang issues.Christian Sigg
2018-12-14Change __CUDACC_VER_*__ preprocessor directives to CUDA_VERSION because clang...Christian Sigg
2018-12-11Fix #163 : remove warningsSylvain Jeaugey
2018-12-06Fix dummy pluginKe Wen
2018-12-05Remove error logging from a normal pathSylvain Jeaugey
2018-12-05Fix GPU Direct RDMA detection.Sylvain Jeaugey
2018-12-05Add NCCL_NET flag to many debug lines.Sylvain Jeaugey
2018-12-04Improve INFO message when external network is not found.Sylvain Jeaugey
2018-11-30Fixed some compilation errors when TRACE=1 setDavid Addison
2018-11-29Rework shared memory code to use SYSCHECK macros.Sylvain Jeaugey
2018-11-29Rework SYSCHECK macros to better handle retries.Sylvain Jeaugey
2018-11-27Improve net API descriptionSylvain Jeaugey
2018-11-27Make network isend/irecv non blockingSylvain Jeaugey