platform/upstream/pytorch.git
2021-08-10 Elias EllisonTest shape analysis with opinfos (#59814)
2021-08-10 Elias Ellisonadd ssupport for a few more opinfos in jit (#59812)
2021-08-10 Elias EllisonDon't substitute in symbolic shapes to shape compute...
2021-08-10 Elias Ellisonsmall cleanups (#59810)
2021-08-10 Elias EllisonOnly optimize after change (redo) (#59809)
2021-08-10 Michael Suo[jit] warn if _check_overload_body fails to find source
2021-08-10 Supriya Rao[quant] Update get_default_qat_qconfig to return the...
2021-08-10 Supriya Rao[quant] add reduce_range option to FusedMovingAvgFakeQu...
2021-08-10 Peter BellCodegen: Fix operator::name on windows (#62278)
2021-08-10 Edward YangReject kwonly arguments passed positionally in torch...
2021-08-10 Sameer DeshmukhAllow LocalResponseNorm to accept 0 dim batch sizes...
2021-08-10 Luca WehrstedtUpdate TensorPipe submodule
2021-08-10 Rohan Varma[Reland][DDP] Support not all outputs used in loss...
2021-08-10 Ilqar RamazanliTo fix variance computation for complex Adam (#62946)
2021-08-09 Jerry Zhang[quant][graphmode][fx] Attach a weight qparam dict...
2021-08-09 zhouzhuojieSimplify the logic of running ci workflow codegen ...
2021-08-09 Richard Barnesirange-ify 12b (#62484)
2021-08-09 Peter BellShard Operators.cpp (#62185)
2021-08-09 Richard Barnesirange-ify 13d (#62477)
2021-08-09 peterjc123Enable rebuilds for Ninja on Windows (#62948)
2021-08-09 Marjan FariborzBFP16 quantization/dequantization (#62974)
2021-08-09 Xiang GaoMigrate Embedding thrust sort to cub sort (#62495)
2021-08-09 =Use output memory format based on input for cudnn_convo...
2021-08-09 Richard Barnesirange-ify 12 (#62120)
2021-08-09 Richard Barnesirange-ify 1 (#62193)
2021-08-09 zhouzhuojieFix render_test_results if condition on always() (...
2021-08-09 Rohan Varma[reland] Gate DistributedOptimizers on RPC availability...
2021-08-09 Richard Barnesirange-ify 8d (#62505)
2021-08-09 Bradley Davis[fx] store Tracer class on Graph and GraphModule for...
2021-08-09 Nikita ShulgaMark unused functions with `C10_UNUSED` (#62929)
2021-08-09 peterjc123Stop exporting symbols in anonymous namespaces (#62952)
2021-08-09 Mike Iovine[Static Runtime] Add tests for all aten ops (#62347)
2021-08-09 Zeina Migeedhandle get_attr opearations in typechecker (#62682)
2021-08-09 Bert MaherLinker version script to hide LLVM symbols (#62906)
2021-08-09 Andrew GuAdd ``allow_empty_param_list`` to functional optimizers...
2021-08-09 Sangbaek Park[Vulkan] Added Hardshrink op (#62870)
2021-08-09 Zeina MigeedChange output node handling for typechecker to deal...
2021-08-09 Edward Yang__torch_dispatch__: Populate kwargs dictionary with...
2021-08-09 Jane XuModify GHA CI to use PYTORCH_IGNORE_DISABLED_ISSUES...
2021-08-09 Raghavan Raman[Static Runtime] Added a cache for NNC generated code...
2021-08-09 Rong Rong ... Enable upper for torch.linalg.cholesky (#62434)
2021-08-09 Raghavan Raman[nnc] Updated IR cloning to create clones of expression...
2021-08-09 peterminor fixes in c10d for Windows (#62953)
2021-08-09 Elias EllisonAdd handling of list write to remove mutation (#62904)
2021-08-09 Elias EllisonAdd tensor-scalar op (#62903)
2021-08-09 Yukio SiraichiPort `sum.dim_IntList` kernel to structured kernels...
2021-08-09 Marjan FariborzAdding collective quantization API (#62142)
2021-08-09 Erjia GuanSet mkl thread locally (#62891)
2021-08-07 Nikita Shulga[BE] irangefy (#62928)
2021-08-07 Will ConstableMake IMethod cache mutable so getArgument works on...
2021-08-07 Mikhail Zolotukhin[TensorExpr] Remove more 'const' from IRVisitor methods...
2021-08-07 Natalia GimelsheinRevert D30117838: [WIP] Gate DistributedOptimizers...
2021-08-07 Natalia GimelsheinAllow broadcasting along non-reduction dimension for...
2021-08-07 Peter BellRefactor codegen file sharding (#62184)
2021-08-07 Rohan Varma[DDP] Add host-side time to CUDATimer (#62770)
2021-08-06 Will ConstableBack out "Enable test_api IMethodTest in OSS" (#62893)
2021-08-06 Alex SuhanFix reshape for the Lazy key (#62846)
2021-08-06 Natalia GimelsheinRevert D30138788: [pytorch][PR] OpInfo for `adaptive_av...
2021-08-06 Angela Yi[quant] Input-Weight Equalization - allow logical evalu...
2021-08-06 Eli Uriegas.github: Make sure to deep clone on windows (#62907)
2021-08-06 Natalia GimelsheinRevert D30038175: Improve IMethod::getArgumentNames...
2021-08-06 Yi WangAdd GradBucket::parameters() to ddp_comm_hooks.rst...
2021-08-06 eqyCheck contiguous to dispatch to NHWC cuda template...
2021-08-06 =[FX] Add torch.memory_format as a BaseArgumentType...
2021-08-06 Rong Rong ... use test environment for test phase (#62824)
2021-08-06 Jane XuAdds JOB_BASE_NAME to steps of CircleCI mac workflows...
2021-08-06 Rong Rong ... [hotfix] fix BC checker direction (#62901)
2021-08-06 Thomas J. FanBUG Fixes bug in no_batch_dim tests (#62726)
2021-08-06 Jane XuSet JOB_BASE_NAME consistently for bazel (#62886)
2021-08-06 Rohan Varma[WIP] Gate DistributedOptimizers on RPC availability...
2021-08-06 Rohan VarmaEnable step_param for Adam functional optimizer (#62611)
2021-08-06 Angela Yi[quant] Input-Weight Equalization - selective equalizat...
2021-08-06 Yusuo Hu[BF16] Add BF16 support to _aminmax and _anminmax_all...
2021-08-06 Stephen Jia[vulkan] Add _reshape_alias (#62858)
2021-08-06 Stephen Jia[vulkan] Throw an exception if device does not support...
2021-08-06 Vitaly FedyuninIntroducing DataChunk for DataPipes batching (#62768)
2021-08-06 Edward YangAdd getPyInterpreter() API (#62659)
2021-08-06 Eugene Yangfix docstring default value of `last_epoch` for SWALR...
2021-08-06 Michael Shangrename namespace f4d to velox (#61)
2021-08-06 Aliaksandr... [torchelastic][multiprocessing] Print warning message...
2021-08-06 Sameer DeshmukhAllow FractionalMaxPool 2D and 3D layers to accept...
2021-08-06 Andrew GuAdd tutorial link (#62785)
2021-08-06 kshitij12345[opinfo] nn.functional.unfold (#62705)
2021-08-05 Rohan Varma[DDP] log gradient ready order and bucket indices ...
2021-08-05 Rohan Varma[DDP] Allow tuning of first bucket (#62748)
2021-08-05 Kushashwa Ravi... OpInfo for `adaptive_avg_pool2d` (#62704)
2021-08-05 neginraoofBump protobuf version in CircleCI docker images (#62441)
2021-08-05 Zhengxu Chen[jit] Better checking for overload function declaration...
2021-08-05 Will ConstableAdd batched model to torchdeploy examples (#62836)
2021-08-05 mattiptest, fix sparse * dense exceptions and corner case...
2021-08-05 Peter LinSimplify hardswish ONNX export graph. (#60080)
2021-08-05 Philip Meieradd `OpInfo` for `torch.nn.functional.grid_sample`...
2021-08-05 Kushashwa Ravi... OpInfo for `nn.functional.avg_pool2d` (#62455)
2021-08-05 Eddie YanPreserve memory layout when aten batchnorm is used...
2021-08-05 Karen Zhou[pruner] generalize bias hook for conv2d (#62430)
2021-08-05 Vasiliy Kuznetsovns for fx: add ref_node_target_type (#62685)
2021-08-05 Jane XuAllow disabled tests to be re-enabled with IGNORE_DISAB...
2021-08-05 Nikita ShulgaRevert D30094460: [profiler] Re-enable test on Windows
2021-08-05 Pavel BelevichRevert D30095246: [pytorch][PR] Enable ncclAvg for...
2021-08-05 cpatruUpdate faq.rst so OOM section mentions checkpoint ...
next