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
path: root/src
AgeCommit message (Expand)Author
2018-10-252.3.7-1v2.3.7-1David Addison
2018-09-262.3.5-5v2.3.5-5Sylvain Jeaugey
2017-06-14Add support for CUDA9 half semanticsSylvain Jeaugey
2017-03-16Fix compilation error when compiling with 'clang -x cuda'.Ilya Biryukov
2017-03-02Only enable peer access for ring neighbors.Nathan Luehr
2017-03-02Fix copy/paste typo in error messageSylvain Jeaugey
2017-03-02Fix crash in Reduce when non-root ranks have invalid recvbuffSylvain Jeaugey
2017-02-08Qualify nullptr_t with std::.Chad Whipkey
2016-12-08Fix 1.3.2 compilationSylvain Jeaugey
2016-12-06Adding missing fileSylvain Jeaugey
2016-12-021.3.2 releaseSylvain Jeaugey
2016-10-13Fix primitives function prototypeSylvain Jeaugey
2016-10-13NVML (libwrap) : import the needed definitionsSylvain Jeaugey
2016-10-07Improved allreduce segmentation for small sizesSylvain Jeaugey
2016-09-22Heavy code refactoring to remove a lot of code in collectives (~1000 lines).Sylvain Jeaugey
2016-09-22Add profiling APISylvain Jeaugey
2016-09-15Merge pull request #41 from jia-kai/masterSylvain Jeaugey
2016-08-27Updated LICENCE.txtSylvain Jeaugey
2016-08-19pass devlist as const int* rather than int* in ncclCommInitAlljiakai
2016-07-25Merge remote-tracking branch 'github/master' into publicSylvain Jeaugey
2016-07-25Fixed redundant contexts in multi-process appsNathan Luehr
2016-06-17Add a debug level to NCCL and CUDA versions at initSylvain Jeaugey
2016-06-08Only call the CUDA runtime. That may fix #27.Sylvain Jeaugey
2016-06-07Make NCCL collectives work on communicators with only one rankSylvain Jeaugey
2016-06-03Removing unneeded includesSylvain Jeaugey
2016-04-19Fix random deadlock during ncclCommInitRank.Sylvain Jeaugey
2016-02-19Fixed useRemoteRecv consistency issue.Nathan Luehr
2016-02-13Fixed buffer overflow in ReduceOrCopyNathan Luehr
2016-01-29Libwrap checks for LIB.so.1 if LIB.so not foundNathan Luehr
2016-01-29Enabled support for char type to be unsigned.Nathan Luehr
2016-01-28Moved tests to separate dir and improved MPI testSylvain Jeaugey
2016-01-22Added support for more than 8 GPUs.Nathan Luehr
2016-01-21Fixed deadlock in back-to-back reduce_scatters.Nathan Luehr
2015-12-11Fixed bug in MPI initialization.Nathan Luehr
2015-12-04Add int64 and uint64 types for all algorithms and testsSimon Layton
2015-11-19Fixed a race condition in reduce and braodcast.Nathan Luehr
2015-11-17Initial release.Nathan Luehr