platform/upstream/pytorch.git
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...
2021-08-30 =Improve performance of index_select by avoiding item...
2021-08-30 Harut Movsisyan[Static Runtime] aten::cat out version when it is not...
2021-08-30 Scott Wolchok[PyTorch] Fix missing move in unpickler (#63974)
2021-08-30 Scott Wolchok[PyTorch] Reduce copies/refcount bumps in BytecodeDeser...
2021-08-30 Raghavan Raman[MicroBench] Added a micro benchmark for a signed log1p...
2021-08-30 Facebook Community BotAutomated submodule update: FBGEMM (#64149)
2021-08-30 Vitaly Fedyunin[DataLoader2] Adding Messages, Protocols, Loop wrappers...
2021-08-30 Rong Rong ... remove one more distributed test (#64108)
2021-08-30 Raghavan Raman[nnc] Updated internal asserts to include more detailed...
2021-08-30 Raghavan Raman[nnc] Fixed warning due to implicit parameter conversio...
2021-08-30 Thomas J. FanENH Adds label_smoothing to cross entropy loss (#63122)
2021-08-30 Harut Movsisyan[Static Runtime] Out version for torch.linalg.norm...
2021-08-30 Zafar Takhirov[quant] AO migration of the `quantize.py` (#64086)
2021-08-30 Mike RuberryRemoves beta warning from the special module documentat...
2021-08-30 mingfeimaadd channel last support for MaxUnpool2d (#49984)
2021-08-29 Nikita ShulgaRevert D30620966: [pytorch][PR] Move Parallel[Native...
2021-08-29 Tugsbayasgalan... [DOC] Add doc for maybe_wrap_dim (#63161)
2021-08-29 Garrett Crameradd support for sending cpu sparse tensors over rpc...
2021-08-29 Tugsbayasgalan... [DOC] improve docstring for Optimizer.state_dict (...
2021-08-29 Facebook Community BotAutomated submodule update: FBGEMM (#64141)
2021-08-29 Bert Maher[nnc] Make 64-bit dimensions work (#64077)
2021-08-29 Bert MaherParse int64 sizes/strides (#64076)
2021-08-29 Bert Maher[nnc] Fix batchnorm implementation (#64112)
2021-08-28 Ilqar RamazanliTo add RMSProp algorithm documentation (#63721)
2021-08-28 Facebook Community BotAutomated submodule update: FBGEMM (#64129)
2021-08-28 Nikita ShulgaMove Parallel[Native|TBB] to GHA (#64123)
2021-08-28 Tugsbayasgalan... Enhancement for smart serialization for out schemas...
2021-08-28 Priya Ramani[Light] Fix error message (#64010)
2021-08-28 Jerry Zhang[quant][graphmode][fx] Add reference quantized linear...
2021-08-28 Yuchen Huang[iOS][GPU] Consolidate array and non-array kernel for...
next