aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib
AgeCommit message (Expand)AuthorFilesLines
2024-09-20[MLIR] Fix crash when using --mlir-timing (#109463)Ian Wood1-3/+3
2024-09-20[mlir][AMDGPU] New gfx12 barrier instructions and update lowering LDSBarrierO...Daniel Hernandez-Juarez1-20/+28
2024-09-20[NFC] Add explicit #include llvm-config.h where its macros are used, last par...Daniil Fukalov1-0/+1
2024-09-20[MLIR][AMDGPU] Add ability to do 16-bit Memset with HIP APIs (#108587)Umang Yadav1-0/+7
2024-09-20[ROCDL] Pass `amd_code_object_version` when serializing ROCDL gpu module (#10...Umang Yadav1-6/+7
2024-09-20Revert "[clang][flang][mlir] Support -frecord-command-line option (#102975)"David Spickett2-36/+0
2024-09-20[mlir][affine] Verify `map` of affineMaxMinOp has at least one result (#108699)Longsheng Mou1-0/+3
2024-09-20[mlir][tosa] Add missing verifier check for `tosa.reshape` (#109301)Longsheng Mou1-4/+19
2024-09-19[clang][flang][mlir] Support -frecord-command-line option (#102975)Tarun Prabhu2-0/+36
2024-09-19[mlir][vector][nfc] Clean-up VectorOps.{h|cpp} (#109316)Andrzej Warzyński1-15/+15
2024-09-19[mlir][vector][xegpu] Vector to XeGPU conversion pass (#107419)Adam Siemieniuk3-0/+274
2024-09-19[mlir][linalg] Vectorisation of tensor.extract - dynamic shapes (#100582)Andrzej Warzyński1-32/+25
2024-09-19[mlir][Vector] Verify that masked ops implement MaskableOpInterface (#108123)Diego Caballero1-3/+8
2024-09-19[mlir][vector] Relax strides check for 1-element vector load/stores (#108998)Ivan Butygin1-2/+9
2024-09-18[mlir][gpu] Disjoint patterns for lowering clustered subgroup reduce (#109158)Andrea Faulds1-5/+32
2024-09-18[MLIR] [Python] align python ir printing with mlir-print-ir-after-all (#107522)Bimo2-5/+25
2024-09-17[MLIR][IR] Fix InProgressAliasInfo init for non-alias (#109013)Billy Zhu1-5/+5
2024-09-17[mlir][gpu] Rename two misspelled pattern population functions (#109015)Andrea Faulds1-2/+2
2024-09-17[mlir][GPU] block_id has the grid size as its rangeBenjamin Kramer1-1/+1
2024-09-17[mlir] Apply ClangTidy fixes.Adrian Kuegel2-3/+1
2024-09-17[MLProgram] Avoid repeated hash lookups (NFC) (#108928)Kazu Hirata1-3/+1
2024-09-17[PDL] Avoid repeated hash lookups (NFC) (#108927)Kazu Hirata1-5/+2
2024-09-17[Shape] Avoid repeated hash lookups (NFC) (#108926)Kazu Hirata1-3/+1
2024-09-17[Bufferization] Avoid repeated hash lookups (NFC) (#108925)Kazu Hirata1-2/+1
2024-09-16[mlir] Tidy uses of llvm::raw_stream_ostream (NFC)JOE199420-33/+30
2024-09-16[MLIR] Add f6E2M3FN type (#107999)Sergey Kozub11-1/+54
2024-09-16[mlir] Allow multi-result ops in reshape fusion (#108576)Max1911-1/+1
2024-09-16[OpenACC] Avoid repeated hash lookups (NFC) (#108795)Kazu Hirata1-4/+2
2024-09-16[SCF] Avoid repeated hash lookups (NFC) (#108793)Kazu Hirata1-3/+1
2024-09-16[mlir][AsmParser] Avoid use of moved value (#108789)Youngsuk Kim1-3/+4
2024-09-15[mlir] Reland 5a6e52d6ef96d2bcab6dc50bdb369662ff17d2a0 with update (NFC)JOE199413-20/+18
2024-09-15Revert "[mlir] Nits on uses of llvm::raw_string_ostream (NFC)"JOE199414-20/+22
2024-09-15[mlir] Nits on uses of llvm::raw_string_ostream (NFC)JOE199414-22/+20
2024-09-14[mlir][transforms] Skip `RemoveDeadValues` for function declaration (#108221)Longsheng Mou1-2/+2
2024-09-13[MLIR][TOSA] Add --tosa-reduce-transposes pass (#108260)Arteen Abrishami2-0/+694
2024-09-13[mlir][sparse] fix bug with all-dense assembler (#108615)Aart Bik1-5/+9
2024-09-13[mlir][mesh] Introduce `DialectInlinerInterface` for Mesh dialect (#108297)Matteo Franciolini1-0/+22
2024-09-13[OpenMP][MLIR] Fix code bug from #101707Akash Banerjee1-1/+1
2024-09-13[mlir][Transforms][NFC] Dialect conversion: Cache `UnresolvedMaterializationR...Matthias Springer1-45/+27
2024-09-13[mlir][GPU] Plumb range information through the NVVM lowerings (#107659)Krzysztof Drewniak2-16/+39
2024-09-13Add missing FillOp to winograd lowering (#108181)Thomas Preud'homme1-14/+43
2024-09-13[NFC][mlir] Simplify code (#108346)Jianjian Guan1-6/+4
2024-09-12[mlir][AMDGPU] Remove an old bf16 workaround (#108409)Krzysztof Drewniak1-12/+17
2024-09-12[MLIR][ROCDL] Add dynamically legal ops to LowerGpuOpsToROCDLOpsPass (#108302)Nirvedh Meshram1-1/+7
2024-09-12[mlir][AMDGPU] Enable emulating vector buffer_atomic_fadd on gfx11 (#108312)Krzysztof Drewniak3-5/+32
2024-09-12[mlir][LLVM] Refactor how range() annotations are handled for ROCDL intrinsic...Krzysztof Drewniak3-23/+59
2024-09-12[mlir][Transforms] Dialect conversion: Align handling of dropped values (#106...Matthias Springer1-129/+30
2024-09-12[Transforms] Avoid repeated hash lookups (NFC) (#108322)Kazu Hirata1-2/+1
2024-09-12[Dialect] Avoid repeated hash lookups (NFC) (#108319)Kazu Hirata1-3/+1
2024-09-12[Bytecode] Avoid repeated hash lookups (NFC) (#108320)Kazu Hirata1-2/+1