platform/upstream/pytorch.git
2021-10-06 Nikita ShulgaTweak `file_diff_from_base` for release/1.10 branch...
2021-10-06 Kevin Tse[DataPipe] DataPipe Fix and Deprecation Warnings for...
2021-10-06 Nikita Shulga[iOS][CI] Update dev certs (#66004) (#66188)
2021-10-06 Nikita ShulgaFix backward compatibility tests (#66186)
2021-10-05 Nikita ShulgaFix Windows ninja builds when MAX_JOBS is specified...
2021-10-05 n-v-kBinary building wthout python fix (#66031) (#66117)
2021-10-01 Nikita Shulga[ci] try installing libgnutls to fix cert error (#65934...
2021-10-01 Erjia Guan[DataPipe] Fix deepcopy filehandle for Mapper and in...
2021-09-29 Nikita ShulgaFix the slowdown of _object_to_tensor since 1.9 (#65721...
2021-09-28 Zhuojie ZhouFix test reporting git merge-base (#65787)
2021-09-24 Richard Zou[1.10] Remove torch.vmap (#65496)
2021-09-21 Nikita Shulga[release/1.10] Pin builder and xla repo (#65433)
2021-09-21 Natalia GimelsheinTHCTensor cleanup (#65369)
2021-09-21 Xing Liu[PT/ShardedTensor]Allow zero size local shard (#65007)
2021-09-21 kshitij12345OpInfo: nn.functional.conv2d (#65233)
2021-09-21 Mike Iovine[JIT] Re-land "Add aten::slice optimization" (#65341)
2021-09-21 kshitij12345[nn] TripletMarginLoss and PairwiseDistance : no batch...
2021-09-21 Teng Gaocorrelate forward and backward op (#62553)
2021-09-21 Rodrigo Berriel[docs] Remove .data from some docs (#65358)
2021-09-21 Benjamin RowellAdds keyword only args to gradcheck (#65290)
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...
next