summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-23Use `fbgemm` for quantize/dequantize ops (#19500)Zafar Takhirov1-12/+51
2019-04-23Specify to use Float16UniformFill if necessary in sparse lookup layer (#18499)Jiyan Yang1-2/+7
2019-04-23Fix the Division by Zero Bug of CosineAnnealingLR (#19180)Chandler Zuo2-3/+13
2019-04-23Fix the documentation for BCEWithLogitsLoss (#17218, #16804) (#19212)Vadim Velicodnii1-6/+19
2019-04-23fix the docstring of `RandomSampler` (#19113)crcrpar1-6/+8
2019-04-23Avoid (future) cusparse name collision (#19591)mruberry1-2/+2
2019-04-23Add docs and test guaranteeing indices from torch.nonzero ordered C-style (#1...jhultman2-30/+55
2019-04-23Remove unnecessary printing from testsTongzhou Wang2-9/+18
2019-04-23Fix lr_scheduler's last_epoch value at the time of initialization (BC BREAKIN...Bado Lee2-6/+11
2019-04-23Removes variable which is assigned but not used (#19194)SebFar1-1/+0
2019-04-23add torch.cuda.synchronize(device=None) (#19573)SsnL3-16/+39
2019-04-23Port adaptive_max_pool2d() to ATen (#19409)Stefan Krah13-699/+847
2019-04-23Fix math formatting of PairwiseDistance and CosineSimilarity docs and fix mat...zhiqiang2-10/+14
2019-04-22Revert D15039713: [pytorch][PR] add torch.tensor requires gradMichael Suo7-432/+266
2019-04-22Bugfix for fusion device check (#19594)James Reed1-1/+1
2019-04-22add torch.tensor requires grad (#19445)Elias Ellison7-266/+432
2019-04-22Add onnx support for _unique2 operatorVitaly Fedyunin1-0/+7
2019-04-22Automatic update of fbcode/onnx to 0e8d2bc5e51455c70ef790b9f65aa632ed9bc8a7 (...Lu Fang2-0/+2
2019-04-22Don't create FusionGroups for known-CPU producer values (#19342)James Reed4-21/+35
2019-04-22Explicitly define supported types (#19516)Sebastian Messmer4-14/+107
2019-04-22IRParser: optionally create name->value map of the parsed IR. (#19551)Mikhail Zolotukhin3-7/+43
2019-04-22Profiling : Adding Profile Op to provide storage for profiling lambdasNikolay Korovaiko5-23/+40
2019-04-22Step 5: remove _unique_dim in favor of unique_dim (#18654)Xiang Gao4-28/+1
2019-04-22Add back option to not adjust output batch size (#19442)Yinghai Lu6-12/+38
2019-04-22Add debug logic to c2_ref_test and its helpers (#19359)Michael Antonov3-7/+27
2019-04-22fix variable shadowing issus (#19567)Dehua Cheng1-2/+2
2019-04-22Add manual_seed in script (#19510)Elias Ellison4-0/+21
2019-04-22Automatic update of fbcode/onnx to 83dd62659fc07d5b7fa93b5d1c1879f93509c7db (...Lu Fang2-0/+5
2019-04-22Get rid of unnecessary matches_jit_signature: True specifications. (#19549)Gregory Chanan1-2/+0
2019-04-22Rename potri to cholesky_inverse (#19498)vishwakftw15-100/+131
2019-04-21Add assertion to make sure init op is always fp16 compatible in fp16 trainingJiyan Yang1-9/+20
2019-04-21Generate only one Type class per backend (#19295)Roy Li39-298/+162
2019-04-21Make complex its own backend (#19275)Roy Li6-8/+64
2019-04-21Add ScalarType argument to Type::options() (#19270)Roy Li18-73/+76
2019-04-21Generate cases for all ScalarTypes in Type functions that call to TH (#19230)Roy Li8-269/+331
2019-04-21Fix clang-format. (#19550)Mikhail Zolotukhin1-7/+8
2019-04-21Fix some typos in jit READMEShen Li1-18/+18
2019-04-21Match JIT signature with triu_indices / tril_indices. (#19484)Gregory Chanan2-4/+18
2019-04-21Make one_hot non-differentiable. (#19524)Gregory Chanan1-0/+3
2019-04-21Remove 'BoolTensor', 'IndexTensor' from frontend specifications. (#19523)Gregory Chanan3-12/+2
2019-04-21Have _embedding_bag_dense_backward match JIT signature. (#19522)Gregory Chanan2-2/+8
2019-04-21Have embedding_dense_backward match JIT signature. (#19521)Gregory Chanan2-2/+2
2019-04-21Update mkldnn-bridge to fix crash issue in DNNLOWP dequantize op (#19159)Gu, Jinghui1-0/+0
2019-04-21Hook up non_differentiability in derivatives.yaml when no autograd function i...Gregory Chanan4-3/+7
2019-04-21Move non_differentiable_arg_names from autograd functions to differentiabilit...Gregory Chanan2-6/+9
2019-04-20Move cuFFT plan cache note outside Best Practices (#19538)Tongzhou Wang1-28/+28
2019-04-20Revert D14689639: [pytorch] Allow passing lists as trace inputs.Michael Suo3-108/+11
2019-04-20Improve optimizations for DNNLOWP support on MKL-DNN (#18843)Gu, Jinghui2-195/+740
2019-04-19Make Observer class as template Quant class for QuantConfig (#19418)Nishant Pandit1-135/+124
2019-04-19Support compilation on gcc-7.4.0 (#19470)Sam Leeman-Munk2-2/+3