Compilers and optimization. Polyhedral model. TensorComprehensions. MLIR.
- Paris, France
- https://ozinenko.com
Pinned Loading
-
llvm/llvm-project
llvm/llvm-project PublicThe LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
-
facebookresearch/TensorComprehensions
facebookresearch/TensorComprehensions Public archiveA domain specific language to express machine learning workloads.
-
iree-org/iree-llvm-sandbox
iree-org/iree-llvm-sandbox PublicA sandbox for quick iteration and experimentation on projects related to IREE, MLIR, and LLVM
-
EnzymeAD/Enzyme-JAX
EnzymeAD/Enzyme-JAX PublicCustom Bindings for Enzyme Automatic Differentiation Tool and Interfacing with JAX.
816 contributions in the last year
Skip to contributions year listDay of Week | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
July 2025
Created 1 repository
-
ftynse/mlir-school.github.io
HTML
This contribution was made on Jul 20
Created a pull request in llvm/llvm-project that received 29 comments
[mlir] List lead maintainers for MLIR
Historically, MLIR project has not had a public list of maintainers, unlike the rest of the LLVM project and at odds with the developer policy. The…
+30
−0
lines changed
•
29
comments
Opened 26 other pull requests in 8 repositories
iree-org/iree-turbine
12
merged
2
open
-
[boo] remove debug logic leftover
This contribution was made on Jul 24
-
[boo] cleanup conv signature types
This contribution was made on Jul 24
-
[boo] fold ConvSignatureStorage into ConvSignature
This contribution was made on Jul 24
-
[boo] clean up, modernize types in gemm
This contribution was made on Jul 24
-
[wave] disable attention tests
This contribution was made on Jul 24
-
[boo] move gemm under the new op registration mechanism
This contribution was made on Jul 24
-
[boo] introduce op registry
This contribution was made on Jul 17
-
[boo] layernorm ops
This contribution was made on Jul 17
-
[boo] deduplicate get_func_name for convolutions
This contribution was made on Jul 15
-
[boo] refactor cache prepopulator towards generalization
This contribution was made on Jul 8
-
Disable broken CI runner
This contribution was made on Jul 8
-
[boo] avoid hardcoded configs
This contribution was made on Jul 7
-
[boo] refactor numeric driver towards generalization
This contribution was made on Jul 7
-
[boo] refactor driver in preparation for more ops
This contribution was made on Jul 1
llvm/llvm-project
2
merged
3
open
-
[mlir] fix transform dialect doc includes
This contribution was made on Jul 24
-
[mlir] move if-condition propagation to a standalone pass
This contribution was made on Jul 23
-
[mlir] Nominate Tensor Compiler maintainers
This contribution was made on Jul 18
-
[mlir] Nominate MLIR Egress category maintainers
This contribution was made on Jul 18
-
[mlir] Nominate MLIR Core category maintainers
This contribution was made on Jul 18
iree-org/wave
2
merged
-
NFC: Fix type annotations for return values in attention kernels
This contribution was made on Jul 24
-
Recover location info from MLIR after Water roundtrip
This contribution was made on Jul 23
nod-ai/iree-kernel-benchmark
1
merged
-
Update boo import
This contribution was made on Jul 25
llvm/torch-mlir
1
open
-
Don't upscast when computing variance
This contribution was made on Jul 25
EnzymeAD/Enzyme-JAX
1
merged
-
Add a dialect-specific canonicalization pass
This contribution was made on Jul 23
ftynse/water
1
merged
-
handle all location kinds in json printing
This contribution was made on Jul 23
mlir-school/mlir-school.github.io
1
merged
-
Formal methods blurb
This contribution was made on Jul 20
Reviewed 51 pull requests in 5 repositories
llvm/llvm-project
24 pull requests
-
[mlir] Fix missing import
This contribution was made on Jul 24
-
[MLIR][Wasm] Introduce the WasmSSA MLIR dialect
This contribution was made on Jul 18
-
[mlir][scf] fix getSuccessorRegions func in scf.forall
This contribution was made on Jul 18
-
[mlir][transform] Fix ch2 and additional documentation
This contribution was made on Jul 18
-
[MLIR][SCF] Add dedicated Python bindings for ForallOp
This contribution was made on Jul 18
-
Fix Bug in RemoveDeadValues Pass
This contribution was made on Jul 13
-
[mlir][transform] Fix transform dialect tutorial chapter 1
This contribution was made on Jul 12
-
[mlir][scf] Add
ReturnLike
toscf::InParallelOp
This contribution was made on Jul 12 -
[mlir] [scf-to-cf] attach the loop annotation to latch block
This contribution was made on Jul 8
-
[MLIR][MemRef]-Add basic folding for memref ViewOp
This contribution was made on Jul 5
-
[MLIR] Add support for IntArrayProp<I32Prop>
This contribution was made on Jul 5
-
[MLIR][Linalg] Remove elemwise_unary and elemwise_binary
This contribution was made on Jul 4
-
[mlir][GPU][transform] Add gpu_to_rocdl conversion pattern
This contribution was made on Jul 4
-
[mlir][SCF][GPU] Add DeviceMaskingAttrInterface
This contribution was made on Jul 4
-
[mlir] NFC - refactor id builder and avoid leaking impl details
This contribution was made on Jul 4
-
[mlir][gpu][transforms] Add support for mapping to lanes
This contribution was made on Jul 4
-
[mlir][AffineExpr] Order arguments in the commutative affine exprs
This contribution was made on Jul 3
-
[mlir][SCF][NFC] Remove duplicate
getConstantTripCount
implementationThis contribution was made on Jul 3 -
[mlir][Vector] Fold vector.constant_mask to SplatElementsAttr
This contribution was made on Jul 2
-
[mlir][Affine] Fix crash in affine-loop-fusion pass by guarding against an empty op list
This contribution was made on Jul 2
-
[mlir][vector][nfc] Rename
populateVectorTransferCollapseInnerMostContiguousDimsPatterns
This contribution was made on Jul 2 -
[mlir][amdgpu] Add conversion from arith.scaling_{extf,truncf} to amdgpu
This contribution was made on Jul 2
-
[MLIR][Affine] Enhance simplifyAdd for AffineExpr mod
This contribution was made on Jul 1
-
[mlir][arith] Add
arith::ConstantIntOp
constructorThis contribution was made on Jul 1
iree-org/iree-turbine
14 pull requests
-
[BOO] Update examples and test BatchNorm2d
This contribution was made on Jul 24
-
[NFC] Add logging
This contribution was made on Jul 24
-
[boo] introduce op registry
This contribution was made on Jul 23
-
[boo][driver] Replace Tracy with torch profiler
This contribution was made on Jul 23
-
[boo] layer norm support
This contribution was made on Jul 17
-
[boo] refactor cache prepopulator towards generalization
This contribution was made on Jul 9
-
Revert "Disable broken CI runner"
This contribution was made on Jul 8
-
[boo] refactor numeric driver towards generalization
This contribution was made on Jul 7
-
[BOO] Add Graph-Based Fusion API
This contribution was made on Jul 7
-
[Wave] add optimization_level compile option
This contribution was made on Jul 3
-
[NFC] Add comment for
get_module_asm
This contribution was made on Jul 2 -
[boo] refactor driver in preparation for more ops
This contribution was made on Jul 2
-
[NFC] Update a few comments
This contribution was made on Jul 1
-
[boo] swap the import dependency condition for tracy
This contribution was made on Jul 1
ftynse/water
8 pull requests
-
Error Handling
This contribution was made on Jul 22
-
Stop enforcing specific python version
This contribution was made on Jul 15
-
Export compile_commands.json
This contribution was made on Jul 15
-
Add option to build llvm as part of
setup.py
This contribution was made on Jul 15 -
Add OOB example generated by wave
This contribution was made on Jul 7
-
Rework python package
This contribution was made on Jul 5
-
More CI
This contribution was made on Jul 4
-
Bring MLIR SLP-vectorizer
This contribution was made on Jul 4
iree-org/wave
4 pull requests
-
Adding scatter_max operation
This contribution was made on Jul 24
-
Python 3.13 Support
This contribution was made on Jul 24
-
[Wave] add debug_log_write op
This contribution was made on Jul 23
-
Add scatter_add operation
This contribution was made on Jul 21
EnzymeAD/Enzyme-JAX
1 pull request
-
Add a dialect-specific canonicalization pass
This contribution was made on Jul 23
Created an issue in iree-org/iree-turbine that received 4 comments
[wave] fix broken tests in scaled mma/gemm on mi250
See https://github.com/iree-org/iree-turbine/actions/runs/16127205662/job/45534512334. These were hidden behind a broken CI machine, but are actual…
4
comments
Opened 3 other issues in 2 repositories
iree-org/iree-turbine
2
open
-
[wave] llama4 operations
This contribution was made on Jul 9
-
[boo] different loss function for grad numerics testing
This contribution was made on Jul 7
iree-org/iree
1
closed
-
iree-compile produces invalid IR form valid input (layernorm-ish)
This contribution was made on Jul 2
4
contributions
in private repositories
Jul 2 – Jul 17