platform/upstream/pytorch.git
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)
2021-08-15 Bert MaherHide all symbols in llvm namespace (#63272)
2021-08-15 anjali411Add copy button to code snippets in docs (#63149)
2021-08-14 Kimish Patel[Pytorch Edge] Enable kineto profiler on mobile via...
2021-08-14 Kimish Patel[Pytorch Mobile] Combing instructions and debug hanles...
2021-08-14 Kimish Patel[Pytorch Profiler] Introduce scopes to enableProfiler...
2021-08-14 Kimish Patel[Pytorch Profiler] Add debug_handles to KinetoEvent...
2021-08-14 Kimish Patel[Pytorch Profiler] Move start timestamp to end of start...
2021-08-14 Kimish Patel[Pytorch Profiler] Add support for adding module hierar...
2021-08-14 leslie-fang... add substract of max and testcase (#63132)
2021-08-14 Kushashwa Ravi... OpInfo: `nn.functional.conv_transpose2d` (#62882)
2021-08-13 Kefei Lurefactor fx2trt example script so it can be imported...
2021-08-13 Hanton Yang[iOS] Add `LibTorch-Lite-Nightly` pod (#63239)
2021-08-13 Sameer DeshmukhAllow TransformerEncoder and TransformerDecoder to...
2021-08-13 Pruthvi Madugundu[ROCm] Update HIP_VERSION to TORCH_HIP_VERSION (#62786)
2021-08-13 Can BaliogluRespect user-set CMAKE_PREFIX_PATH (#61904)
2021-08-13 gmagogsfmRemove left-over print in test_diff_graph_inline_thresh...
2021-08-13 Tanvir ZamanAdd CostInferenceFunction for SplitOp (#63133)
2021-08-13 Meghan Lele[docs] Merge note block in `torch.lu` documentation...
2021-08-13 Meghan Lele[docs] Remove `input` parameter from `Tensor.flatten...
2021-08-13 Meghan Lele[docs] Add cross references to `torch.transpose` and...
2021-08-13 Meghan Lele[docs] Mention `vsplit`, `hsplit` and `tensor_split...
2021-08-13 Sameer DeshmukhAllow Average Pooling modules to accept tensors with...
2021-08-13 zhouzhuojie[skip ci] fix workflow code generation (#63235)
2021-08-13 Mike Iovine[Static Runtime] Add pass to eliminate __getitem__...
2021-08-13 Kushashwa Ravi... Fixing user inputs for low, high in `make_tensor` ...
2021-08-13 Natalia Gimelshein[hackathon] fix benchmarking script in CONTRIBUTING...
2021-08-13 Andres Suarez[codemod][lint][caffe2] Extend BLACK coverage
2021-08-13 Thomas J. FanENH Adds no_batch_dim to FractionalMaxPool2d (#62490)
2021-08-13 Don Jang[JIT] Add a flag to rethrow caught exception in jit...
2021-08-13 Yukio SiraichiPort `norm` kernel to structured kernels. (#62711)
2021-08-13 Yukio SiraichiPort `prod` kernel to structured kernels. (#62024)
2021-08-13 Yukio SiraichiPort `mean` kernel to structured kernels. (#61643)
2021-08-13 Andrew GuRemove req to call step() in training loop (#63164)
2021-08-13 Andrew GuPass `_allow_empty_param_list` into func opt ctor ...
2021-08-13 Andrew GuSimplify data structures, add uniform approximation...
2021-08-13 Supriya Rao[docs][ao] update quantize_per_tensor to mention overlo...
2021-08-13 Victor QuachMake saved tensors default hooks thread local (#62909)
2021-08-13 Sameer DeshmukhAllow 0-dim batch sizes for AdaptiveMaxPool and MaxPool...
2021-08-13 AspenStarsDOC Improve documentation for LayerNorm (#63144)
2021-08-13 Alban DesmaisonRevert D30090760: [iOS] Add podspec for libTorch-lite...
2021-08-13 Kushashwa Ravi... OpInfo for `torch.nn.functional.normalize` (#62635)
2021-08-13 Nikita VedeneevImplements backward for `torch.lu_solve` (#61681)
2021-08-13 Charles David... Moving getattr_from_fqn to torch.quantization.utils...
2021-08-13 Thomas J. FanENH Migrate nll_loss2d from THC to ATen (#62826)
2021-08-13 Alexander Soareadd autowrap_functions kwarg to fx.Tracer (#62106)
2021-08-13 Bradley Davis[fx] store Tracer class on Graph and GraphModule for...
2021-08-12 Karol SputoShow warning in eager mode for empty containers (#62978)
2021-08-12 Hanton Yang[iOS] Add podspec for libTorch-lite nightly build ...
2021-08-12 Rong Rong ... [BE] delete GHA generated workflow files before regen...
2021-08-12 Tao Xu[iOS][GPU] Fix the clamp shader function for x86_64...
2021-08-12 Victor QuachForbid inplace modification of a saved tensor's pack_ho...
2021-08-12 Howard HuangUpdate CONTRIBUTING.md to remove ProcessGroupAgent...
2021-08-12 Edward Wang... add use_strict_trace to tensorboard add_graph method...
2021-08-12 Shen LiRevert D30279364: [codemod][lint][fbcode/c*] Enable...
2021-08-12 jiejLayerNorm Support in autodiff: (#50467)
next