platform/upstream/pytorch.git
2021-09-21 Chen Lai[PyTorch Edge] Backport function for defaults args...
2021-09-21 Pavel Belevich[JIT] Delete obsolete message: or if you absolutely...
2021-09-21 Pavel Belevich[JIT] Support device as Dict key (#65079)
2021-09-21 Amr ElshennawyReduce PyTorch warnings: Cast fix xplat/caffe2/aten...
2021-09-21 Pritam DamaniaBasic implementation of ShardedLinear using ShardedTens...
2021-09-21 driazatiTrack peak memory usage (#65157)
2021-09-21 driazatiFix logic to determine master vs PR (#65155)
2021-09-21 Ben Koopman[quant] Add fp32/fp16 zero_point support for CPU fakeQu...
2021-09-21 Hao Lu[PyPer] copy-free freeze_module (#65118)
2021-09-21 Amr ElshennawyReduce PyTorch warnings: Cast fix xplat/caffe2/c10...
2021-09-20 Tao Xu[iOS] Zero out NSError to avoid heap corruptions for...
2021-09-20 =Add crow_/col_indices to view types (#63176)
2021-09-20 Protonu BasuCreating a helper function to generate an unique name...
2021-09-20 Protonu BasuAdd support to lower acc_ops.transpose (#65036)
2021-09-20 Shiyan Deng[fx] give warning instead of fatal the program when...
2021-09-20 Can BaliogluRemove @balioglu from PyTorch Distributed code owners...
2021-09-20 Michael Carilli[CUDA graphs] Beta, not prototype (#65247)
2021-09-20 Rodrigo BerrielFix full backward hook when grad is disabled (#65335)
2021-09-20 zhouzhuojieFix unassigned ciflow trigger (#65354)
2021-09-20 Alban Desmaisonfix typo missing f string (#65226)
2021-09-20 Tao Xu[iOS] Fix the TestApp (#65319)
2021-09-20 Pritam Damania[Pipe] Add a `WithDevice` wrapper to specify device...
2021-09-20 Nicolas HugTorchhub: More robust assumption regarding main or...
2021-09-20 Mike Iovine[Static Runtime] Implement and enable variadic tuple...
2021-09-20 Jerry Zhang[quant][fx][graphmode] Fix a bug for sub (#65109)
2021-09-20 Natalia GimelsheinRevert "Revert D30558877: Ported std/var to ReductionOp...
2021-09-20 Michael Dagitsessimplify `torch.meshgrid`'s shape computation (#62905)
2021-09-20 Erjia Guan[DataPipe] Unlimited buffer for Forker and Demultiplexe...
2021-09-18 Facebook Community BotAutomated submodule update: FBGEMM (#64640)
2021-09-18 Jerry Zhang[quant][fx2trt] Generate engine graph for explicit...
2021-09-18 Don Jang[Static Runtime] Add perf metrics for number of managed...
2021-09-18 Saketh AreRemove incorrect stride assert in Reduce.cuh (#65227)
2021-09-18 Michael Dagitsessupport using gradients named for outputs in derivative...
2021-09-18 Michael Dagitsesclarify implementation of check_grad_usage (#64439)
2021-09-18 Jerry Zhang[quant][fx2trt] Enable comparison with implicit quant...
2021-09-18 CodemodService Bot[Codemod][FBSourceBlackLinter] Daily `arc lint --take...
2021-09-18 Jane XuRemove 9.2 related macros for CONSTEXPR (#65066)
2021-09-18 zhouzhuojieMake github.com in noproxy list (#65256)
2021-09-18 Natalia Gimelsheinremove utils.cpp (#65184)
2021-09-18 Shiyan Deng[fx const fold] fix a case when some inputs are unused...
2021-09-17 Gisle Dankel[Profiler] Update kineto submodule (#65236)
2021-09-17 Shiyan Deng[fx2trt] re-enable profiler and some miscs for TRTModul...
2021-09-17 Michael Suo[package] Make it possible to re-save a PackageImporter...
2021-09-17 Jason Ansel[FX] Fix tracing of bitwise and/or (#65196)
2021-09-17 Mike RuberryRevert D30731191: [pytorch][PR] Torchhub: rewrite commi...
2021-09-17 BowenBao[ONNX] Deprecate enable_onnx_checker argument in torch...
2021-09-17 Don Jang[Static Runtime] Move MemoryPlanner out into memory_pla...
2021-09-17 Mengwei Liu[PyTorch] Extract parseOperator() into a standalone...
2021-09-17 Scott Wolchok[PyTorch] Improve OperatorEntry::getKernelForDispatchKe...
2021-09-17 Scott Wolchokavoid moving Argument in infer_schema (#64822)
2021-09-17 Scott Wolchok[PyTorch] Fix missing move in Argument ctor (#64821)
2021-09-17 Scott Wolchok[PyTorch] shrink Argument (#64820)
2021-09-17 Scott Wolchok[PyTorch] Compare pointers before calling expensive...
2021-09-17 Jane XuCI: Consolidate Build and Test naming for better stats...
2021-09-17 Rohan VarmaBack out "Revert D30745960: [DDP] Remove SPMD from...
2021-09-17 Rohan VarmaBack out "Revert D30745961: [DDP] Remove self.modules_p...
2021-09-17 Rohan VarmaBack out "Revert D30745921: [DDP] Fix when buffers...
2021-09-17 Sangbaek Park[xplat][pytorch]: Disabling too many logging. (#65170)
2021-09-17 Michael Dagitsesdelegate parallelism to Ninja when possible (#64733)
2021-09-17 Michael Dagitsesadd test for number of jobs when building (#65162)
2021-09-17 Jane XuRemove CUDA 9.2 references conditionals and workarounds...
2021-09-17 edward-iofix torch.distributed.elastic event docs (#64974)
2021-09-17 Raghavan Raman[nnc] Updated inlining to handle cases when producer...
2021-09-17 Raghavan Raman[nnc] Updated inliner to remove assertions and exceptio...
2021-09-17 Nikita Shulga[ONNX] Do not use `numpy` in ONNX opsets (#65188)
2021-09-17 Tao Xu[CoreML][OSS] Include Core ML in iOS/MacOS nightlies...
2021-09-17 Shiyan Dengadd a test case for const fold (#65224)
2021-09-17 Pavithran Ramachandran[PyTorchEdge] promote prim ops by using ops table for...
2021-09-17 Michael SuoRevert D30993855: [pytorch][PR] OpInfo: nn.functional...
2021-09-17 Tao Xu[CoreML][OSS] Integrate with CMake (#64523)
2021-09-17 Yi Wang[Reland] [Model Averaging] Simplify PostLocalSGD Optimi...
2021-09-17 haozhe.zhuBf16 matmul (#64619)
2021-09-17 Nicolas HugTorchhub: rewrite commit hash check to avoid using...
2021-09-17 James Reed[FX] Ensure BC coverage for all of torch.fx.passes...
2021-09-17 James Reed[FX] Move graph_manipulation and param_fetch out of...
2021-09-17 Shiyan Deng[fx2trt] make gpu trace better (#65168)
2021-09-17 Tao Xu[CoreML][iOS/MacOS] Add the CoreML executor (#64522)
2021-09-17 Elias EllisonAllow extra unused arguments in symbolic shape function...
2021-09-17 albanDActually deprecate __torch_function__ as plain methods...
2021-09-17 albanDUpdate fx proxy to use classmethod for __torch_function...
2021-09-17 albanDUse classmethods for overrides (#64841)
2021-09-17 Howard HuangFix port allocation race condition for elastic test...
2021-09-17 Stephen JiaSmall improvements to compare_models_torch binary ...
2021-09-17 Edward YangDisable autograd fallback tests on Windows (#65147)
2021-09-17 Michael Dagitsesimplement "xy" indexing for torch.meshgrid (#62724)
2021-09-17 Alban DesmaisonAllow parametrization to be nested (#65167)
2021-09-17 Nicolas HugPass GITHUB_TOKEN to linux CI jobs and avoid skipping...
2021-09-17 Tao Xu[CoreML][fbcode] Add the `preprocess` python APIs ...
2021-09-17 Don Jang[Static Runtime] Introduce static_runtime::dict_unpack...
2021-09-17 BowenBao[ONNX] Update submodule to 1.10.1 (#63716) (#64576)
2021-09-17 James Reed[FX} Add torch.ops.profiler._record_function_{enter...
2021-09-17 Zafar Takhirov[quant] AO migration of the `torch/quantization/utils...
2021-09-17 Jordan Fix[acc_utils] Add print_model_info (#65045)
2021-09-17 Yinghai LuAdd back the owning_module fix (#65159)
2021-09-17 Rui ZhuAdd dropout shape inference as no-op in acc_tracer...
2021-09-17 Nikita ShulgaPin SciPy to 1.6.2 on Windows (#65017)
2021-09-16 Avery WangAdded logging for the Reducer's non-member functions...
2021-09-16 kshitij12345OpInfo: nn.functional.conv2d (#63517)
2021-09-16 Jane XuRemove old references to 9.2 in documentation (#65059)
2021-09-16 Kefei LuProvide function interface for `remove_duplicate_output...
next