platform/upstream/pytorch.git
2021-09-02 Mike Iovine[Static Runtime] Add sign/abs/lop1p/mul fusion pass...
2021-09-02 CodemodService... [AutoAccept][Codemod][FBSourceClangFormatLinter] Daily...
2021-09-02 Seth ElliottFix broken caffe2 test: PlanExecutorTest.BlockingErrorP...
2021-09-02 Michael Dagitsessimplify op name determination into a single forward...
2021-09-02 Vasiliy Kuznetsovfix copy.deepcopy on LinearPackedParams (#64367)
2021-09-02 Ivan Kobzarev[jit] shape propagation for prepack (#63585)
2021-09-02 Michael Dagitsesextract TestAutogradComplex into its own test file...
2021-09-02 Michael Dagitsesrequire that `TARGET_DET_LIST` is sorted (and sort...
2021-09-02 Nicolas HugFix list() and help() torchhub functions for Windows...
2021-09-02 Nicolas HugRemove outdated comment in hub.py (#63757)
2021-09-02 Nicolas HugUpdate hub.load() signature to avoid polluting kwargs...
2021-09-02 Kefei LuFix TRTModule not adding outputs in order (#64418)
2021-09-02 Kushashwa Ravi... Port `gather` to structured kernel (#63312)
2021-09-02 Pavel BelevichReplace std::unordered_map<c10::Device, c10::Device...
2021-09-02 Chen Lai[PyTorch Edge] Support default args with out arg, flag...
2021-09-02 Edward YangRemove unnecessary resize_output (#64272)
2021-09-02 Shirong WuMove graph util to fx2trt (#64064)
2021-09-02 Edward YangAdd a warning about DataLoader num_workers > 0 "memory...
2021-09-02 Rohan Varma[Dist CI] Move rest of distributed tests to their own...
2021-09-02 Rohan Varma[DDP] Log num threads (#64072)
2021-09-02 Zeina Migeedadd documentation to shape inference algorithm (#64312)
2021-09-02 Yi Wang[DDP Comm Hook] Add debugging communication hooks to...
2021-09-02 Yi Wang[DDP Comm Hook] Create a noop hook for performance...
2021-09-02 Rohan Varma[DDP] Add more logging iterations (#64071)
2021-09-01 Rohan VarmaFix incorrect DDP test (#64074)
2021-09-01 Rohan Varma[c10d] Prefer use of torch_check (#63928)
2021-09-01 anjali411Add fast path for addmm when the inputs are conjugate...
2021-09-01 Yi Wang[DDP Comm Hook] Add bf16 gradient compression to ddp_co...
2021-09-01 Jerry Zhang[quant][graphmode][fx] Add fbgemm backend_config_dict...
2021-09-01 Santiago CastroMake datasets in `ConcatDataset` not need to be sized...
2021-09-01 Richard ZouRestore LayerNorm numerics test (#64385)
2021-09-01 Jerry Zhang[quant][graphmode][api] Add backend_config_dict to...
2021-09-01 zhouzhuojieSilent rm error for sccache log file (#64388)
2021-09-01 Yuchen Huang[xplat][metal] Add getters and setters for ivars in...
2021-09-01 Meghan Lele[structured] Preserve computed elements from meta func...
2021-09-01 Mike Iovine[Static Runtime] Make per-op latency readable by FAI...
2021-09-01 Salil DesaiUpdate optimize_for_mobile to preserve node's debug...
2021-09-01 David ReissBreak up "@generated" string so Phabricator shows changes
2021-09-01 Alban DesmaisonAdd forward AD support for custom Functions (#64061)
2021-09-01 Tanvir ZamanFix bytes_written and bytes_read (#64244)
2021-09-01 Scott Wolchok[Caffe2] Create fewer strings during argument fetching...
2021-09-01 Kimish PatelBack out "Revert D30327514: [Pytorch lite predictor...
2021-09-01 Rohan VarmaAdd a record scope around autograd::engine::evaluate_fu...
2021-09-01 Patrick Kan[Bootcamp] Include both python unittest and parser...
2021-09-01 Patrick Hu[FX] Fix python code generation for wrapped getattr...
2021-09-01 Raghavan Raman[nnc] Updated generic error message with info about...
2021-09-01 Xiang GaoFixes reduction launch config (#64304)
2021-09-01 Kushashwa Ravi... OpInfo for `nn.functional.layer_norm` (#63276)
2021-09-01 Nima Elyasifix GradBucket.is_last() logic (#63768)
2021-09-01 Richard ZouRevert D29699456: [pytorch][PR] Enable Half, BFloat16...
2021-09-01 James Reed[FX] Rename reduce functions back to their old, public...
2021-09-01 Yuchen Huang[Metal][GPU] Enable metal for simulators and fix test...
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)
next