summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-09-07Remove FULL_CAFFE2 flag (#11321)Orion Reblitz-Richardson3-10/+20
2018-09-07Remove methods that start with an underscore from at::Tensor (#11152)Peter Goldsborough3-7/+7
2018-09-07Add GPU implementation of pdist (#11102)Erik Brinkman1-1/+1
2018-09-07Remove detach from TensorImpl, handle via Type. (#11337)Gregory Chanan2-1/+41
2018-09-07Move VariableHooksInterface to ATen/core (#11273)Edward Yang1-1/+1
2018-09-07Rename getMaybeVariableType back to getType. (#11250)Edward Yang2-4/+4
2018-09-06Use custom hcc/HIP, purge hcSPARSE (#11198)iotamudelta1-1/+1
2018-09-06Add cuda version of SpatialBNOp also optimize SpatialBN on CPU (#10888)Xiaomeng Yang2-1/+2
2018-09-06Force third_party Eigen from setup.py (#11334)Orion Reblitz-Richardson2-0/+2
2018-09-05Bag of clang tidy fixes for torch/csrc/ and torch/csrc/autograd (#11050)Peter Goldsborough3-20/+20
2018-09-05Sparse tensor printing; add NotImplemented autograd fn (#10181)Tongzhou Wang1-6/+2
2018-09-05Forward declarations of needed curand functions (#10911)Jesse Hellemn1-9/+8
2018-09-05Port PackedSequences functions to C++ (#11224)Adam Paszke1-0/+4
2018-09-04Get rid of some uses of type() (#11215)Edward Yang2-43/+39
2018-09-04Reorganize methods in Type, add CPUTypeDefault/CUDATypeDefault (#11205)Edward Yang2-12/+8
2018-09-04Getting rid of USE_C10D for build (#11237)Teng Li1-1/+0
2018-09-04Report an error when trying to record a mutable operator when (#11129)Zachary DeVito2-1/+23
2018-09-04Move TensorOptions to ATen/coreEdward Yang1-1/+1
2018-09-02Rename real to scalar_t. (#11163)Edward Yang1-5/+5
2018-09-02Make Type a (mostly) pure virtual class; TypeDefault for impls (#11013) (#11013)Edward Yang3-3/+5
2018-09-02improve docker packages, fix bugs, enable tests, enable FFT (#10893)iotamudelta4-37/+78
2018-08-31Traceable detach (#11038)James Reed1-19/+0
2018-08-31Get rid of type() method on TensorOptions; use at::getType instead (#11023)Edward Yang2-4/+4
2018-08-31Warn about non-traceable behavior when tracing (#11088)Adam Paszke1-2/+13
2018-08-31Remove BUILD_CAFFE2 and build everything (#8338)Orion Reblitz-Richardson2-4/+8
2018-08-31Proper recompilation tracking for more files in tools/autograd (#11143)Edward Yang1-0/+3
2018-08-31Delete Tensor constructor from TensorOptions. (#11101)Edward Yang1-1/+2
2018-08-31Get rid of the runtime type in TensorOptions (#11021)Edward Yang2-5/+5
2018-08-30Rename getType to getVariableTypeFromBaseType / getVariableType (#11095)Edward Yang5-20/+12
2018-08-30Rename getTypeRaw to getNonVariableTypeRaw (#11078)Edward Yang1-3/+3
2018-08-30Don't flatten output lists in the JIT IR (#10949)Adam Paszke1-13/+7
2018-08-30Add ATen pdist CPU kernel (#10782)Erik Brinkman1-0/+8
2018-08-29Fix the build of aten tests when FULL_CAFFE2=1Lu Fang1-0/+6
2018-08-29Record tensor factory functions in trace (#10935)Zachary DeVito4-38/+51
2018-08-29Delete context and get_context from Type.Edward Yang1-1/+1
2018-08-27Change Tensor/TensorImpl to use c10::intrusive_ptr (#10824)Edward Yang2-4/+24
2018-08-27speed up kl div loss (#10336)Roy Li1-1/+1
2018-08-27Remove ability of Scalars to hold Tensors.Gregory Chanan1-1/+1
2018-08-24Create at::linear (#10799)Peter Goldsborough2-2/+2
2018-08-24Refactor THCNumerics and add common math functions for at::Half (#10301)Syed Tousif Ahmed1-0/+1
2018-08-24Remove nanopb since we've switched to protobuf (#10772)Orion Reblitz-Richardson2-3/+0
2018-08-23MIOpen integration, more tests enabled, bug fixes (#10612)Johannes M Dieterich4-8/+52
2018-08-23Removes unused THCState code paths (#9735)mruberry1-2/+0
2018-08-23Preserve sparse tensor shape and dim invariants, and add scalar tensor suppor...Will Feng1-1/+1
2018-08-22Back out "[pytorch][PR] Create at::linear" (#10785)James Reed1-1/+1
2018-08-22Delete THD master_worker (#10731)Edward Yang3-16/+0
2018-08-21Use intrusive_ptr in Storage; replace unique_ptr<Storage> with Storage (#10488)Edward Yang4-14/+12
2018-08-21Create at::linear (#10755)Peter Goldsborough1-1/+1
2018-08-21Move THNN Reduction to ATen/core. (#10703)Gregory Chanan1-1/+1
2018-08-20Completely remove build_aten and use_aten (#10469)Mingzhe Li3-4/+2