summaryrefslogtreecommitdiff
path: root/aten
AgeCommit message (Expand)AuthorFilesLines
2019-02-11optionally zero infinite losses in CTCLoss (#16199)Thomas Viehmann4-29/+47
2019-02-10Add support for fusion of half batch norm with float stats (#16735)Adam Paszke2-32/+47
2019-02-10Improve the Sparse matrix multiplication computational speed #16187 (#16905)musikisomorphie1-23/+19
2019-02-10Add abs for ByteTensor and CharTensor. (#16893)Hameer Abbasi4-10/+10
2019-02-10Support named tuple return from operators on JIT (#16253)Xiang Gao1-9/+33
2019-02-10ctc_loss error message bug fix. (#16917)drkw1-1/+1
2019-02-10Use non-Variable type for callsites that check type equality (#16325)Will Feng1-8/+10
2019-02-09Register coalescer bug was fixed in ROCm 2.1 (#16923)Johannes M Dieterich1-25/+0
2019-02-09Alignas is now correctly handled on ROCm (#16920)Johannes M Dieterich1-4/+0
2019-02-09Enable buildin bitonic sort (#16919)Johannes M Dieterich2-10/+0
2019-02-08delete critical section in TH*Tensor_addmm (#16889)James Reed1-1/+0
2019-02-08Revert D13806753: [pytorch][PR] TensorIterator cuda launch configs updateBram Wasti1-106/+54
2019-02-07Also register op schema when no kernels are registeredSebastian Messmer1-0/+7
2019-02-07Allow dicts in C++ frontend (#16846)David Riazati1-5/+24
2019-02-07C10_REGISTER_CAFFE2_OPERATOR: Macro for registering c2 kernels (#16548)Sebastian Messmer2-1/+10
2019-02-07Update ATen internals to use int64_t for dimension indexing (#16739)Michael Antonov7-22/+23
2019-02-07Remove undefined tensor in jit script (#16379)Wanchao Liang4-9/+18
2019-02-06TensorIterator cuda launch configs update (#16224)Jie1-54/+106
2019-02-06Define layer_norm schema in caffe2 (#16535)Sebastian Messmer3-39/+1
2019-02-06Automatically register c10 ops with JIT (#16534)Sebastian Messmer3-30/+112
2019-02-06Rename DynamicType -> TensorType (#16787)Zachary DeVito4-58/+58
2019-02-06Replace resize_dim() with set_sizes_and_strides() (#16732)Narine Kokhlikyan2-6/+25
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