summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-09Entries for torch.distributed in CODEOWNERS (#8293)Pieter Noordhuis1-0/+2
2018-06-08Remove THC's FindMAGMA (#8299)Yangqing Jia1-37/+0
2018-06-08Some utils for compile-time programming (#7778)Sebastian Meßmer15-2/+1554
2018-06-08[auto] Update onnx to 58efe0a - add float16 support back for math and reducti...onnxbot1-0/+0
2018-06-08Have a single THTensor / THCTensor type. (#8288)gchanan24-127/+131
2018-06-08[build] Remove /torch/lib/THD/cmake in favor of /cmake (#7159)Yangqing Jia3-75/+5
2018-06-08Add option USE_NVRTC which defaults to off (#8289)Yangqing Jia3-12/+12
2018-06-08Create initial Python bindings for c10d (#8119)Pieter Noordhuis10-10/+384
2018-06-08Remove remaining TensorTypeUtils functions. (#8286)gchanan13-136/+119
2018-06-08c10 build setup (#8264)Sebastian Meßmer11-91/+145
2018-06-08Set up CI build for CUDA 9.2 + macOS (#8274)Will Feng5-16/+34
2018-06-08[c10d] NCCL Process Group implementation (#8182)Teng Li15-36/+983
2018-06-08[ideep] Fuse Conv-Relu after IDEEP graph rewrite, skip group conv (#8233)Viswanath Sivakumar2-0/+14
2018-06-08Move signal window functions to ATen; add Blackman window (#8130)Tongzhou Wang7-194/+313
2018-06-08[cmake] Make cudnn optional (#8265)Yangqing Jia14-79/+69
2018-06-08[auto] Update onnx to 39e4668 - fix optimizer does not set ir_version bug (on...onnxbot1-0/+0
2018-06-08[auto] Update onnx to 2508156 - Make error message more verbose (onnx/onnx#1097)onnxbot1-0/+0
2018-06-07[cmake] Add and export Modules_CUDA_fix (#8271)Yangqing Jia3-15/+12
2018-06-07[caffe2] Fix ATen dispatch for ops with TensorList arg (#8226)James Reed4-11/+51
2018-06-07un-genericize THCDeviceTensorUtils. (#8258)gchanan3-59/+50
2018-06-07[ideep] Add IDEEP fallbacks for Faster-RCNN ops (#8260)Viswanath Sivakumar1-0/+42
2018-06-07[caffe2] Move submodule onnx-tensorrt forward (#7659)Pooya Davoodi1-0/+0
2018-06-07Remove TensorUtils<T>::getData, provide data<T>() in TH(C)Tensor. (#8247)gchanan6-23/+33
2018-06-07Change the output format of caffe2 observers (#8261)llyfacebook1-12/+33
2018-06-07Added backward function for kl_div target (#7839)Wei Yang3-0/+27
2018-06-07Relax CUDA_HOME detection logic, to build when libraries are found. (#8244)Ehsan Azar1-1/+3
2018-06-07Stop BCELoss from returning negative results (#8147)li-roy3-8/+34
2018-06-07Fix app size check (#8256)Xiaomeng Yang10-124/+164
2018-06-07[cmake] Use CAFFE2_USE_* for public/cuda.cmake (#8248)Pieter Noordhuis3-38/+57
2018-06-07Fully genericize THC/THCUNN (except for TensorUtils and DeviceTensorUtils). (...gchanan5-48/+48
2018-06-07[auto] Update onnx to 3a035f4 - Add retry logic to model downloading (onnx/on...onnxbot1-0/+0
2018-06-07Don't override Tensor, Storage macros defined outside torch/csrc in t… (#8243)gchanan16-177/+159
2018-06-07Fix lifting cat into its constant version (#8174)Zachary DeVito3-2/+44
2018-06-07Fix TEST_CUDA import in test_cuda (#8246)Will Feng1-1/+6
2018-06-07Print requires_grad and grad_fn in string repr of tensor (#8211)Sam Gross1-5/+22
2018-06-07Fix: gradcheck forced float32 (#8230)Bhushan Sonawane1-1/+1
2018-06-07Remove .gitmodules.aten since it is in .gitmodules now (#8232)Yangqing Jia1-10/+0
2018-06-07Remove core and util warnings (#8239)Orion Reblitz-Richardson27-72/+119
2018-06-07[caffe2] Build Android tests and binaries in CI (#7593)Marat Dukhan2-0/+1
2018-06-07Rename SparseTensor to SparseTensorRef. (#8237)Edward Z. Yang10-23/+23
2018-06-07Use .cc since some downstream libraries are configured for C++ only. (#8234)xkszltl1-2/+2
2018-06-07[auto] Update onnx to 62e63e9 - Fix build errors inside protobuf-bench (onnx/...onnxbot1-0/+0
2018-06-06[ideep] Add IDEEP Squeeze op (#8227)Viswanath Sivakumar2-0/+94
2018-06-06Update MKL exporter to IDEEP ops (#8228)Viswanath Sivakumar3-20/+31
2018-06-06Allow optional build and installation of native test binaries (#8225)Yangqing Jia3-3/+9
2018-06-06[Caffe2] Add ADD operator for IDEEP (#8220)Yinghai Lu1-3/+10
2018-06-06Fix win mkldnn (#7718)Ben1-2/+43
2018-06-06Don't copy unneeded grads when using a function for several derivatives (Fixe...Thomas Viehmann2-1/+20
2018-06-06[READY TO MERGE] Enable tests that use DataLoader with multiple workers on Wi...Will Feng2-22/+6
2018-06-06[NEEDS REVIEW] Add nan and inf probability check to multinomial (#7647)Will Feng5-0/+85