summaryrefslogtreecommitdiff
path: root/torch
AgeCommit message (Expand)AuthorFilesLines
2018-10-12Implement Tensor.__cuda_array_interface__. (#11984)Alex Ford1-0/+57
2018-10-12don't copy weight gradients in rnn (#12600)Natalia Gimelshein1-0/+6
2018-10-12split generated VariableType.cpp (#12493)Anders Papitto3-2/+529
2018-10-12remove duplicate BUILD_TEST flag in libtorch cmake file (#12583)Anders Papitto1-1/+0
2018-10-12Allow tensor.device, tensor.dtype, and tensor.shape in JIT (#12363)Xiang Gao2-4/+50
2018-10-12move bceWithLogits from python to Aten (#11054)Ailing Zhang2-21/+8
2018-10-12Introduce chain_matmul (#12380)vishwakftw1-0/+33
2018-10-12Add copy= keyword to Tensor.to (#12571)Thomas Viehmann2-11/+16
2018-10-11Implement aten::contiguous (#12541)James Reed1-0/+4
2018-10-11Add default values in script (#12345)David Riazati3-11/+73
2018-10-11Smarter differentiable subgraph slicing (#12175)Richard Zou3-34/+936
2018-10-11Enable addmm fusion for ONNX export only (#12538)James Reed4-9/+15
2018-10-11Get rid of emitApplyIdent (#12504)James Reed7-73/+149
2018-10-11Back out "[c10][NFCI] Move jit/type, function_schema, and utils/functional to...Orion Reblitz-Richardson5-3/+1281
2018-10-11Revert D10324615: [pytorch][PR] Revert #12466 and #12467 to fix JIT test erro...Andrey Malevich5-1281/+3
2018-10-10Revert #12466 and #12467 to fix JIT test error on Windows CI (#12557)Will Feng5-3/+1281
2018-10-10Allow linking to backwards-compatible cuDNN at runtime (#12239)sclarkson1-3/+15
2018-10-10Diff against master and enable bugprone-* checks (#12378)Peter Goldsborough18-54/+58
2018-10-09Move function_schema to ATen/core (#12467)Bram Wasti1-141/+1
2018-10-09Move jit/type and utils/functional to ATen/core (#12466)Bram Wasti5-1142/+4
2018-10-09Expunge torch.utils.trainer.* (#12487)vishwakftw10-312/+0
2018-10-09(#12474)Jie1-2/+1
2018-10-09Prevent hanging in data loader altogetherTongzhou Wang2-64/+331
2018-10-08fix import for script module with control flow blocks (#12351)Roy Li1-65/+35
2018-10-08Delete noexcept on the move constructor of OrderedDict (#12369)Edward Z. Yang1-3/+4
2018-10-08Fix issues with ATenOp handling methods where `self` is not the first arg (#1...James Reed1-0/+4
2018-10-08constant pooling pass (#12222)Elias Ellison9-103/+200
2018-10-06Move JIT tests to gtest (#12030)Peter Goldsborough2-14/+11
2018-10-05Remove some Type.tensor usages and remove native_tensor without size. (#12403)Gregory Chanan3-3/+5
2018-10-05Add weak script mode for script functions (#11963)David Riazati2-7/+46
2018-10-05Warn about local_rank not being globally unique. (#12370)Edward Yang1-0/+8
2018-10-05Fix flipped pad buffer constructor argumentsJames Reed1-1/+2
2018-10-05Fix a bug that would resize tensor storage on exportZachary DeVito1-1/+1
2018-10-05Make caffe2::Tensor::dims() return an IntList instead of a const vector& (#12...Edward Yang1-1/+14
2018-10-05Remove stages from IR, they are not longer usedZachary DeVito15-228/+37
2018-10-05Fix bug in grad.py when conv bias != None (#12281)daquexian1-18/+12
2018-10-05Revert D10212616: [pytorch][PR] Remove some Type.tensor usages and remove nat...Gregory Chanan3-3/+3
2018-10-05Remove some Type.tensor usages and remove native_tensor without size. (#12355)Gregory Chanan3-3/+3
2018-10-05Improve type kind error message (#12344)David Riazati1-1/+1
2018-10-05Make TensorOptions contain optional fields, optimize struct size (#12103)Edward Yang2-5/+5
2018-10-05Move interned_strings and get build working (#12039)Bram Wasti5-452/+2
2018-10-04Pretty printer improvements (#12179)David Riazati1-9/+53
2018-10-04move flags to c10 (#12144)Yangqing Jia2-2/+2
2018-10-03Enable clang-tidy in CI (#12213)Peter Goldsborough4-3/+4
2018-10-03Properly catch errors in PythonOps (#12243)David Riazati1-2/+7
2018-10-03add torch factory methods (zeros/ones) to onnx symbolicWanchao Liang1-12/+16
2018-10-03Add `bool` type to IR (#11834)David Riazati23-118/+274
2018-10-01remove support for c extensions (#12122)Roy Li1-213/+1
2018-10-01change \gamma to \Gamma (#12214)Wei Yang2-6/+7
2018-10-01(Very small) allow trailing commas in assign or tuples (#11723)Elias Ellison1-0/+2