platform/upstream/pytorch.git
2019-04-23 Jerry ZhangAdds `fakeQuantizePerTensorAffineOp` to pytorch (#19387)
2019-04-23 James Reed-fno-math-errno -fno-trapping-math (#19552)
2019-04-23 Bram WastiOnly require python print on certain namespaces (#19383)
2019-04-23 Zafar TakhirovUse `fbgemm` for quantize/dequantize ops (#19500)
2019-04-23 Jiyan YangSpecify to use Float16UniformFill if necessary in spars...
2019-04-23 Chandler ZuoFix the Division by Zero Bug of CosineAnnealingLR ...
2019-04-23 Vadim VelicodniiFix the documentation for BCEWithLogitsLoss (#17218...
2019-04-23 crcrparfix the docstring of `RandomSampler` (#19113)
2019-04-23 mruberryAvoid (future) cusparse name collision (#19591)
2019-04-23 jhultmanAdd docs and test guaranteeing indices from torch.nonze...
2019-04-23 Tongzhou WangRemove unnecessary printing from tests
2019-04-23 Bado LeeFix lr_scheduler's last_epoch value at the time of...
2019-04-23 SebFarRemoves variable which is assigned but not used (#19194)
2019-04-23 SsnLadd torch.cuda.synchronize(device=None) (#19573)
2019-04-23 Stefan KrahPort adaptive_max_pool2d() to ATen (#19409)
2019-04-23 zhiqiangFix math formatting of PairwiseDistance and CosineSimil...
2019-04-23 Michael SuoRevert D15039713: [pytorch][PR] add torch.tensor requir...
2019-04-23 James ReedBugfix for fusion device check (#19594)
2019-04-23 Elias Ellisonadd torch.tensor requires grad (#19445)
2019-04-23 Vitaly FedyuninAdd onnx support for _unique2 operator
2019-04-23 Lu Fangupdate of fbcode/onnx to 0e8d2bc5e51455c70ef790b9f65aa6...
2019-04-22 James ReedDon't create FusionGroups for known-CPU producer values...
2019-04-22 Sebastian MessmerExplicitly define supported types (#19516)
2019-04-22 Mikhail ZolotukhinIRParser: optionally create name->value map of the...
2019-04-22 Nikolay KorovaikoProfiling : Adding Profile Op to provide storage for...
2019-04-22 Xiang GaoStep 5: remove _unique_dim in favor of unique_dim ...
2019-04-22 Yinghai LuAdd back option to not adjust output batch size (#19442)
2019-04-22 Michael AntonovAdd debug logic to c2_ref_test and its helpers (#19359)
2019-04-22 Dehua Chengfix variable shadowing issus (#19567)
2019-04-22 Elias EllisonAdd manual_seed in script (#19510)
2019-04-22 Lu Fangupdate of fbcode/onnx to 83dd62659fc07d5b7fa93b5d1c1879...
2019-04-22 Gregory ChananGet rid of unnecessary matches_jit_signature: True...
2019-04-22 vishwakftwRename potri to cholesky_inverse (#19498)
2019-04-22 Jiyan YangAdd assertion to make sure init op is always fp16 compa...
2019-04-22 Roy LiGenerate only one Type class per backend (#19295)
2019-04-22 Roy LiMake complex its own backend (#19275)
2019-04-22 Roy LiAdd ScalarType argument to Type::options() (#19270)
2019-04-22 Roy LiGenerate cases for all ScalarTypes in Type functions...
2019-04-22 Mikhail ZolotukhinFix clang-format. (#19550)
2019-04-22 Shen LiFix some typos in jit README
2019-04-21 Gregory ChananMatch JIT signature with triu_indices / tril_indices...
2019-04-21 Gregory ChananMake one_hot non-differentiable. (#19524)
2019-04-21 Gregory ChananRemove 'BoolTensor', 'IndexTensor' from frontend specif...
2019-04-21 Gregory ChananHave _embedding_bag_dense_backward match JIT signature...
2019-04-21 Gregory ChananHave embedding_dense_backward match JIT signature....
2019-04-21 Gu, JinghuiUpdate mkldnn-bridge to fix crash issue in DNNLOWP...
2019-04-21 Gregory ChananHook up non_differentiability in derivatives.yaml when...
2019-04-21 Gregory ChananMove non_differentiable_arg_names from autograd functio...
2019-04-21 Tongzhou WangMove cuFFT plan cache note outside Best Practices ...
2019-04-20 Michael SuoRevert D14689639: [pytorch] Allow passing lists as...
2019-04-20 Gu, JinghuiImprove optimizations for DNNLOWP support on MKL-DNN...
2019-04-20 Nishant PanditMake Observer class as template Quant class for QuantCo...
2019-04-20 Sam Leeman... Support compilation on gcc-7.4.0 (#19470)
2019-04-20 James ReedImprove embedding_bag add kernel (#19329)
2019-04-20 Pieter NoordhuisMake finding unused model parameters optional (#19515)
2019-04-20 Sebastian MessmerDisallow std::vector arguments (#19511)
2019-04-20 Sebastian MessmerDrop instead of pop (#19503)
2019-04-19 Mikhail ZolotukhinAdd minimalistic implementation of subgraph matcher...
2019-04-19 Mingzhe LiFix op benchmarks error in OSS environment (#19518)
2019-04-19 Mingzhe Lifix AI-PEP path error (#19514)
2019-04-19 eellisonFirst step at container aliasing (#18710)
2019-04-19 Xiaomeng YangFix relu bug for empty tensor (#19451)
2019-04-19 Eric FaustAllow passing lists as trace inputs.
2019-04-19 Michael SuoAllow for segmented printing in PythonPrint (#19238)
2019-04-19 Michael Suoadd resolveType to Resolver (#19237)
2019-04-19 Michael SuoTurn resolver into a class (#19236)
2019-04-19 davidriazatiFix bad annotation in docs (#19501)
2019-04-19 Yinghai LuFix out-of-topological-order issue in Nomnigraph (...
2019-04-19 Roy LiRemove uses of TypeID (#19452)
2019-04-19 Jerry ZhangExpose QScheme in frontend (#19381)
2019-04-19 Gregory ChananRevert D15003385: Have embedding_dense_backward match...
2019-04-19 Gregory ChananRevert D15003379: Have _embedding_bag_dense_backward...
2019-04-19 Gregory ChananRevert D15003387: Remove 'BoolTensor', 'IndexTensor...
2019-04-19 Gregory ChananRevert D15003382: Make one_hot non-differentiable.
2019-04-19 Jerry ZhangMake empty_affine_quantized private (#19446)
2019-04-19 Gregory ChananMake one_hot non-differentiable. (#19430)
2019-04-19 Gregory ChananRemove 'BoolTensor', 'IndexTensor' from frontend specif...
2019-04-19 Gregory ChananHave embedding_dense_backward match JIT signature....
2019-04-19 Gregory ChananHave _embedding_bag_dense_backward match JIT signature...
2019-04-19 Gregory ChananStop generating autograd functions for derivatives...
2019-04-19 David RiazatiFix ord() when dealing with utf8 chars (#19423)
2019-04-19 barrhFix copied optimizer (#19308)
2019-04-19 MilesCranmerAdd an identity module (#19249)
2019-04-19 Junjie BaiRemove no-fork workaround for running tests with ROCm...
2019-04-19 Edward YangDelete defunct test/ffi directory. (#19168)
2019-04-19 Bharat123roxFix missing doc out= for torch.cumprod (#19340)
2019-04-19 Clément PinardMention packed accessors in tensor basics doc (#19464)
2019-04-19 Gregory ChananRename 'not_differentiable' to 'non_differentiable...
2019-04-19 Lu FangClean the onnx constant fold code a bit (#19398)
2019-04-19 Eric FaustAllow passing dicts as trace inputs. (#18092)
2019-04-19 Lu Fangskip test_trace_c10_ops if _caffe2 is not built (#19099)
2019-04-19 Gemfieldremove needless ## in REGISTER_ALLOCATOR definition...
2019-04-19 Lara Haidar... Strip doc_string from exported ONNX models (#18882)
2019-04-19 Natalia Gimelsheinimprove dim sort performance (#19379)
2019-04-19 SsnLFix missing import sys in pin_memory.py (#19419)
2019-04-19 Ranupdate documentation of PairwiseDistance#19241 (#19412)
2019-04-19 Soumith Chintalafixes link in TripletMarginLoss (#19417)
2019-04-19 Mingzhe Limake separate operators as independent binaries (#19450)
2019-04-19 svcscmUpdating submodules
2019-04-19 Xiang GaoStep 4: add support for unique with dim=None (#18651)
next