Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/torch-mlir

The Torch-MLIR project aims to provide first class support from the PyTorch ecosystem to the MLIR ecosystem.
https://github.com/llvm/torch-mlir

[Torch] support AtenScalarImplicitOp canonicalize with float

qingyunqu opened this pull request 9 months ago
[stablehlo] Support PrimsCollapseOp and PrimsSplitDimOp in stablehlo

Xinyu302 opened this pull request 9 months ago
[MLIR][ONNX] Add OnnxToTorch support for ReduceLogSum Op

archana-ramalingam opened this pull request 9 months ago
[onnx] Update DefaultDomainGtoP.cpp gridsampler

afalkenberg1 opened this pull request 9 months ago
[torch-mlir][sparse] sparse tensor dialect is a legal dialect

aartbik opened this pull request 9 months ago
[torch-mlir][sparse] recognize sparse tensor conversion

aartbik opened this pull request 9 months ago
[onnx] Some onnx to linalg fixes

renxida opened this pull request 9 months ago
Add `.yamllint` and disable some annoying recurring warnings on every pr

renxida opened this pull request 9 months ago
[Torch] fold aten.log

qingyunqu opened this pull request 9 months ago
[ONNX] Fix Onnx.Selu lowering and canonicalizer for IntImplicit op

vivekkhandelwal1 opened this pull request 9 months ago
Compilation of Quantized Model Failed

alexsifivetw opened this issue 9 months ago
[Torch] support aten.trunc

qingyunqu opened this pull request 9 months ago
Fix reducesum onnx lit test to linalg lowering fails

renxida opened this pull request 9 months ago
[stablehlo] Support aten.any and aten.all lowering

Xinyu302 opened this pull request 9 months ago
[Stablehlo] Fix AtenSumDimIntListOp when dim==None

Xinyu302 opened this pull request 9 months ago
[Torch] Support AtenProdOp on linalg and stablehlo

Xinyu302 opened this pull request 9 months ago
[onnx] handle dynamic padSize tensor in onnx.Pad

PhaneeshB opened this pull request 9 months ago
[Stablehlo] support lowering sinh & cosh to stablehlo

qingyunqu opened this pull request 9 months ago
Support select_last_index attribute of onnx argmin op

jinchen62 opened this pull request 9 months ago
[stablehlo] Support ConstantPadNdOp in stablehlo

Xinyu302 opened this pull request 9 months ago
build: manually update PyTorch version

vivekkhandelwal1 opened this pull request 9 months ago
[Stablehlo] support unary ops which promote to floating point

qingyunqu opened this pull request 9 months ago
[Stablehlo] add AtenLog10Op, AtenLog2Op lowering to stablehlo

Xinyu302 opened this pull request 9 months ago
[Stablehlo] lowering asin, acos, atan

qingyunqu opened this pull request 9 months ago
add torch.qint32 to dtype-spec in TorchTypes.td

qingyunqu opened this pull request 9 months ago
[FxImporter] Add backend lowering to Fx API

penguin-wwy opened this pull request 9 months ago
`make_simple_dynamo_backend` does not work for single argument models.

ttrouwen-dmatrix opened this issue 9 months ago
[torchscript] export extra library file name to user

qingyunqu opened this pull request 9 months ago
[MLIR][ONNX] Add OnnxToTorch support for ReduceLogSumExp Op

archana-ramalingam opened this pull request 9 months ago
Switch to pre-commit for lint checks.

stellaraccident opened this pull request 9 months ago
[stablehlo] add aten.expm1 op conversion support

penguin-wwy opened this pull request 9 months ago
[stablehlo] add aten.fmod.Tensor op conversion support

penguin-wwy opened this pull request 9 months ago
[stablehlo] add aten.remainder.Tensor op conversion support

penguin-wwy opened this pull request 9 months ago
[onnx] Support `onnx.OneHot` lowering to `torch`

rsuderman opened this pull request 9 months ago
[onnx] Extend op version number of `onnx.ScatterElements`

rsuderman opened this pull request 9 months ago
[onnx] Fix `onnx.split` by directly handling slicing

rsuderman opened this pull request 9 months ago
[onnx] Add `onnx-to-torch` lowering for random ops

vivekkhandelwal1 opened this pull request 9 months ago
Support select_last_index attribute of onnx argmax op

jinchen62 opened this pull request 9 months ago
Build failed on x86 MacOS

lifengxiang1025 opened this issue 9 months ago
[StableHLO] Fix aten.clamp.Tensor in FxImporter2StableHLO

penguin-wwy opened this pull request 9 months ago
[Torch] Add folder for AtenIntOp, AtenFloatOp

Xinyu302 opened this pull request 9 months ago
[MLIR][ONNX] Add OnnxToTorch support for ReduceSumSquare Op

archana-ramalingam opened this pull request 9 months ago
[onnx] Fix `onnx.Not` for non-bool inputs

rsuderman opened this pull request 9 months ago
[onnx] Update the failure triage for onnx

rsuderman opened this pull request 9 months ago
[stablehlo] add aten.clamp.Tensor op conversion support

penguin-wwy opened this pull request 9 months ago
Fix nan issue for fp16 torch.randn/randn_like in ConvertAtenUniformOp

aviator19941 opened this pull request 9 months ago
[FxImporter] Add fx importer to stablehlo e2e test config

penguin-wwy opened this pull request 9 months ago
[torch] Support rank-0 index for torch index select

rsuderman opened this pull request 9 months ago
[MLIR][TORCH] Add OnnxToTorch support for BlackmanWindow function

vinayakdsci opened this pull request 9 months ago
[FxImporter] Replace local_scalar_dense in fx_importer

penguin-wwy opened this pull request 9 months ago
[onnx] Add OnnxToTorch support for `onnx.ConvInteger`

jinchen62 opened this pull request 9 months ago
[torch-mlir][sparse] pre-pend named buffers to parameter list

aartbik opened this pull request 9 months ago
[torch] Adds Quantization Support for `aten.relu`

zjgarvey opened this pull request 9 months ago
[FxImporter] Fix fx importer test config and clean xfail set

penguin-wwy opened this pull request 9 months ago
[torch] Add OnnxToTorch lowering for `onnx.ReduceL2`

vinayakdsci opened this pull request 9 months ago
Update add_ops.md

renxida opened this pull request 9 months ago
[rfc] Use logging.getLogger for projects/pt1/e2e_testing

renxida opened this pull request 9 months ago
[onnx][torch][linalg] Implementing align-corner modes for gridsampler

afalkenberg1 opened this pull request 9 months ago
build: manually update PyTorch version

vivekkhandelwal1 opened this pull request 9 months ago
[Torch] Canonicalize aten.log

Xinyu302 opened this pull request 9 months ago
[CI] Enable the tests for fx_importer in the CI

penguin-wwy opened this pull request 9 months ago
[TorchToLinalg] Adds Support for Remaining Quantized Matmul Cases

zjgarvey opened this pull request 9 months ago
[FxImporter] Fix kwarg operands in fx importer

penguin-wwy opened this pull request 9 months ago
[OnnxToTorch] lowering group normalization op

aldesilv opened this pull request 9 months ago
[torch] Add support for `torch.view` with dynamic shapes

rsuderman opened this pull request 9 months ago
Refactor the parameters and usage instructions of the setup script.

penguin-wwy opened this pull request 9 months ago
[Stablehlo] Enhance broadcast pattern in matmul Ops

Xinyu302 opened this pull request 9 months ago
[Torch] Support Aten_CastLongOp.

Xinyu302 opened this pull request 9 months ago
Update setup.py

r0cketdyne opened this pull request 9 months ago
Update overlay_directories.py

r0cketdyne opened this pull request 9 months ago
[onnx][torch][linalg] Support of corner align mode for gridsampler

afalkenberg1 opened this issue 9 months ago
Added 2 Ops: Floor divide scalar and Floor divide scalar mode

IanWood1 opened this pull request 9 months ago
Delete .github/workflows/buildAndTest.yml to solve CI error messages …

renxida opened this pull request 9 months ago
Avoid Type Mismatch in Slice Folder

zjgarvey opened this pull request 9 months ago
Slice Folder Fails Result Type Match Assert

zjgarvey opened this issue 9 months ago
[torch-mlir][sparse] support sparse tensor output

aartbik opened this pull request 9 months ago
[FxImporter] Add FxImporter config in e2e-test

penguin-wwy opened this pull request 9 months ago
Generalize getting index for onnx compress op

jinchen62 opened this pull request 9 months ago
[torch-mlir] Bump LLVM to llvm/llvm-project@a952c12

aartbik opened this pull request 9 months ago
Adds Some Quantization Support for AtenMatmulOp

zjgarvey opened this pull request 9 months ago
[MLIR][TORCH] Add OnnxToTorch lowering for ReduceL1 Op

vinayakdsci opened this pull request 9 months ago
[TORCH] Floor divide tensor fix

IanWood1 opened this pull request 9 months ago
[TORCH] add support for torch.aten.floor_divide.Scalar

IanWood1 opened this issue 9 months ago
[FxImporter] Fix torch.fill value type

penguin-wwy opened this pull request 9 months ago
[Torch] Fix PrimListUnpackOp::getCanonicalizationPatterns

Xinyu302 opened this pull request 9 months ago
[torch] `aten.select.int` use the concat operand as input

xinan-jiang opened this pull request 9 months ago
[Stablehlo] fix aten.arange's lowering to stablehlo

qingyunqu opened this pull request 9 months ago
[ONNX] MatMulInteger Conversion Fails For Arg Rank != 2

zjgarvey opened this issue 9 months ago
[ONNX] onnx.Loop

renxida opened this issue 9 months ago
[MLIR][TORCH] Onnx.MaxPool fails on dynamic sizes

IanWood1 opened this issue 9 months ago
[ONNX] Add support for reduceprod with axes given

AmosLewis opened this pull request 9 months ago
[torch] Fix `onnx.MaxPool` lowering

vivekkhandelwal1 opened this pull request 9 months ago
[Torch] Emit and decompose prims.iota op

penguin-wwy opened this pull request 9 months ago