-
Couldn't load subscription status.
- Fork 15k
Open
Description
Hi All,
I have been contributing to LLVM projects, and below are some of the PRs that I have submitted and merged.
Merged PRs to llvm/llvm-project:
- [mlir][memref] Fix runtime verification for memref.subview when size dimension value is 0 #164897 - [mlir][memref] Fix runtime verification for memref.subview
- [mlir][tensor] Fix runtime verification for
tensor.extract_slicewhen size dimension value is 0 #164878 - [mlir][tensor] Fix runtime verification for tensor.extract_slice - [mlir][linalg] Fix Linalg runtime verification pass to handle tensors with dimensions of size 0 #163791 - [mlir][linalg] Fix Linalg runtime verification pass
- [mlir][tosa] Fix tosa-reduce-transposes to handle large constants better #148755 - [mlir][tosa] Fix tosa-reduce-transposes optimization
Merged PRs to llvm/torch-mlir:
- Support default padding case for tosa::AvgPool in the presence of count_include_pad torch-mlir#3868 - Support default padding case for tosa::AvgPool
- Fix torchToTosa lowering for avgpool2d to handle unsupported parameters torch-mlir#3822 - Fix torchToTosa lowering for avgpool2d
- Remove checking for training specific parameters in EmbeddingBag lowering torch-mlir#3782 - Remove checking for training specific parameters in EmbeddingBag lowering
I'm requesting commit access to merge my own approved patches and contribute more efficiently to llvm-project and torch-mlir development. I will continue to follow the LLVM Developer Policy and seek appropriate code reviews.
cc: @sahas3 , @matthias-springer , @sjarus , @ryanpholt
matthias-springer