platform/upstream/pytorch.git
2021-09-02 Yi Wang[DDP Comm Hook] Create a noop hook for performance...
2021-09-02 Rohan Varma[DDP] Add more logging iterations (#64071)
2021-09-01 Rohan VarmaFix incorrect DDP test (#64074)
2021-09-01 Rohan Varma[c10d] Prefer use of torch_check (#63928)
2021-09-01 anjali411Add fast path for addmm when the inputs are conjugate...
2021-09-01 Yi Wang[DDP Comm Hook] Add bf16 gradient compression to ddp_co...
2021-09-01 Jerry Zhang[quant][graphmode][fx] Add fbgemm backend_config_dict...
2021-09-01 Santiago CastroMake datasets in `ConcatDataset` not need to be sized...
2021-09-01 Richard ZouRestore LayerNorm numerics test (#64385)
2021-09-01 Jerry Zhang[quant][graphmode][api] Add backend_config_dict to...
2021-09-01 zhouzhuojieSilent rm error for sccache log file (#64388)
2021-09-01 Yuchen Huang[xplat][metal] Add getters and setters for ivars in...
2021-09-01 Meghan Lele[structured] Preserve computed elements from meta func...
2021-09-01 Mike Iovine[Static Runtime] Make per-op latency readable by FAI...
2021-09-01 Salil DesaiUpdate optimize_for_mobile to preserve node's debug...
2021-09-01 David ReissBreak up "@generated" string so Phabricator shows changes
2021-09-01 Alban DesmaisonAdd forward AD support for custom Functions (#64061)
2021-09-01 Tanvir ZamanFix bytes_written and bytes_read (#64244)
2021-09-01 Scott Wolchok[Caffe2] Create fewer strings during argument fetching...
2021-09-01 Kimish PatelBack out "Revert D30327514: [Pytorch lite predictor...
2021-09-01 Rohan VarmaAdd a record scope around autograd::engine::evaluate_fu...
2021-09-01 Patrick Kan[Bootcamp] Include both python unittest and parser...
2021-09-01 Patrick Hu[FX] Fix python code generation for wrapped getattr...
2021-09-01 Raghavan Raman[nnc] Updated generic error message with info about...
2021-09-01 Xiang GaoFixes reduction launch config (#64304)
2021-09-01 Kushashwa Ravi... OpInfo for `nn.functional.layer_norm` (#63276)
2021-09-01 Nima Elyasifix GradBucket.is_last() logic (#63768)
2021-09-01 Richard ZouRevert D29699456: [pytorch][PR] Enable Half, BFloat16...
2021-09-01 James Reed[FX] Rename reduce functions back to their old, public...
2021-09-01 Yuchen Huang[Metal][GPU] Enable metal for simulators and fix test...
2021-09-01 Michael Carilli[CUDA graphs] hotfix for test_graph_ (#64339)
2021-09-01 gmagogsfmRemove outdated warning about RecursiveScriptModule...
2021-09-01 Mikhail Zolotukhin[TensorExpr] Wrap error messages with buildErrorMessage...
2021-09-01 Pritam DamaniaFix bug in ShardedTensorMetadata serde. (#63902)
2021-09-01 Pavel BelevichDelete some dead code from RRefMessageBase (#64298)
2021-09-01 Matti Picusdisallow empty named dims list to flatten(names, name...
2021-09-01 Scott Wolchok[caffe2][easy] Save heap allocation in ConcatOp (#63529)
2021-09-01 Edward YangConvert mul to use opmath_gpu_kernel_with_scalars ...
2021-09-01 soulitzerUse the correct overloaded name to skip boxed autograd...
2021-09-01 Ray Peng[Static Runtime] Out version for softmax (#64243)
2021-09-01 Eli Uriegas.circleci: Remove already migrated CUDA configs (#64231)
2021-09-01 Eli Uriegas.github: Consolidate linux setup / teardown (#64229)
2021-09-01 Nikita ShulgaAdd ciflow-tracking issue to pytorch-probot (#64125)
2021-09-01 Mikhail Zolotukhin[TensorExpr] Move declaration of buildErrorMessage...
2021-09-01 Jay LeverettFix redundant class definition in GraphModule singleton...
2021-09-01 Nikita ShulgaDiscover new tests in run_tests.py (#64246)
2021-08-31 Richard ZouRevert D30543236: Add python mode
2021-08-31 Kevin Tse[DataPipe] export fork, mux, demux for public usage...
2021-08-31 Kevin Tse[DataPipe] adding description, __len__, tests for mux...
2021-08-31 zhouzhuojieTry the forked checkout action with retry (#64120)
2021-08-31 Rishi Purifix syntax error in bfloat16 PR (#64122)
2021-08-31 Michael Carilli[CUDA graphs] Prototype API and documentation (#63269)
2021-08-31 Rohan VarmaRemove ref to test_distributed_fork (#64197)
2021-08-31 Eli Uriegas.circleci: Remove migrated jobs, move docs builds ...
2021-08-31 Raghuraman... [ao][docs] Clarify operator support for quantization...
2021-08-31 Vasiliy Kuznetsovns for fx: make layer types more readable (#64270)
2021-08-31 Shiyan Deng[fx2trt] Add acc_ops.sign and converter for it (#63876)
2021-08-31 Saketh AreUse stacklevel for floordiv deprecation warnings (...
2021-08-31 Raghuraman... [ao][docs] Add description of qconfig and qengine to...
2021-08-31 Kushashwa Ravi... Add OpInfo for `nn.functional.cosine_similarity` (...
2021-08-31 Kevin Tse[DataPipe] implementing __len__ for fork (no valid...
2021-08-31 Kevin Tse[DataPipe] implementing demux() (#63650)
2021-08-31 Kevin Tse[DataPipe] implementing fork() (#63649)
2021-08-31 Kimish PatelRevert D30327514: [Pytorch lite predictor] Use KinetoEd...
2021-08-31 Harut Movsisyan[Static Runtime] Implement aten::nonzero out variant...
2021-08-31 Facebook Community BotAutomated submodule update: FBGEMM (#64213)
2021-08-31 Kimish Patel[Pytorch lite predictor] Use KinetoEdgeCPUProfiler...
2021-08-31 Peter BellCompile BatchLinearAlgebra without nvcc (#64146)
2021-08-31 Bert Maher[nnc] Enable fusion of bfloat16 ops (#64196)
2021-08-31 James Reed[WIP][FX] BC guarantees for 1.10 (#63888)
2021-08-31 leslie-fang... add operation list for AutocastCPU (#63534)
2021-08-31 oleshpUpdate contribution_guide.rst (#64142)
2021-08-31 Santiago CastroAvoid an unnecessary list creation in `DataChunk` ...
2021-08-31 Samantha AndowAdd optional tensor arguments to (#63967)
2021-08-31 CaoEadd BFloat16 support for fold and unfold on CPU (#62880)
2021-08-31 Edward YangAdd acc_gpu_kernel_with_scalars and port add to use...
2021-08-31 Erjia GuanModify inline doc for DataPipe (#64221)
2021-08-31 Erjia GuanReplace group_by_key by group_by IterDataPipe (#64220)
2021-08-31 Richard ZouAdd python mode (#63496)
2021-08-31 Bert Maher[nnc] Fix half2float conversion and re-enable float16...
2021-08-30 Harut Movsisyan[Static Runtime] Implement aten::cumsum out variant...
2021-08-30 Richard ZouOpInfo for nn.functional.interpolate (#61956)
2021-08-30 Thomas J. FanBUG Fixes regression for nllloss gradcheck (#64203)
2021-08-30 Ivan YashchukEnable Half, BFloat16, and Complex dtypes for coo-coo...
2021-08-30 Alban DesmaisonRevert D30561459: Fix bytes_written and bytes_read
2021-08-30 Alban DesmaisonBack out "Added reference tests to ReductionOpInfo...
2021-08-30 Jerry Zhang[quant][graphmode][fx] Add reference quantized conv...
2021-08-30 Daya KhudiaBack out "[JIT] Add aten::slice optimization"
2021-08-30 Eli Uriegas.github: Adding configuration for backwards_compat...
2021-08-30 Eli Uriegas.github: Adding configuration for docs_test (#64201)
2021-08-30 Will ConstableMake name() part of IMethod interface (#63995)
2021-08-30 Nikita ShulgaFix type annotation in tools/nightly.py (#64202)
2021-08-30 lezcanoImplements the orthogonal parametrization (#62089)
2021-08-30 Tanvir ZamanFix bytes_written and bytes_read (#64040)
2021-08-30 Philip Meierremove componentwise comparison of complex values in...
2021-08-30 Philip Meierremove componentwise comparison of complex values in...
2021-08-30 Xiang GaoBring back old algorithm for sorting on small number...
2021-08-30 Kushashwa Ravi... [Doc] `make_tensor` to `torch.testing` module (#63925)
2021-08-30 Peter BellFix bad use of channels last kernel in sync batch norm...
2021-08-30 Zhengxu Chen[jit] Make operation call accept Stack& instead Stack...
next