summaryrefslogtreecommitdiff
path: root/caffe2/contrib/nccl
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Unify gpu_support variable in python tests (#16748)rohithkrn1-1/+1
2019-01-11Don't call cudaStreamDestroy at destruction time (#15692)Dmytro Dzhulgakov1-9/+9
2018-12-07Add __init__.py so files get picked up on install (#14898)Orion Reblitz-Richardson1-0/+0
2018-11-07Rename ndim() -> dim() - 1/6Jerry Zhang1-1/+1
2018-10-30dims() to sizes() remaining partJerry Zhang1-5/+5
2018-10-29Renaming size() to numel() - 1/2Jerry Zhang1-2/+2
2018-10-26Renaming size() to numel() - 1/17Jerry Zhang1-3/+3
2018-10-09Rename cuda_gpu_id to device_id in DeviceOption (#12456)Junjie Bai2-3/+3
2018-10-01Back out "Revert D10123245: Back out "codemod cuda_gpu_id to device_id"" (#12...Junjie Bai2-3/+3
2018-10-01Revert D10123245: Back out "codemod cuda_gpu_id to device_id"Rick Ratmansky2-3/+3
2018-10-01Back out "codemod cuda_gpu_id to device_id"Yang Liu2-3/+3
2018-09-27codemod cuda_gpu_id to device_id (#12022)Junjie Bai2-3/+3
2018-09-25Unify all *_EXPORT and *_IMPORT macros across c++ backend (#12019)Yangqing Jia1-1/+1
2018-09-22Remove many caffe2::TIndex and replace them with int64_t (#11943)Christian Puhrsch1-2/+2
2018-09-20codemod: caffe::float16 -> at::Half (#11785)Roy Li2-12/+12
2018-09-05Add cost inference to ConvGradient and WeightedSum operators (#10744)Martin Schatz1-0/+43
2018-08-07s/DISABLE_COPY_AND_ASSIGN/AT_DISABLE_COPY_AND_ASSIGN/ (#10275)Edward Yang1-1/+1
2018-07-27Remove template parameter from Tensor (#9939)Jerry Zhang1-5/+5
2018-07-26Revert D8121878: Remove template parameter from TensorJerry Zhang1-5/+5
2018-07-26Remove template parameter from Tensor (#13)Jerry Zhang1-5/+5
2018-06-12Skip calling ncclCommDestroy in destructor (#8352)Xiaodong Wang1-0/+12
2018-03-30[codemod][caffe2] comment out unused parametersDavid Lai1-1/+1
2018-03-27Remove Apache headers from source.Orion Reblitz-Richardson4-63/+0
2018-02-26Back out "[codemod] - comment out unused parameters"Orion Reblitz-Richardson1-1/+1
2018-02-26[codemod] - comment out unused parametersOrion Reblitz-Richardson1-1/+1
2017-12-08Fix out-of-place allocationsSimon Layton1-2/+11
2017-09-28Re-license to ApacheYangqing Jia4-0/+63
2017-09-19Fixes for NCCLReduce with non-zero rootSimon Layton2-4/+10
2017-09-14Fix NCCL ops + Add NCCLReduceScatterAlisson Gusatti Azzolini4-20/+117
2017-08-21DeviceInference function for NCCLAllreduceAlisson Gusatti Azzolini1-1/+11
2017-08-09Add NCCL_VERSION_MIN, use v2 API if installedSimon Layton2-0/+33
2017-08-02Add InputsCanCrossDevices() to NCCL op schemasAapo Kyrola1-1/+5
2017-07-17Rename def() to debug_def()Junjie Bai1-7/+5
2017-06-21Fix CMake messages when CUDA not presentLuke Yeager1-1/+1
2017-05-18Update fp16 NCCL opsSimon Layton1-2/+2
2017-04-25share forward activation blobs + pass unused free blobs down all branches + u...Aapo Kyrola1-0/+3
2017-04-03fp16 support for NCCL opsSimon Layton1-15/+56
2017-03-05cuda check -> enforceYangqing Jia1-11/+11
2017-02-13Halfway into windows portYangqing Jia1-1/+1
2017-01-20Prevent concurrent memory and NCCL opsSimon Layton1-13/+17
2017-01-06Linter fix up to sync fbsource and githubBram Wasti1-1/+1
2017-01-05Merge branch 'master' into cmakeBram Wasti1-1/+1
2017-01-04goodbye old breweryYangqing Jia1-10/+0
2017-01-04Reset and warn when any options are not satisfiedBram Wasti1-1/+1
2017-01-04Add contrib/nccl to cmakeSimon Layton1-0/+12
2016-11-18fbsync at f5a877Yangqing Jia3-11/+16
2016-11-15fbsync. TODO: check if build files need update.Yangqing Jia1-1/+2
2016-10-18Add priority streams for NCCL opsSimon Layton1-1/+5
2016-10-07fbsyncYangqing Jia1-1/+1
2016-09-06chunky syncYangqing Jia2-19/+24