summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-13Update docker images to use ROCm 2.3 (#19231)Junjie Bai2-22/+22
2019-04-13fix flake8 (#19243)Zachary DeVito1-1/+2
2019-04-13Remove GraphExecutor's python bindings (#19141)Zachary DeVito3-61/+14
2019-04-13Cleanup ScriptModule bindings (#19138)Zachary DeVito3-45/+38
2019-04-13get propagate_shape logic out of module.h (#19137)Zachary DeVito4-111/+78
2019-04-13Make debug subgraph inlining thread local (#19136)Zachary DeVito5-163/+142
2019-04-13Support Kwargs in C++ Function/Method calls (#19086)Zachary DeVito7-129/+185
2019-04-12Enable working ROCm tests (#19169)Johannes M Dieterich2-10/+0
2019-04-12import warnings in torch.hub & fix master CI travis (#19181)Ailing Zhang1-0/+1
2019-04-12fix lint errors in gen.py (#19221)Jerry Zhang1-4/+5
2019-04-12Add pass registration mechanism (#18587)Bram Wasti8-0/+79
2019-04-12JIT Layernorm fusion (#18266)Wanchao Liang2-92/+180
2019-04-12Add more debugging helper to net transformer (#19176)Yinghai Lu3-19/+32
2019-04-12Add Quantized Backend (#18546)Jerry Zhang25-36/+127
2019-04-12Step 2: Rename _unique_dim2_temporary_will_remove_soon to unique_dim (#18649)Xiang Gao5-11/+18
2019-04-12Fix onnx ints (#19102)Lu Fang2-15/+81
2019-04-12use C10_REGISTER for GELU opHuamin Li4-24/+48
2019-04-12Fix tabs lint. (#19196)Edward Yang1-21/+21
2019-04-12Pin nvidia-container-runtime version (#19195)Will Feng2-0/+2
2019-04-12One more fix for #18790peter1-7/+9
2019-04-11Fix promoteTypes for QInt types (#19182)Jerry Zhang1-0/+5
2019-04-11Replace more usages of Type with DeprecatedTypeProperties (#19093)Roy Li22-125/+234
2019-04-11Support attributes when copying modules (#19040)David Riazati2-4/+38
2019-04-11Move version_counter_ to TensorImpl (#18223)Will Feng7-63/+111
2019-04-11Enable comp ops for bool tensor (#19109)Iurii Zdebskyi12-63/+146
2019-04-11Change is_variable() to check existence of AutogradMeta, and remove is_variab...Will Feng20-55/+37
2019-04-11First class modules in the compiler, round 2 (#19167)Zachary DeVito32-784/+1240
2019-04-11Materialize a non-default device for C2 legacy storage. (#18605)Gregory Chanan2-4/+9
2019-04-11Allow empty net type (#19154)Yinghai Lu1-1/+1
2019-04-11Skip Slice if it's no op (#19155)Lu Fang2-27/+15
2019-04-11Rename ONNX util test names (#19153)Lu Fang1-2/+2
2019-04-11Remove ProcessGroup::getGroupRank (#19147)Pieter Noordhuis8-25/+0
2019-04-11Basic implementation of QRelu in C10 (#19091)Zafar Takhirov4-3/+73
2019-04-11Import MultiheadAttention to PyTorch (#18334)Guanheng Zhang3-3/+415
2019-04-11try to enable uncertainty for lr loss (#17236)Xing Wang2-0/+56
2019-04-11Remove comment (#19148)sakaia@jp.fujitsu.com1-2/+0
2019-04-11Revert D14842057: Compiler uses first-class modules**Zachary DeVito32-1239/+784
2019-04-11Compiler uses first-class modules** (#19043)Zachary DeVito32-784/+1239
2019-04-10Require matches_jit_signature within native_functions.yaml (#18956)Christian Puhrsch3-1126/+14
2019-04-10add/move a few apis in torch.hub (#18758)Ailing Zhang6-267/+357
2019-04-10Revert D14878128: [jit] Support attributes when copying modulesPieter Noordhuis2-38/+4
2019-04-10ProcessGroupMPI exists only if it is valid (#14809)Pieter Noordhuis4-209/+134
2019-04-10Fix flaky store timeout test (#19114)Shen Li1-12/+23
2019-04-10Optimize SoftmaxOp on CPU (#18635)Xiaomeng Yang10-210/+157
2019-04-10Allow Tensor lists to show up in symbolic differentiable graphs. (#16784)Zachary DeVito5-88/+418
2019-04-10Support attributes when copying modules (#19040)David Riazati2-4/+38
2019-04-10Move ConcatBatchMatMulBatchGatherOp to OSSHao Lu2-0/+156
2019-04-10Print CuDNN version correctly. (#19110)Edward Yang1-4/+13
2019-04-10Infer device from pointer in from_blob (#19094)Roy Li2-1/+16
2019-04-10implement operators for DNNLOWP (#18656)Gu, Jinghui39-87/+1577