platform/upstream/pytorch.git
2021-08-18 Basil HosmerMaybeOwned page for dev wiki (#63450)
2021-08-18 peterjc123Disable RDYNAMIC check with MSVC (#62949)
2021-08-18 Michael Dagitsesdocument why wrappers exist in `torch.functional` ...
2021-08-18 Rohan Varma[DDP] Add a debug check in cpp fp16 compress (#63379)
2021-08-18 Rohan Varma[DDP][Grad compression] Fix fp16 cpp hook (#63375)
2021-08-18 Stas Bekman[doc] pre-commit fix instructions (#61717)
2021-08-18 Heitor SchueroffMake SkipInfo with expected_failure an XFAIL (#63481)
2021-08-18 soulitzerImprove custom function docs (#60312)
2021-08-18 Pritam Damania[6/N] Enable opt-asan for elastic and launcher tests...
2021-08-18 Shirong WuAdd validation check in fx2trt interpreter (#63424)
2021-08-18 John Shen[pytorch] Make qconv forward() thread safe (#63432)
2021-08-18 Masaki KozukiUse `fastAtomicAdd` in EmbeddingBag (mode "max") backwa...
2021-08-18 Rishi PuriReverting launch bounds change in topK that induced...
2021-08-18 Erjia GuanMake DataChunk support list in-place ops (#63422)
2021-08-18 cyyA tiny fix in MT19937RNGEngine (#63219)
2021-08-18 Edward YangImplement subclass priority for __torch_dispatch__...
2021-08-18 Jerry Zhang[fx2trt] Add dequantize support (#63448)
2021-08-18 Philip Meieradd `OpInfo` for `torch.linalg.tensorinv` (#62326)
2021-08-18 JackCaoGUpdate cuda amp to also check xla device (#63413)
2021-08-18 CodemodService... [AutoAccept][Codemod][FBSourceClangFormatLinter] Daily...
2021-08-18 Michael Dagitsesenhance comparison tests for c10::optional (#62887)
2021-08-18 Michael Dagitsesclarify the documentation of `torch.meshgrid` (#62977)
2021-08-18 Pritam Damania[5/N] Run opt-asan with detect_leaks=0 (#63361)
2021-08-18 Wanchao Liang[sharded_tensor] fix typing issue for placement (#63426)
2021-08-18 Pavithran Ramachandran[easy][PyTorchEdge] print error message when failing...
2021-08-18 Jerry Zhang[fx2trt] Add quantize_per_tensor support (#63447)
2021-08-18 Shen LiFix RPC Python User Function Error Handling (#63406)
2021-08-18 Aliaksandr... [torch] Set default log level for torch elastic (#63214)
2021-08-18 Rohan Varma[BE] remove _SUPPORTED_OPTIM_MAP from tests (#63383)
2021-08-18 Rohan Varma[DDP] Support step_param for AdamW (#63382)
2021-08-18 Jerry Zhang[quant][graphmode][fx][fix] Fix quantization for tuple...
2021-08-18 zhouzhuojieAdd more ciflow labels for more workflows (#63410)
2021-08-17 Masaki Kozuki`F.avg_pool3` CUDA backward: gpuAtomicAddNoReturn ...
2021-08-17 Nikita ShulgaAdd pocketfft as submodule (#62841)
2021-08-17 Rohan Varma[wip] Move smallest bucket to end after rebuild buckets...
2021-08-17 Kevin Tseadding a note to the documentation of polar (#63259)
2021-08-17 Jerry Zhang[quant][graphmode][fx][bc-breaking] Support for referen...
2021-08-17 Dhruv MataniRevert D30281388: [PyTorch] Avoid using std::regex...
2021-08-17 Richard ZouFix zero-dim handling in torch.matmul (#63359)
2021-08-17 Mikhail Zolotukhin[TensorExpr] Add a wrapper for all expr and stmt pointe...
2021-08-17 Kushashwa Ravi... OpInfo fix: `conv_transpose2d` (#63389)
2021-08-17 Mike Iovine[Static Runtime] Implement aten::append (#63350)
2021-08-17 Ivan Kobzarev[vulkan] Add log_softmax (#63193)
2021-08-17 Supriya Rao[quant][fx] Ensure qconfig works for QAT with multiple...
2021-08-17 Yi WangAdd return type hint and improve the docstring of consu...
2021-08-17 Elias EllisonAdd handling of ifs to shape propagation (#62914)
2021-08-17 Elias EllisonSmall shape analysis changes (#62911)
2021-08-17 Elias EllisonAdd a few peepholes (#62910)
2021-08-17 Elias EllisonPropagate symbolic dimensions through idioms like x...
2021-08-17 Jerry Zhang[fx2trt] Refactor linear op to use mm + add
2021-08-17 Mike RuberryUpdates set_default_dtype documentation (#63233)
2021-08-17 Amy HeRemove backend_debug from torch_core srcs and replace...
2021-08-17 Amy HeMove Android Nnapi srcs from aten_native_cpu to aten_cp...
2021-08-17 Ivan Kobzarev[android][vulkan] Fix model loading for Vulkan backend...
2021-08-17 Peter BellAdvertise USE_PRECOMPILED_HEADERS in CONTRIBUTING.md...
2021-08-17 Bradley Davis[fx] persist `tracer_cls` on `fx.Graph` when deep copyi...
2021-08-17 Dhruv Matani[PyTorch] Avoid using std::regex for device string...
2021-08-17 Dhruv Matani[PyTorch] Add Device_test.cpp (#63203)
2021-08-17 Taylor Robiechange with_callable_args to return a fresh _PartialWra...
2021-08-17 Victor QuachFix flaky test for dp saved tensor hooks (#63324)
2021-08-17 Erjia GuanAdd mode to TarArchiveReader (#63332)
2021-08-17 Michael Dagitsesadd torch.meshgrid() OpInfo (#62720)
2021-08-17 Mike RuberryExtends warning on norm docs (#63310)
2021-08-17 Peter BellCleanup dead code (#63328)
2021-08-17 Peter BellWorkaround for cuFFT bug (#63327)
2021-08-17 Nikita ShulgaAdd step to report code coverage from GHA (#63373)
2021-08-17 Mikhail Zolotukhin[TensorExpr] Remove test_train from tensorexpr tests...
2021-08-17 Don Jang[JIT] Set future's error to current exception as is...
2021-08-16 Don Jang[Static Runtime] Fix a bug that assigns multiple output...
2021-08-16 Yi Wang[Model Averaging] Add a few member methods of PostLocal...
2021-08-16 Hao Lu[PyPer] Skip printing out per node time when do_profile...
2021-08-16 Amy HeRefactor NnapiCompilation registration into it's own...
2021-08-16 Richard ZouAdd section to CONTRIBUTING.md explaining developer...
2021-08-16 Eli Uriegastest: Add ability to set CONTINUE_THROUGH_ERROR (#63357)
2021-08-16 Bo WangAdd driver function to run test_sharded_tensor.py and...
2021-08-16 Shiyan Deng[fx2trt] add unsqueeze converter (#63355)
2021-08-16 Mike Iovine[Static Runtime] Implement prim::TupleUnpack (#63243)
2021-08-16 Jerry Zhang[fx2trt] Factor out add_matrix_multiply_layer
2021-08-16 MY_A re-open PR: Avoid re-creating the random number gener...
2021-08-16 Nikita ShulgaImprove pip package determination (#63321)
2021-08-16 Lucas Kabela[Profiler] Change FLOP/s to Total FLOPs (#62779)
2021-08-16 zhouzhuojieFix triage workflow when the card already exists in...
2021-08-16 kshitij12345[opinfo] nn.functional.pad (#62814)
2021-08-16 Sam EstepAdd expecttest to requirements.txt (#63320)
2021-08-16 kysheladd comma to prevent syntax errors (#62492)
2021-08-16 Bert MaherRetry apt-get during setup_ci_workspace (#63319)
2021-08-16 Nikita VedeneevMake `torch.lu` differentiable for wide/tall inputs...
2021-08-16 Yi Wang[Model Averaging] Allow subgroup to be None in PostLoca...
2021-08-16 Meghan LeleRevert "[docs] Update docs for NegativeBinomial (#45693...
2021-08-16 Erjia GuanRefactor BucketBatch (#63185)
2021-08-16 Erjia GuanReplace str by repr for DataChunk (#63184)
2021-08-16 Raghavan Raman[nnc] Updated IRMutator and IRSimplifier to perform...
2021-08-16 Supriya Rao[docs][ao] Add overload information for fake_quantize_p...
2021-08-16 Supriya Rao[docs][ao] Add missing docstrings for quantized_max_poo...
2021-08-16 Supriya Rao[docs][ao] Add missing documentation for torch.quantize...
2021-08-16 Heitor Schueroff[OpInfo] Add expected_failure kwarg to SkipInfo (#62963)
2021-08-16 Heitor SchueroffSmall refactor for OpInfo decorators (#62713)
2021-08-15 Kimish Patel[Pytorch Edge] Fix broken test post changes in error...
2021-08-15 Ilqar RamazanliTo add warm-up scheduler to optim (#60836)
2021-08-15 Shiyan DengMove fx2trt and oss_acc_tracer to oss (#63101)
next