summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Suo9-24/+138
2019-04-05Expand the list of ops that mutate an inputs shape (#18812)Elias Ellison2-2/+23
2019-04-05add launch bounds, enable more tests (#18909)J M Dieterich21-17/+103
2019-04-05Add backward pass to infer single missing input shape for Concat opportunitis...Yinghai Lu6-16/+114
2019-04-05change to use clang if NDK >= 18 (#18914)Jiakai Liu1-1/+9
2019-04-05Revert D14673459: [pytorch][PR] [jit] Replace Slot on script::Method with Nam...Zachary DeVito5-91/+83
2019-04-05Disable flaky test_proper_exit test. (#18950)Edward Yang1-0/+1
2019-04-05Checkout pytorch_sphinx_theme with https. (#18859)Edward Yang1-1/+1
2019-04-05Add tests for reducer class (#18845)Pieter Noordhuis4-66/+213
2019-04-05Fix a few instances of notifying on a CV while holding the lock (#18857)Owen Anderson3-16/+19
2019-04-05Unify caffe2 and libtorch build scripts on Windows (#18683)peter4-37/+37
2019-04-05Simplify storage wrapping in TH. (#18855)Gregory Chanan2-8/+1
2019-04-05Cache device on TensorImpl; clean up TensorImpl constructors. (#18833)Gregory Chanan10-114/+92
2019-04-05Revert "Adding pin_memory kwarg to zeros, ones, empty,... (#18854)Vitaly Fedyunin18-238/+151
2019-04-05Silence compiler warnings (#18912)Sebastian Messmer2-0/+12
2019-04-05ScriptModuleOp in caffe2 (#18716)Dmytro Dzhulgakov3-58/+321
2019-04-05flake8 fix on extracted python scriptKarl Ostmo1-2/+1
2019-04-04Replace Slot on script::Method with NamedIValue (#18252)David Riazati5-83/+91
2019-04-04U/kostmo/windows offload scripts 3Karl Ostmo4-159/+158
2019-04-04fix lint in optim docTongzhou Wang1-2/+2
2019-04-04Fixed the comment to reference gist example instead of private repo (#18852)Iurii Zdebskyi1-2/+2
2019-04-04return missing keys from load_state_dict (#18668)Sepehr Sameni2-4/+34
2019-04-04Fix caffe2 miopen conv transpose gradient op for case of no dX gradientJunjie Bai1-4/+8
2019-04-04don't attempt to multiply by a sparse matrix (#18737)Brennan Vincent2-3/+19
2019-04-04add Fast-RNN to AI-PEPWanchao Liang1-5/+37
2019-04-04Allow override of backend in dist.new_group() (#18595)Pieter Noordhuis2-10/+133
2019-04-04ONNX Export All Cases of SoftmaxLara2-12/+29
2019-04-04Added bool and half support for resize_as_ and view methods (#18821)Iurii Zdebskyi3-0/+26
2019-04-04Automatic update of fbcode/onnx to 079c2639f9bb79b1774d1e3bfa05b0c093816ca7 (...Lu Fang1-0/+0
2019-04-04Actually model scalar type promotion in shape analysis (#18811)James Reed2-7/+54
2019-04-04Add a .ctags.d/ toplevel directory (#18827)Max Wang1-0/+2
2019-04-04Fix typoWanwannodao2-2/+2
2019-04-04Add support for group ConvTranspose (#18794)Xiaomeng Yang4-486/+765
2019-04-04Disallow changing the device of a tensor via set_. (#18832)Gregory Chanan3-3/+50
2019-04-04U/kostmo/win test offload scriptsKarl Ostmo6-134/+129
2019-04-04Revert D14603722: Enforce single parent for script submodulesZachary DeVito9-58/+49
2019-04-04Fix deviceCount on FakeGuardImpl. (#18745)Edward Yang1-1/+1
2019-04-04Stop swapping in Storages of the wrong device for Tensors. (#18831)Gregory Chanan4-3/+111
2019-04-04Pass ScalarType separately from Type in python constructorsRoy Li9-73/+103
2019-04-04Store ScalarType and Backend instead of Type in TensorIteratorRoy Li4-52/+65
2019-04-04Introduce DeprecatedTypeProperties class (#17991)Roy Li64-569/+699
2019-04-04Fix to handle null strides in DLPack tensor (#18510)Bram Wasti2-0/+19
2019-04-04Add shape inference function for Split (#18838)Yinghai Lu2-0/+128
2019-04-03Fix the duplication problem in _unique_state_dict (#18139)Lu Fang2-2/+25
2019-04-03fold col offset into bias; optimize A symmetric quant (#17026)Jongsoo Park4-53/+205
2019-04-03fix flake8 lint (#18835)Michael Suo1-0/+1
2019-04-03run cpp tests for non-cuda builds in test_jit.py (#18826)Michael Suo3-8/+21
2019-04-03Fix the linter (#18842)Lu Fang1-1/+0