aboutsummaryrefslogtreecommitdiff
path: root/mlir
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-Juarez5-22/+98
2024-09-20[NFC] Add explicit #include llvm-config.h where its macros are used, last par...Daniil Fukalov3-0/+3
2024-09-20[MLIR][AMDGPU] Add ability to do 16-bit Memset with HIP APIs (#108587)Umang Yadav2-0/+24
2024-09-20[ROCDL] Pass `amd_code_object_version` when serializing ROCDL gpu module (#10...Umang Yadav4-10/+65
2024-09-20Revert "[clang][flang][mlir] Support -frecord-command-line option (#102975)"David Spickett7-56/+0
2024-09-20[mlir][affine] Verify `map` of affineMaxMinOp has at least one result (#108699)Longsheng Mou2-0/+35
2024-09-20[mlir][tosa] Add missing verifier check for `tosa.reshape` (#109301)Longsheng Mou2-4/+35
2024-09-20[mlir] [LLVM IR] Introduce VaArgOp (#109260)Chuanqi Xu4-7/+34
2024-09-20[mlir] Fix disagreement between document and test(NFC) (#109257)csstormq2-8/+10
2024-09-20[mlir][docs] Fix incorrect operation name(NFC) (#109261)csstormq1-1/+1
2024-09-19[clang][flang][mlir] Support -frecord-command-line option (#102975)Tarun Prabhu7-0/+56
2024-09-19[mlir][vector][nfc] Clean-up VectorOps.{h|cpp} (#109316)Andrzej Warzyński2-20/+15
2024-09-19[mlir][vector][xegpu] Vector to XeGPU conversion pass (#107419)Adam Siemieniuk8-0/+677
2024-09-19[mlir][linalg] Vectorisation of tensor.extract - dynamic shapes (#100582)Andrzej Warzyński3-72/+123
2024-09-19[mlir][Vector] Verify that masked ops implement MaskableOpInterface (#108123)Diego Caballero3-8/+23
2024-09-19[mlir][vector][nfc] Update vector load/store doc wrt unit strides. (#109267)Ivan Butygin1-6/+8
2024-09-19[mlir][vector] Relax strides check for 1-element vector load/stores (#108998)Ivan Butygin2-2/+29
2024-09-19[mlir][LLVMIR] Add more vector predication intrinsic ops (#107663)Jianjian Guan4-0/+51
2024-09-18[mlir][gpu] Disjoint patterns for lowering clustered subgroup reduce (#109158)Andrea Faulds3-6/+46
2024-09-18[MLIR] Reuse the path to runner_utils libraries (#108579)Tulio Magno Quites Machado Filho1-5/+11
2024-09-18[MLIR] [Python] align python ir printing with mlir-print-ir-after-all (#107522)Bimo5-11/+66
2024-09-17[mlir] [tblgen-to-irdl] Add types to tblgen-to-irdl script (#108558)Alex Rice3-12/+53
2024-09-17[MLIR][IR] Fix InProgressAliasInfo init for non-alias (#109013)Billy Zhu2-12/+25
2024-09-17[mlir][gpu] Rename two misspelled pattern population functions (#109015)Andrea Faulds3-10/+10
2024-09-17[mlir][GPU] block_id has the grid size as its rangeBenjamin Kramer2-1/+20
2024-09-17[mlir] Apply ClangTidy fixes.Adrian Kuegel2-3/+1
2024-09-17[MLIR][OpenMP][Docs] Document operand structures (NFC) (#108824)Sergio Afonso1-0/+49
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 Kozub24-8/+134
2024-09-16[mlir] Allow multi-result ops in reshape fusion (#108576)Max1912-19/+25
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][OpenMP][Docs] Document compound constructs representation (NFC) (#107236)Sergio Afonso1-0/+114
2024-09-16[MLIR][OpenMP][Docs] Document loop representation (NFC) (#107235)Sergio Afonso1-0/+56
2024-09-16[MLIR][OpenMP][Docs] Document clause-based op representation (NFC) (#107234)Sergio Afonso1-0/+196
2024-09-16[MLIR][OpenMP][Docs] Document op naming conventions (NFC) (#107233)Sergio Afonso1-0/+27
2024-09-16[MLIR][OpenMP][Docs] Reorganize 'omp' dialect documentation (NFC) (#107232)Sergio Afonso2-0/+19
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-15[mlir] Nits on uses of llvm::raw_string_ostream (NFC)JOE19948-44/+45
2024-09-14[mlir][transforms] Skip `RemoveDeadValues` for function declaration (#108221)Longsheng Mou2-2/+7
2024-09-13[MLIR][TOSA] Add --tosa-reduce-transposes pass (#108260)Arteen Abrishami6-0/+1380
2024-09-13[mlir][sparse] fix bug with all-dense assembler (#108615)Aart Bik7-11/+124