platform/upstream/pytorch.git
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...
2021-09-16 Kefei LuAdd type annotation for `TRTInterpreter.run` (#65135)
2021-09-16 Charles David... [quant]ao migration for quantization mappings and fuser...
2021-09-16 Jane XuRemove CUDA 9.2 and older references from our cmake...
2021-09-16 Nikita ShulgaDisable ParallelTBB (#65092)
2021-09-16 Zhengxu ChenIntroduce tensorRT as builtin module for torch::deploy...
2021-09-16 David Berard[JIT] Improve BatchMM mutability handling (#65097)
2021-09-16 Charles David... [quant] ao migration of observer and qconfig (#64982)
2021-09-16 Kushashwa Ravi... [Fix] Raise error when empty index tensor is passed...
2021-09-16 James Reed[FX] Gate FXGraphDrawer on whether pydot is installed...
2021-09-16 Michael Dagitsesadd support for indexing to meshgrid (#62722)
2021-09-16 Richard Zou[Reland] Add python mode (#64360)
2021-09-16 Alban DesmaisonRevert D30888794: [Model Averaging] Simplify PostLocalS...
2021-09-16 Rodrigo BerrielImprove LSTM documentation for proj_size > 0 (#65102)
2021-09-16 Scott Wolchok[Static Runtime] Use FastSet instead of std::set everyw...
2021-09-16 Amr ElshennawyReduce PyToch Warnings - Cast fixes from D26624430...
2021-09-16 Priya RamaniBug fix (#65105)
2021-09-16 Jordan Fix[acc_ops] Add support for torch variants of squeeze...
2021-09-16 Priya RamaniAdd NNC AOT Compiler executable (#63994)
2021-09-16 Zafar Takhirov[quant] AO migration of the `_correct_bias.py`, `_equal...
2021-09-16 Jane Xu.circleci/.jenkins: Remove 9.2 references in CI (#65024)
2021-09-16 Jane Xu.github: GHA add retry for docker run in chown workspac...
2021-09-16 Eli UriegasRevert D30752939: [pytorch][PR] nvfuser update
2021-09-16 Zafar Takhirov[quant] AO migration of the `quant_types.py` (phase...
2021-09-16 Zafar Takhirov[quant] AO migration of the `fuse_modules.py` (phase...
2021-09-16 Mikhail Zolotukhin[TensorExpr] Add a method for sanitizing Var and Buf...
2021-09-15 Eli Uriegas.github: Enable only specific workflows for canary...
2021-09-15 Eli Uriegasci: Disable jit legacy on circleci, enable on gha ...
2021-09-15 Jane XuCI: Upgrade windows 10.1 jobs to 10.2 (#65080)
2021-09-15 Jane XuReplace windows 10.2 smoke tests on PRs to be 11.3...
2021-09-15 Natalia GimelsheinRevert D30883290: [Static Runtime] Move MemoryPlanner...
2021-09-15 Charles David... [quant] Removing hardcoded "torch.quantization.observer...
2021-09-15 Scott Wolchok[Caffe2][easy] Avoid spurious vector copy in TransposeO...
2021-09-15 Scott Wolchok[Caffe2] Don't pass vector by value in SqueezeOp (...
2021-09-15 David RiazatiUse RDS for build size tracking (#64303)
2021-09-15 jiejnvfuser update (#63745)
2021-09-15 Elias EllisonAdd embedding shape analysis (#64323)
2021-09-15 Elias EllisonMax Pool with indices (#64121)
2021-09-15 Elias EllisonAdd Maxpool to shape analysis / Opinfo (#63530)
2021-09-15 Zafar Takhirov[quant][refactor] Change the structure of the ao migrat...
2021-09-15 David RiazatiAdd retries to ECR login step (#65013)
2021-09-15 Ilqar RamazanliTo add state dict and load_dict for Chained Scheduler...
2021-09-15 BowenBao[ONNX] Enhance shape (two changes merged) (#64585)
2021-09-15 Don Jang[Static Runtime] Move MemoryPlanner out into memory_pla...
2021-09-15 Kiuk Chung(torch.distributed.elastic) properly format traceback...
2021-09-15 soulitzerRemove `run_functional_checks` from `test_autograd...
2021-09-15 Peter BellDispatch.h: Avoid including ivalue (#64165)
2021-09-15 Ilqar RamazanliTo add state_dict and load_state_dict to SequentialLR...
2021-09-15 Nikita Shulga[CircleCI] Disable pytorch_linux_xenial_cuda10_2 test...
2021-09-15 Samuel SalasStarter Task 1 (#64927)
2021-09-15 Kyle Chen[ROCm] Update CI images for ROCm 4.3.1 (#64610)
2021-09-15 Yukio SiraichiPort `all` and `any` full reductions to structured...
2021-09-15 Scott Wolchok[PyTorch] remove string_view::operator[] bounds check...
2021-09-15 Scott Wolchok[PyTorch][easy] Add cbegin/cend to SmallVector (#64682)
2021-09-15 Scott Wolchok[PyTorch] Avoid extra std::vector in parseSchemaOrName...
2021-09-15 Zafar Takhirov[quant] Removing unnecessary import from torch/quantiza...
2021-09-15 Don Jang[Static Runtime] Check if outputs of a node do not...
2021-09-15 Jane XuForward fix SkipInfo missing mypy (#65063)
2021-09-15 Hong XuWhen test set_affinity, don't hardcode the CPU ID ...
2021-09-15 Kevin Tse[DataPipe] Make TarArchiveReader and ZipArchiveReader...
2021-09-15 Philip Meieradd `OpInfo` for `torch.nn.functional.dropout` (#62315)
2021-09-15 Jongsoo Park[dnnlowp] reduce num of test cases to avoid time out...
2021-09-15 Joel SchlosserGeneric test parametrization functionality (#60753)
2021-09-15 Sangbaek Park[vulkan] Use volk to load vulkan libraries and fix...
2021-09-15 Kshiteej K[fix] don't expose unique_dim in torch (#63080)
2021-09-15 Michael Carilli[CUDA graphs] moves memory sharing intro paragraph...
2021-09-15 Supriya RaoRevert D30558877: Ported std/var to ReductionOpInfo...
2021-09-14 Yi Wang[Model Averaging] Simplify PostLocalSGD Optimizer API...
2021-09-14 Heitor SchueroffPorted std/var to ReductionOpInfo and minimum/maximum...
2021-09-14 Erjia Guan[DataPipe] Improve Mapper to accept input/output index...
2021-09-14 Jerry Zhang[quant][tensorrt] Add tensorrt backend config (#64623)
2021-09-14 Scott Wolchok[PyTorch] Add c10::hash<c10::ArrayRef<T>> (#64277)
2021-09-14 Scott Wolchok[PyTorch] Add OpCode cache in ByteCodeDeserializer...
2021-09-14 Scott Wolchok[PyTorch] Remove implicit conversion from Tuple to...
2021-09-14 Scott Wolchok[PyTorch] Fix SourceRangeDeserializer vector copy ...
2021-09-14 Shiyan Deng[fx2trt] fix elementwise op converter with one operand...
2021-09-14 Salil Desai[PyTorch Edge][Model Loading] Operator Call De-dup...
2021-09-14 Salil Desai[PyTorch Edge][Model Loading] Operator Call De-dup...
2021-09-14 Eli Uriegas.github: Add render test results step (#64937)
2021-09-14 Natalia Gimelsheinremove SkipInfo class (#64972)
2021-09-14 Scott Wolchok[PyTorch] Don't store multiple kernels per key on mobil...
2021-09-14 Shiyan Deng[fx const fold] fix some cases with deep model hierarch...
next