summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-03Enforce single parent for script submodules (#18379)Zachary DeVito9-49/+59
2019-04-03Allow ints, floats, and tensors in conditional (#18755)Elias Ellison4-83/+127
2019-04-03Fix layernorm ad formula on weight and bias (#18233)Wanchao Liang3-19/+47
2019-04-03Unify namespace of script::Module (#18378)Zachary DeVito10-142/+234
2019-04-03Step 1: Secretly add return_counts to unique, and refactor unique_dim for per...Vitaly Fedyunin4-185/+409
2019-04-03Support replicating multi-GPU modules (#18687)Shen Li3-22/+328
2019-04-03flake8 fixWanchao Liang1-1/+0
2019-04-03Remove `device_guard: False` from native_functions that don't have a … (#18...Gregory Chanan1-4/+0
2019-04-03Switch our Linux machine AMI to a newer image. (#18433)Edward Yang7-86/+110
2019-04-03QTensor (#18230)Jerry Zhang37-36/+742
2019-04-03Enforce import order to make protobuf cpp implementation in python work (#18560)Dmytro Dzhulgakov4-3/+54
2019-04-03Pin onnx ir_version to 4 (#18768)Lu Fang1-1/+4
2019-04-03fix nccl compilation to make sure it compiles for architectures that pytorch ...Soumith Chintala1-6/+4
2019-04-03push magma init into lazyInitCUDA (#18527)Soumith Chintala3-6/+12