platform/upstream/pytorch.git
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)
2019-04-19 Michael Suoallow bools to be used as attributes (#19440)
2019-04-19 David RiazatiFix test build (#19444)
2019-04-19 Thomas Viehmannpow scalar exponent / base autodiff, fusion (#19324)
2019-04-19 Gao, XiangImprove unique CPU performance for returning counts...
2019-04-19 Pieter NoordhuisRevert D14909203: Remove usages of TypeID
2019-04-19 Sebastian MessmerAdd tests for argument types (#19290)
2019-04-19 David RiazatiAllow optionals arguments from C++ (#19311)
2019-04-19 Mingzhe LiEnhance front-end to add op (#19433)
2019-04-18 Dmytro DzhulgakovFix cpp_custom_type_hack variable handling (#19400)
2019-04-18 Ailing Zhangfix hub doc formatting issues (#19434)
2019-04-18 Pieter NoordhuisRecursively find tensors in DDP module output (#19360)
2019-04-18 Sebastian MessmerMoving at::Tensor into caffe2::Tensor without bumping...
2019-04-18 Ailing ZhangFix pickling torch.float32 (#18045)
2019-04-18 David RiazatiRespect order of Parameters in rnn.py (#18198)
2019-04-18 Nikolay KorovaikoRefactor EmitLoopCommon to make it more amenable to...
2019-04-18 Kutta SrinivasanCleanup init_process_group (#19033)
2019-04-18 peterjc123Sync FindCUDA/select_computer_arch.cmake from upstream...
2019-04-18 Alexandros... Update module.py documentation. (#19347)
2019-04-18 Tongzhou WangAdd device-specific cuFFT plan caches (#19300)
2019-04-18 Mingfei MaImprove bmm() performance on CPU when input tensor...
2019-04-18 Sebastian MessmerOptional inputs and outputs (#19289)
2019-04-18 Sebastian MessmerAdd some tests (#19288)
2019-04-18 Sebastian MessmerUse string based schema for exposing caffe2 ops (#19287)
2019-04-18 Sebastian MessmerAllow registering ops without specifying the full schem...
2019-04-18 Sebastian MessmerAdd either type (#19285)
next