aboutsummaryrefslogtreecommitdiff
path: root/mlir/tools
AgeCommit message (Expand)AuthorFilesLines
2024-01-18[MLIR][ODS] Check hasProperties when generating populateDefaultAttrs (#78525)Billy Zhu1-1/+1
2024-01-15[mlir] Reformat whitespace in dependent dialects codegen (#78090)mlevesquedion2-20/+30
2024-01-12[mlir][Interfaces] `DestinationStyleOpInterface`: Rename `hasTensor/BufferSem...Matthias Springer1-1/+1
2024-01-11[mlir][TilingInterface] Move TilingInterface tests to use transform dialect o...MaheshRavishankar1-2/+2
2024-01-10[mlir][mesh] Add lowering of process multi-index op (#77490)Boian Petkantchin1-0/+2
2024-01-09[mlir][mesh] Add folding of ClusterShapeOp (#77033)Boian Petkantchin1-1/+1
2024-01-05add prop-dict support for custom directive for mlir-tblgen (#77061)drazi1-3/+8
2024-01-05[MLIR] Support interrupting AffineExpr walks (#74792)Uday Bondhugula1-5/+7
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar3-13/+32
2024-01-04Revert "[mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#750...Muhammad Omair Javaid1-14/+14
2024-01-03Revert "[mlir] Add config for PDL (#69927)"max3-15/+6
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar3-6/+15
2024-01-02[mlir][mesh] Add resharding spmdization on a 1D device mesh (#76179)Boian Petkantchin1-0/+2
2024-01-02[mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#75093)Michael Holman1-14/+14
2023-12-28[mlir][gpu] Add patterns to break down subgroup reduce (#76271)Jakub Kuderski1-2/+2
2023-12-27[mlir::spirv] Support scf.if in mlir-vulkan-runner (#75367)Xiang Li1-2/+3
2023-12-23[mlir][doc] Escape effects, interfaces, and traits (#76297)Rik Huijzer1-3/+9
2023-12-19[mlir][gpu] Productize `test-lower-to-nvvm` as `gpu-lower-to-nvvm` (#75775)Guray Ozen1-3/+0
2023-12-13[mlir] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata6-8/+8
2023-12-12Add missing dep on MLIRToLLVMIRTranslationRegistration to mlir-opt. (#75111)Stella Laurenzo2-0/+8
2023-12-12[mlir][mesh] Add endomorphism simplification for all-reduce (#73150)Boian Petkantchin2-0/+3
2023-12-01[mlir] Expose type and attribute names in the MLIRContext and abstract type/a...Fehr Mathieu1-0/+17
2023-11-30[mlir][docgen] Add ops source link (#73657)Rik Huijzer1-10/+24
2023-11-21[mlir][async] Avoid crash when not using `func.func` (#72801)Rik Huijzer1-0/+2
2023-11-14[mlir][affine][nfc] cleanup deprecated T.cast style functions (#71269)long.chen1-1/+1
2023-11-07[mlir][python] value casting (#69644)Maksim Levental1-3/+11
2023-11-03[mlir] Fix unused variable warning. (NFC)Jacques Pienaar1-1/+2
2023-11-03[mlir] Expand default arg builders to wrapped attributes.Jacques Pienaar1-6/+28
2023-11-02[mlir][attrtypedef] Sort by def order in file. (#71083)Jacques Pienaar1-1/+6
2023-10-31[mlir][bytecode] Implements back deployment capability for MLIR dialects (#70...Matteo Franciolini1-2/+2
2023-10-31Reland "[MLIR][FuncToLLVM] Remove typed pointer support" (#70717)Christian Ulmann1-2/+1
2023-10-30Remove the opaque pointers flag from toolsBenjamin Kramer2-21/+6
2023-10-30Update mlir-spirv-cpu-runner.cpp (#70649)tsitdikov1-2/+2
2023-10-27[mlir][bytecode] Fix D155919 and enable backward-compatibility and back-deplo...Matteo Franciolini1-24/+81
2023-10-27Reland [mlir][tools] Introduce tblgen-to-irdl tool (#70121)Kunwar Grover4-0/+204
2023-10-24[mlir][ods] Emit bytecode readers with generic Attribute/Type (NFC)Mogball1-1/+1
2023-10-19[mlir][python] remove mixins (#68853)Maksim Levental1-28/+12
2023-10-19[mlir][drr] Set operand segment in rewriteJacques Pienaar1-0/+21
2023-10-13[mlir][mlir-query] Introduce mlir-query tool with autocomplete supportDevajith3-0/+84
2023-10-13[mlir][ODS] Omit printing default-valued attributes in oilists (#68880)Benjamin Maxwell1-8/+18
2023-10-13[mlir][doc] Trim summary text during DocGen (#68477)Rik Huijzer1-2/+3
2023-10-12Revert "[mlir][ODS] Omit printing default-valued attributes in oilists (#68694)"Benjamin Maxwell1-18/+8
2023-10-12[mlir][ODS] Omit printing default-valued attributes in oilists (#68694)Benjamin Maxwell1-8/+18
2023-10-12[mlir][python] Improve sanitization of python names (#68801)JoelWee1-13/+15
2023-10-11[mlir][docgen] Add option to enable Hugo Docs specific features (#68725)Benjamin Maxwell1-2/+6
2023-10-10[mlir][python] Handle dashes in op nameJoelWee1-3/+7
2023-10-09[mlir][python] generate value builders (#68308)Maksim Levental1-13/+62
2023-10-09Revert "[mlir][tools] Introduce tblgen-to-irdl tool (#66865)"Thurston Dang4-203/+0
2023-10-07[mlir][tools] Introduce tblgen-to-irdl tool (#66865)Kunwar Grover4-0/+203
2023-10-05[mlir] Fix `empty-tensor-elimination` around self-copies (#68129)long.chen1-7/+7