aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-03-21[mlir] Fix -Wunused-variable in XeGPUOps.cpp (NFC)Jie Fu1-1/+1
2024-03-20[MLIR][XeGPU] Adding XeGPU 2d block operators (#85804)Chao Chen8-12/+791
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko100-156/+200
2024-03-20[mlir][vector] Adds pattern rewrite for maskable Ops (#83827)Andrzej WarzyƄski2-94/+143
2024-03-20[mlir][python] Enable python bindings for Index dialect (#85827)Steven Varoumas4-0/+264
2024-03-20[MLIR][LLVM] Add extraData field to the DIDerivedType attribute (#85935)Christian Ulmann9-21/+25
2024-03-20[MLIR] Add missing MLIRDialectUtils dep to TilingInterface (#84544)Thomas Preud'homme1-1/+14
2024-03-20[mlir][emitc] Restrict integer and float types (#85788)Tina Jung6-6/+61
2024-03-20[MLIR][SROA][Mem2Reg] Add data layout to interface methods (#85644)Christian Ulmann7-108/+165
2024-03-20[MLIR] Remove UtilsDialect dep on ArithUtils (#85919)Thomas Preud'homme3-9/+8
2024-03-20[MLIR][OpenMP] NFC: Uniformize OpenMP ops names (#85393)Sergio Afonso26-354/+356
2024-03-20[MLIR] Add missing MLIRGPUDialect dep to MLIRSPIRVDialect (#84554)Thomas Preud'homme1-0/+1
2024-03-20[MLIR] Remove unneeded FuncOps.h include in AffineAnalysis (#85912)Thomas Preud'homme1-1/+0
2024-03-20[mlir][LLVM] erase call mappings in forgetMapping() (#84955)Tom Eccles2-0/+39
2024-03-20[MLIR] Add missing MLIRLinalgTransforms to LinalgToStandard conv (#84545)Thomas Preud'homme1-0/+1
2024-03-20[MLIR][CUDA] Use _alloca instead of alloca on Windows (#85853)Justin Holewinski1-0/+5
2024-03-19[mlir][bufferize] Fix broken implementation of denyDialect (#85881)Matteo Franciolini1-0/+10
2024-03-19[MLIR][LLVM] DI Recursive Type fix for recursion via scope of composites (#85...Billy Zhu3-40/+54
2024-03-19[MLIR] Add missing MLIRFuncDialect dep to MLIRMemRefToLLVM (#84546)Thomas Preud'homme1-0/+1
2024-03-19[mlir][spirv] Add folding for SelectOp (#85430)Finn Plummer4-5/+96
2024-03-19[mlir][ArmNeon] Implements unrolling patterns for LowerContractionToSMMLAPatt...Kojo Acquah2-32/+174
2024-03-19[MLIR][LLVM][SROA] Avoid splitting dynamically indexed allocas (#85758)Christian Ulmann2-0/+26
2024-03-19[MLIR][NVVM] Add barrier.arrive (#85412)Guray Ozen4-5/+51
2024-03-19[mlir][sparse] Fix the calling convention of __truncsfbf2 on windows x64Benjamin Kramer1-1/+1
2024-03-19[mlir][complex] Make CPU runner test platform agnostic (#85607)Kai Sasaki1-5/+3
2024-03-19[mlir][bufferization] Fix OpFilter not to crash on unloaded dialectsBenjamin Kramer1-1/+1
2024-03-19[mlir] Don't assert when simplifying certain `AffineExpr`s (#78855)Felix Schneider3-1/+35
2024-03-19[mlir][bufferization] Check OpFilter before casting to BufferizableOpInterfac...Benjamin Kramer2-5/+3
2024-03-19[mlir][sparse] Fix memory leaks (part 4) (#85729)Matthias Springer3-2/+51
2024-03-19[Dwarf] Support `__ptrauth` qualifier in metadata nodes (#83862)Daniil Kovalev1-1/+2
2024-03-18[mlir][sparse] deallocate temporary transposed tensor (#85720)Aart Bik1-0/+6
2024-03-18[mlir][sparse] add example to new operation doc, and roundtrip test (#85711)Aart Bik2-3/+23
2024-03-18[MLIR] Remove unused implicit capture in the lambda (NFC)Mehdi Amini1-1/+1
2024-03-18[mlir][nvgpu] Support strided memref when creating TMA descriptor (#85652)Guray Ozen2-24/+173
2024-03-18Revert "[MLIR][XeGPU] Adding XeGPU 2d block operators (#84692)" (#85653)Balaji V. Iyer8-767/+12
2024-03-18[mlir][OpInterfacesGen][NFC] Add newline after traits declaration (#85633)Andrei Golubev1-1/+1
2024-03-18[mlir] Fix unused variable error in builds with asserts enabled.Adrian Kuegel1-0/+1
2024-03-18[MLIR][XeGPU] Adding XeGPU 2d block operators (#84692)Chao Chen8-12/+767
2024-03-18TranslateToCpp: Emit floating point literals with suffix (#85392)Matthias Gehre5-13/+24
2024-03-18[MLIR][SROA] Replace pattern based approach with a one-shot one (#85437)Christian Ulmann3-80/+86
2024-03-18[MLIR][Mem2Reg] Replace pattern based approach with a bulk one (#85426)Christian Ulmann3-61/+43
2024-03-17[mlir][math] Reland 58ef9bec071383744fb703ff08df9806f25e4095 (#85436)srcarroll3-28/+54
2024-03-17[mlir] Work around MSVC bugBenjamin Kramer3-6/+6
2024-03-15[mlir] Make the ml_program dialect allow all of its operations to be inlined....Stella Laurenzo3-1/+34
2024-03-16[mlir][linalg, tosa] Fix memory leaks in integration tests (#85366)Matthias Springer5-4/+16
2024-03-15[mlir] Declare promised interfaces for all dialects (#78368)Justin Fargnoli14-0/+114
2024-03-16[mlir][memref] Fix memory leaks in runtime verification tests (#85362)Matthias Springer2-10/+12
2024-03-15[MLIR][LLVM] Suppress unused variable warning. (#85467)Bixia Zheng1-0/+2
2024-03-15[mlir][sparse] best effort finalization of escaping empty sparse tensors (#85...Aart Bik5-44/+177
2024-03-16[mlir] Fix -Wunused-variable in DebugTranslation.cpp (NFC)Jie Fu1-1/+1