summaryrefslogtreecommitdiff
path: root/aten
AgeCommit message (Expand)AuthorFilesLines
2019-02-05Document hip-clang and its __HIP__ macro (#16771)Johannes M Dieterich1-0/+11
2019-02-05Rename IntList to IntArrayRef. (#16751)Edward Yang97-827/+827
2019-02-05dict values(), keys(), and len() (#16629)David Riazati3-2/+29
2019-02-05Add XLA / TPU device type, backend type and type id (#16763)Alex Şuhan5-2/+39
2019-02-05Fixes selection of cuDNN algorithm (#15881)Syed Tousif Ahmed2-140/+186
2019-02-05logsumexp for multiple dimensions (#16475)Brennan Vincent10-40/+162
2019-02-05Add an API to set the number of threads in C10 thread pool (#16669)James Reed2-8/+20
2019-02-04Revert "Move outplace ops to ATen (#12413)" (#16731)Edward Yang5-88/+0
2019-02-04Replace resize_dim() with set_sizes_and_strides() in THTensor_(unsqueeze1d) i...Joshua Meier1-9/+21
2019-02-02fix conditional in mean workaround (#16686)James Reed1-1/+1
2019-02-01Add @ignore annotation (#16055)David Riazati1-0/+1
2019-02-01Implement new c10 dispatcher (#16625)Sebastian Messmer24-801/+524
2019-02-01Revert "Fixes selection of cuDNN algorithm (#15881)" (#16484)Syed Tousif Ahmed2-188/+143
2019-02-01Introduce backend extensions (overriding operators on custom backends)Roy Li9-2/+276
2019-02-01Dispatch factory functions on Type (#15093)Roy Li1-25/+14
2019-02-01Better bounds checks in ctcloss (#16269)Asher Mancinelli2-8/+11
2019-01-31Workaround unvectorized mean implementation (#16618)James Reed1-0/+17
2019-01-31Add torch.backends.openmp.is_available(); fix some cmake messages (#16425)SsnL2-0/+13
2019-01-31Move outplace ops to ATen (#12413)Xiang Gao5-0/+88
2019-01-31Fix a lot of C++ build warnings (#16411)James Reed4-9/+8
2019-01-31Add immutable dict support (#16208)David Riazati4-1/+202
2019-01-31Make the miopen handle part of ConvolutionParams (#16613)Jithun Nair1-4/+6
2019-01-31Back out "Revert D13596031: Improve c2-aten tensor interop and add proper tes...Dmytro Dzhulgakov9-54/+400
2019-01-31Get more fusion after autodiff uses SumToSize (#14957)Thomas Viehmann1-1/+1
2019-01-31remove unused capture (#16526)Brennan Vincent1-1/+1
2019-01-31Fix cuFFT plan cache size on CUDA 10 cannot be set to > 4096 (#16384)SsnL2-13/+18
2019-01-30Remove redundant declarations (#16463)Iurii Zdebskyi1-4/+0
2019-01-30Use dispatch tensor for device_guard instead of first Tensor argumentChristian Puhrsch1-8/+6
2019-01-30Fix uninitialized data and broken broadcasting with sparse.mm and spa… (#16...Gregory Chanan1-2/+4
2019-01-30Move Deprecated.h to c10Edward Yang6-22/+6
2019-01-30Allow generic containers as module inputs (#16482)Elias Ellison2-0/+34
2019-01-30Explicit pdist captures (#16286)Erik Brinkman1-2/+2
2019-01-30CUDA histogram implementationJacie Fan4-24/+102
2019-01-29Kernel gets Stack* instead of ArrayRef<IValue> (#16282)Sebastian Messmer4-61/+79
2019-01-29try to get rid of tmp_install (#16414)Zachary DeVito1-0/+5
2019-01-29Add stack & cat support for CPU Half (#16389)SsnL5-125/+130
2019-01-29Revert D13596031: Improve c2-aten tensor interop and add proper testingEdward Yang9-400/+54
2019-01-28Improve c2-aten tensor interop and add proper testing (#15860)Dmytro Dzhulgakov9-54/+400
2019-01-28Move stack.h to ATen/core (#16247)Sebastian Messmer1-0/+105
2019-01-28Remove state from schema and calling API (#16180)Sebastian Messmer6-63/+167
2019-01-28Support Tensor alias annotations for native_functions.yaml (#16239)Christian Puhrsch4-593/+1033
2019-01-28Annotate the bicubic interpolation kernels (#16449)Johannes M Dieterich1-0/+6
2019-01-28Op-calling API can handle state (#16177)Sebastian Messmer2-32/+51
2019-01-28CPU implementation of torch.cdist (#16168)Igor Fedan6-22/+162
2019-01-28Don't initialize a new `std::vector` in a loop. (#15850)Brennan Vincent1-19/+25
2019-01-27Fix a typo in Parallel.h (#16419)Gemfield1-1/+1
2019-01-26Trace fork and join callsJames Reed1-0/+1
2019-01-25Remove bash from build (#16289)Zachary DeVito2-1/+8
2019-01-25Remove caffe2::ShareData (#16139)Jerry Zhang1-4/+4
2019-01-24Add thread-local guard: at::AutoNonVariableTypeMode (#15939)Will Feng9-10/+88