summaryrefslogtreecommitdiff
path: root/aten
AgeCommit message (Expand)AuthorFilesLines
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
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