aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-01-04[mlir][TD] Fix the order of return handles (#76929)Andrzej Warzyński5-15/+15
2024-01-04[mlir] don't use magic numbers in IRNumbering.cppAlex Zinenko1-5/+9
2024-01-04[mlir] fix bytecode writer after c1eab57673ef3eb28Alex Zinenko3-5/+68
2024-01-04Revert "[mlir] Add `res()` method to `linalg::ContractionOpInterface` (#76539)"Mitch Phillips4-60/+0
2024-01-04[mlir][dataflow]Fix dense backward dataflow intraprocedural hook (#76865)drblallo2-5/+29
2024-01-04Slightly improved ir.pyi type annotations (#76728)Sergei Lebedev1-74/+10
2024-01-04[mlir][docs] Update TD tutorial - Ch0 (#76858)Andrzej Warzyński1-8/+8
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar26-1091/+1323
2024-01-03[mlir] Add `res()` method to `linalg::ContractionOpInterface` (#76539)Jerry Wu4-0/+60
2024-01-03[mlir][mesh] Use one type for mesh axis (#76830)Boian Petkantchin7-45/+51
2024-01-03[mlir][docs] Capitalize "Transform" in "transform dialect" (#76840)Andrzej Warzyński6-19/+19
2024-01-04Revert "[mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#750...Muhammad Omair Javaid7-46/+48
2024-01-03[mlir][GPU] Expand LLVM function attribute copies (#76755)Krzysztof Drewniak2-26/+67
2024-01-03Revert "[mlir] Add config for PDL (#69927)"max23-1293/+1070
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar23-1070/+1293
2024-01-03[mlir] fix AsmPrinter after c1eab57673ef3eAlex Zinenko2-2/+9
2024-01-03[mlir][Pass] Enable the option for reproducer generation without crashing (#7...Puyan Lotfi7-53/+127
2024-01-03[mlir][tensor] Add a pattern to simplify tensor.unpack to collpase shape (#76...Han-Chung Wang3-2/+115
2024-01-03[mlir] update InferTypeOpInterface after c1eab57673ef3eAlex Zinenko1-2/+3
2024-01-03[mlir] Check if the stride tensor is empty. (#76428)Balaji V. Iyer2-1/+16
2024-01-03[mlir] fix Operation::getDiscardableAttrs in absence of properties (#76816)Oleksandr "Alex" Zinenko4-12/+66
2024-01-03[mlir][vector] Fix invalid `LoadOp` indices being created (#76292)Rik Huijzer2-14/+71
2024-01-03[mlir] introduce transform.num_associations (#76723)Oleksandr "Alex" Zinenko10-115/+152
2024-01-03[mlir][mesh] Fix -Wunused-variable in Spmdization.cpp (NFC)Jie Fu1-1/+1
2024-01-02[mlir][sparse] use a common util function to query the tensor level s… (#76...Peiming Liu1-94/+86
2024-01-02[mlir][mesh] Add resharding spmdization on a 1D device mesh (#76179)Boian Petkantchin14-55/+2004
2024-01-02[mlir][sparse] recognize NVidia 2:4 type for matmul (#76758)Aart Bik6-175/+204
2024-01-02[mlir] Add inferContractionDims util for indexing map inputs (#76081)Max1912-28/+65
2024-01-02[mlir][gpu] Add subgroup_reduce to shuffle lowering (#76530)Jakub Kuderski8-64/+408
2024-01-02[mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#75093)Michael Holman7-48/+46
2024-01-02[mlir][sparse] enable rt path for transpose COO (#76747)Aart Bik1-2/+1
2024-01-02[mlir][tosa] Move lowering of `tosa.transpose` to `tosa-to-linalg-named` (#75...Felix Schneider6-154/+99
2024-01-02[mlir][tensor] Improve tensor.pack simplication pattern. (#76606)Han-Chung Wang2-10/+54
2024-01-02[mlir][spirv] Add support for C-API/python binding to SPIR-V dialect (#76055)Jungwook Park7-0/+95
2024-01-02[mlir][EmitC] Disallow string attributes as initial values (#75310)Simon Camphausen3-34/+52
2024-01-02[mlir][llvm] Import call site calling conventions (#76391)Tobias Gysi3-2/+38
2024-01-02[mlir] Apply ClangTidy performance fixAdrian Kuegel2-4/+4
2024-01-02[mlir] Apply ClangTidy fix.Adrian Kuegel1-1/+1
2024-01-02[mlir] Apply ClangTidy findings.Adrian Kuegel2-3/+2
2024-01-02[flang][OpenMP][Offloading][AMDGPU] Add test for `target update` (#76355)Kareem Ergawy1-5/+6
2024-01-01[mlir] Make TypedValue::getType() const (#76568)Andrei Golubev1-1/+1
2024-01-01[MLIR][Presburger] Implement PresburgerSpace::mergeAndAlignSymbols (#76397)Bharathi Ramana Joshi3-0/+109
2024-01-01[mlir][linalg] Fix for invalid IR in eliminate_empty_tensors (#73513)Spenser Bauman2-1/+90
2024-01-01[MLIR][LLVM] Add llvm.intr.coro.promise (#76640)yonillasky3-0/+24
2023-12-31[MLIR][Presburger] Fix bug in Identifier::isEqual assert (#76380)Bharathi Ramana Joshi2-2/+17
2023-12-30[MLIR][Presburger] Fix a bug with determinant of IntMatrix (#76622)Abhinav2718282-0/+6
2023-12-30[mlir][tensor] Centralize pack/unpack related patterns. (#76603)Han-Chung Wang7-50/+48
2023-12-29[mlir] fix affine-loop-fusion crash (#76351)long.chen2-1/+36
2023-12-28[mlir][gpu] Add patterns to break down subgroup reduce (#76271)Jakub Kuderski7-5/+261
2023-12-28[mlir][gpu][docs] fix incorrect syntax for gpu.launch (#76381)youkaichao1-1/+1