aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-02-06[mlir][EmitC] Remove unreachable code and fix Windows build warning (#80677)Simon Camphausen1-9/+15
2024-02-06[mlir][ArmSME][nfc] Fix broken doc links to fmopa_2way opCullen Rhodes1-5/+5
2024-02-06[mlir][ArmSME] Add rewrite to lift illegal vector.transposes to memory (#80170)Benjamin Maxwell2-1/+218
2024-02-06[mlir][emitc] Add a `declare_func` operation (#80297)Marius Brehler6-6/+127
2024-02-05[mlir][Symbol] Add verification that symbol's parent is a SymbolTable (#80590)Joshua Cao13-85/+68
2024-02-05[mlir][vector] Drop inner unit dims for xWrite on dynamic shapes. (#80725)Han-Chung Wang2-6/+30
2024-02-05[mlir][spirv] Handle a missing case when inlining spirv.ReturnValue (#80733)Artem Tyurin2-1/+25
2024-02-06Use a markdown list in Affine dialect docsOleksandr "Alex" Zinenko1-7/+12
2024-02-06[mlir][test] Fix -Wformat in sparse_tensor.c (NFC)Jie Fu1-1/+2
2024-02-06[mlir][test] Fix -Wformat in sparse_tensor.c (NFC)Jie Fu1-1/+1
2024-02-05[mlir][sparse] fix windows build issue with hex literals (#80770)Aart Bik1-9/+9
2024-02-05[mlir][sparse] made sparse vectorizer more robust on position of invariants (...Aart Bik2-2/+7
2024-02-05[mlir][openacc] Simplify IR with acc.loop control (#80387)Valentin Clement (バレンタイン クレメン)6-75/+77
2024-02-05[mlir][sparse] Change LevelType enum to 64 bit (#80501)Yinying Li8-43/+45
2024-02-05[mlir][openacc] Add legalize data pass for compute operation (#80351)Valentin Clement10-20/+281
2024-02-05Revert "[mlir][openacc] Add legalize data pass for compute operation (#80351)"Valentin Clement10-280/+20
2024-02-05[mlir][openacc] Add MLIRSupport to MLIROpenACCTransformsValentin Clement1-0/+1
2024-02-05[mlir][openacc] Add legalize data pass for compute operation (#80351)Valentin Clement10-20/+279
2024-02-05[mlir][sparse] refine sparse assembler strategy (#80521)Aart Bik4-48/+113
2024-02-05[Flang][OpenMP] Initial mapping of Fortran pointers and allocatables for targ...agozillon6-28/+441
2024-02-05Revert "[mlir][vector] Drop inner unit dims for transfer ops on dynamic shape...Han-Chung Wang2-57/+12
2024-02-05Revert "[mlir][openacc] Add legalize data pass for compute operation" (#80710)Valentin Clement (バレンタイン クレメン)10-276/+20
2024-02-05[mlir][openacc] Add legalize data pass for compute operation (#80351)Valentin Clement (バレンタイン クレメン)10-20/+276
2024-02-05[mlir][bufferization][NFC] Pass `DeallocationOptions` instead of flags (#80675)Matthias Springer5-26/+32
2024-02-05[mlir][EmitC] Add support for external functions (#80547)Marius Brehler8-26/+50
2024-02-05[mlir][ArmSME] Add rewrites to swap extract of extend (#80407)Cullen Rhodes2-1/+197
2024-02-05[mlir][ArmSME][nfc] Fix docs for 2-way opsCullen Rhodes1-5/+5
2024-02-05[OpenMPIRBuilder][MLIR] Pass target-cpu and target-features to outlined funct...Sergio Afonso3-2/+81
2024-02-05[mlir][bufferization] Never pass ownership to functions (#80655)Matthias Springer5-59/+56
2024-02-05[mlir][nvgpu] Improve `tensormap.descriptor` Type Verifier (#77904)Guray Ozen5-36/+78
2024-02-05[NFC][mlir] Fix Typo.Sheng1-1/+1
2024-02-04[mlir][EmitC] Drop unused code (NFC) (#80325)Marius Brehler2-8/+0
2024-02-02[mlir][openacc][NFC] Add information about getters for operands with device_t...Valentin Clement (バレンタイン クレメン)1-1/+34
2024-02-02[mlir][arith] Improve `extf` folder (#80232)Jakub Kuderski2-13/+49
2024-02-02[mlir][sparse] support sparse dilated convolution. (#80470)Peiming Liu4-34/+179
2024-02-02[Flang][MLIR][OpenMP] Use function-attached target attributes for OpenMP lowe...Sergio Afonso5-39/+42
2024-02-02[mlir] Fix -Wsign-compare in MemRefOps.cpp (NFC)Jie Fu1-2/+2
2024-02-02[mlir][ArmSME] Fold extracts from 3D create_masks of SME-like masks (#80148)Benjamin Maxwell2-3/+116
2024-02-02[MLIR][Vector] Implement memory effect for print (#80400)lorenzo chelini2-0/+10
2024-02-02[mlir][memref] `memref.subview`: Verify result strides with rank reductions (...Matthias Springer5-17/+42
2024-02-02[mlir][IR] Send notifications for `cloneRegionBefore` (#66871)Matthias Springer9-65/+107
2024-02-02[mlir][IR] Do not trigger `notifyOperationInserted` for unlinked ops (#80278)Matthias Springer2-5/+5
2024-02-02[mlir][IR] Notify about block insertion when cloning an op (#80262)Matthias Springer3-8/+78
2024-02-02[mlir] Skip invalid test on big endian platform (s390x) (#80246)Kai Sasaki2-23/+27
2024-02-01[mlir][py] Reduce size of allocation memrefs in test.Jacques Pienaar1-17/+16
2024-02-01[mlir][spirv][memref] Calculate alignment for `PhysicalStorageBuffer`s (#80243)Jakub Kuderski2-15/+148
2024-02-01[mlir][sparse] Support pretty print to debug sparse iteration. (#80207)Peiming Liu9-349/+293
2024-02-01[mlir][sparse] support non-id map for [Dis]assembleOp (#80355)Peiming Liu3-3/+84
2024-02-01[mlir][sparse] external entry method wrapper for sparse tensors (#80326)Aart Bik6-1/+382
2024-02-01[mlir][sparse] add sparsification options to pretty print and debug s… (#80...Peiming Liu2-2/+24