summaryrefslogtreecommitdiff
path: root/aten
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Export C10 operator in PyTorch Model (#18210)Lu Fang1-0/+6
2019-04-08Renamed bool tensors into byte tensors (#19021)Iurii Zdebskyi2-23/+23
2019-04-08ifdef guard some explicit pragma unrolls (#19018)Johannes M Dieterich2-0/+6
2019-04-08Clean up some sparse code. (#18962)Gregory Chanan3-11/+0
2019-04-08Remove tensorWithAllocator() from Type (#18780)Roy Li8-31/+16
2019-04-07Fix sparse mm for ROCm (#18985)Johannes M Dieterich2-4/+31
2019-04-07Remove tensorFromBlob() from Type (#18779)Roy Li15-102/+96
2019-04-05Create Object that represents a Module (#18469)Zachary DeVito4-2/+27
2019-04-05Add numpy like repeat as torch.repeat_interleave (#18395)Gao, Xiang7-0/+125
2019-04-05Make Object hold its ClassType (#18467)Zachary DeVito4-9/+16
2019-04-05More numerically stable lerp (#18871)Marek Kolodziej2-4/+8
2019-04-05Revert D14742020: Wrap workaround for cpp custom types a bit prettier and add...Edward Yang2-61/+24
2019-04-05Wrap workaround for cpp custom types a bit prettier and add an example (#18791)Dmytro Dzhulgakov2-24/+61
2019-04-05Remove cuda::compat functions in aten (#18905)bddppq1-2/+2
2019-04-05fix side-effects and aliasing for custom ops (#18711)Michael Suo1-5/+10
2019-04-05Expand the list of ops that mutate an inputs shape (#18812)Elias Ellison1-0/+16
2019-04-05add launch bounds, enable more tests (#18909)J M Dieterich16-0/+102
2019-04-05Unify caffe2 and libtorch build scripts on Windows (#18683)peter1-0/+4
2019-04-05Simplify storage wrapping in TH. (#18855)Gregory Chanan2-8/+1
2019-04-05Cache device on TensorImpl; clean up TensorImpl constructors. (#18833)Gregory Chanan4-25/+30
2019-04-05Revert "Adding pin_memory kwarg to zeros, ones, empty,... (#18854)Vitaly Fedyunin5-73/+68
2019-04-05Silence compiler warnings (#18912)Sebastian Messmer2-0/+12
2019-04-04Fixed the comment to reference gist example instead of private repo (#18852)Iurii Zdebskyi1-2/+2
2019-04-04Added bool and half support for resize_as_ and view methods (#18821)Iurii Zdebskyi2-0/+12
2019-04-04Disallow changing the device of a tensor via set_. (#18832)Gregory Chanan1-2/+13
2019-04-04Stop swapping in Storages of the wrong device for Tensors. (#18831)Gregory Chanan3-3/+22
2019-04-04Store ScalarType and Backend instead of Type in TensorIteratorRoy Li3-45/+60
2019-04-04Introduce DeprecatedTypeProperties class (#17991)Roy Li36-501/+637
2019-04-04Fix to handle null strides in DLPack tensor (#18510)Bram Wasti2-0/+19
2019-04-03fix flake8 lint (#18835)Michael Suo1-0/+1
2019-04-03Fix layernorm ad formula on weight and bias (#18233)Wanchao Liang1-1/+1
2019-04-03Step 1: Secretly add return_counts to unique, and refactor unique_dim for per...Vitaly Fedyunin3-132/+250
2019-04-03Remove `device_guard: False` from native_functions that don't have a … (#18...Gregory Chanan1-4/+0
2019-04-03QTensor (#18230)Jerry Zhang22-9/+571
2019-04-03push magma init into lazyInitCUDA (#18527)Soumith Chintala1-0/+3
2019-04-03For some files that are touched by the QTensor diff (#18765)Jerry Zhang1-20/+22
2019-04-03Added indexing for bool tensors and bool Indices (#18583)Iurii Zdebskyi11-83/+107
2019-04-03add 'abs' builtinMichael Kösel1-0/+1
2019-04-03Fix dense Embedding to work with double backward (#9078)kshitij123451-1/+1
2019-04-03Remove THTensor_(newUnfold). (#18773)Gregory Chanan4-16/+0
2019-04-02Add ability to specialize class types to ArgumentSpec (#18314)Zachary DeVito3-1/+24
2019-04-02Bool Tensor for CUDA (#18166)Iurii Zdebskyi17-45/+128
2019-04-02torch.cross' dim default changed to c10::optional instead of int=-1 (#17582)Igor Fedan14-84/+173
2019-04-02Register operators by passing arguments to RegisterOperators constructor (#18...Sebastian Messmer3-4/+45
2019-04-02Allow registering an operator schema without a kernel (#18551)Sebastian Messmer2-25/+68
2019-04-02Improve compiler error messages of the op registration API (#18550)Sebastian Messmer5-28/+50
2019-04-02Improve and test error messages for signature mismatches (#18547)Sebastian Messmer8-285/+295
2019-04-02Adding pin_memory kwarg to zeros, ones, empty, ... tensor constructors. (#18455)Vitaly Fedyunin5-68/+73
2019-04-02Expose alias multinomial methods to ATen (#17904)vishwakftw7-13/+92
2019-04-02Kill LegacyBridge functions that don't do multiple dispatch. (#18696)Gregory Chanan3-70/+41