summaryrefslogtreecommitdiff
path: root/aten
AgeCommit message (Expand)AuthorFilesLines
2019-01-24Move THCCachingAllocator to c10_cuda. (#16119)Edward Yang11-704/+63
2019-01-24Remove unnecessary includes and headers from THCCachingAllocator, move to at:...Edward Yang5-64/+73
2019-01-24Handle non-contiguous inputs with mkldnn convolution. (#16300)Gregory Chanan1-2/+2
2019-01-23Small fixes for pdist (#16210)Erik Brinkman2-7/+8
2019-01-23Align native_functions.yaml func schema more with JIT signature schema (#16111)Christian Puhrsch3-715/+1081
2019-01-23Fixes selection of cuDNN algorithm (#15881)Syed Tousif Ahmed2-143/+188
2019-01-22tune elementwise for AMD uarch (#16217)Johannes M Dieterich2-8/+18
2019-01-22Remove ATen/Allocator.h forwarding header.Edward Yang9-10/+8
2019-01-22Remove dead curVal store.Edward Yang1-1/+0
2019-01-22Make kernel registration constexpr again (#16166)Sebastian Messmer1-5/+5
2019-01-22Avoid closure around kernel (#16165)Sebastian Messmer3-58/+44
2019-01-22Revert D13540278: [pytorch][PR] Unhide unique from C++, make unique partially...Wanchao Liang4-35/+21
2019-01-22Return namedtuples from torch.* function with multiple return arguments for C...Xiang Gao4-15/+73
2019-01-22hip-clang enablement (#16085)Yaxun (Sam) Liu2-2/+2
2019-01-21Unhide unique from C++, make unique partially scriptable (#15256)Xiang Gao4-21/+35
2019-01-19Unify device() return type in Stream, Event, and Tensor (#16150)Shen Li1-2/+6
2019-01-19Replace use of ConstantLike with with ConstantOfShape (#16095)Spandan Tiwari1-0/+1
2019-01-18Make c10 dispatcher use boxed kernel function pointers (#16051)Sebastian Messmer7-90/+176
2019-01-18add back NNPACK in PyTorch (#15924)Thomas Viehmann7-7/+662
2019-01-18improve performance of unique with inverse indices (#16145)Natalia Gimelshein1-32/+21
2019-01-18Add implicit optional unwrapping (#15587)Elias Ellison1-0/+1
2019-01-18Remove ATen/Half.h and ATen/core/Half.h forwarding headers.Edward Yang8-10/+6
2019-01-18Port legacy any(*) to ATenShen Li12-192/+72
2019-01-18Improve pack_sequence and pack_padded_sequence error message (#16084)Richard Zou1-1/+7
2019-01-17Fix export macros (#15856)Sebastian Messmer1-2/+2
2019-01-17Remove some dependencies from ivalue.h to ATen (#15855)Sebastian Messmer1-4/+5
2019-01-17Code style cleanup (#15854)Sebastian Messmer1-3/+4
2019-01-17Use intrusive_ptr for Blob in IValue (#16052)Sebastian Messmer2-10/+10
2019-01-17Move c10 dispatcher back to ATen/core (#16050)Sebastian Messmer20-3/+873
2019-01-17Add matches_jit_signature attribute to native_functions.yaml (#16040)Christian Puhrsch5-0/+236
2019-01-17Revert batched pdist, improve existing kernel, add test (#15901)Gregory Chanan3-138/+99
2019-01-17Fix trivial typos in torch.cuda._utils (#16026)Derek Kim1-1/+1
2019-01-17Remove support for CUDNN 6 (#15851)Syed Tousif Ahmed5-125/+3
2019-01-17Move all Stream and Event Python implementation to C++ (#15937)Shen Li2-23/+89
2019-01-16Moving torch.norm to ATen using TensorIterator (#15414)jiej12-82/+298
2019-01-16Port the backend of FractionalMaxPool3d from TH to ATen (#15575)Chandler Zuo9-589/+858
2019-01-16multinomial: fix detection of zero probability (#16075)Thomas Viehmann2-8/+13
2019-01-16Fix error message formatting in AT_CHECK/AT_ERROR (#16067)vishwakftw4-10/+10
2019-01-16Port legacy all(*) to ATen (#15540)Shen Li12-176/+65
2019-01-16Rename away uses of THAllocator and THCDeviceAllocator (#16061)Edward Yang7-14/+10
2019-01-16Stop pretending that TH headers are both C++ and C compatible. (#16059)Edward Yang11-69/+0
2019-01-15Fix logic errors when accumulating reductions in output (CUDA) (#16023)Brennan Vincent3-4/+33
2019-01-15Port FractionalMaxPool2d from TH to ATen (#15531)Chandler Zuo12-586/+763
2019-01-15Add a note about THNN height/width/etc argument reordering. (#15819)Edward Yang1-0/+7
2019-01-15Quantized RNNCell modules (#15469)James Reed2-64/+271
2019-01-15Add `itertools.{prod, combinations, combinations_with_replacement}` like op t...Xiang Gao3-0/+68
2019-01-14`var` for multiple dimensions (#15892)Brennan Vincent9-43/+44
2019-01-14Add cuda.reset_max_memory_* (#15985)SsnL2-0/+14
2019-01-12Back out "[pt1][tensor] Remove caffe2::ShareData" (#15983)Jerry Zhang1-4/+4
2019-01-11Undo norm optimizations and add more documentation for parallel.h (#15885)Christian Puhrsch3-192/+35