aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-linalg-ods-gen
AgeCommit message (Expand)AuthorFilesLines
2023-09-21[mlir][Interfaces] Clean up `DestinationStyleOpInterface` (#67015)Matthias Springer1-3/+2
2023-08-30[mlir-linalg-ods-yaml-gen] Fix a bug in getDpsInitsPositionRangeAndrey Turetskiy1-0/+4
2023-08-16[mlir][Linalg] Fix formatting of generated docs markdownBenjamin Maxwell1-4/+2
2023-05-26[mlir] Move tblgen code generation to use functional forms of cast/isaTres Popp1-1/+1
2022-10-28[mlir] Rename getInputs->getDpsInputs and getOutputs->getDpsInits in DPS inte...Alexander Belyaev1-1/+1
2022-10-13[mlir] Remove iterator_types() method from LinalgStructuredInterface.Oleg Shyshkov1-1/+1
2022-10-03[mlir][linalg][NFC] Drop emitAccessorPrefix from Linalg dialectMatthias Springer1-2/+2
2022-08-22[mlir] Populate default attributes on op creationJacques Pienaar1-4/+4
2022-07-19[mlir] Flip LinAlg dialect to _BothJacques Pienaar1-2/+2
2022-04-20[mlir][linalg] Add ods-gen helper to simplify the build methods.gysit1-16/+2
2022-04-20[mlir][linalg] Avoid template methods for parsing and printing.gysit1-2/+4
2022-03-08[mlir][OpDSL] Add support for adding canonicalization patterns.gysit1-0/+55
2022-03-01[mlir][OpDSL] Rename function to make signedness explicit (NFC).gysit1-6/+6
2022-03-01[mlir][OpDSL] Add arithmetic function attributes.gysit1-8/+32
2022-02-25[mlir][OpDSL] Split arithmetic functions.gysit1-2/+57
2022-02-25[mlir][OpDSL] Refactor function handling.gysit1-6/+10
2022-02-25[mlir][OpDSL] Add type function attributes.gysit1-13/+32
2022-02-14[mlir][linalg] Add attributes to region builder (NFC).gysit1-3/+4
2022-02-14[mlir][OpDSL] Add default value to index attributes.gysit1-12/+15
2022-02-11[mlir][OpDSL] Add support for basic rank polymorphism.gysit1-0/+52
2022-01-07[mlir][OpDSL] Rename `PrimFn` to `ArithFn`.gysit1-2/+2
2022-01-07[mlir][OpDSL] Add `TypeFn` class.gysit1-6/+6
2022-01-07[mlir][OpDSL] Rename `AttributeDef` to `IndexAttrDef`.gysit1-1/+1
2021-11-09[mlir] Refactor ElementsAttr's value access APIRiver Riddle1-2/+2
2021-10-07[mlir][linalg] Add unsigned min/max/cast function to OpDSL.Tobias Gysi1-2/+4
2021-09-30[mlir] Remove old "tc" linalg ods generator.Stella Laurenzo1-209/+0
2021-08-23[mlir][Linalg] Allow all build methods of Structured ops to specify additiona...MaheshRavishankar1-1/+2
2021-08-19Revert "[mlir][Linalg] Allow all build methods of Structured ops to specify a...MaheshRavishankar2-3/+1
2021-08-19[mlir][Linalg] Allow all build methods of Structured ops to specify additiona...MaheshRavishankar2-1/+3
2021-08-19[mlir][linalg] Set result types in all builders.Tobias Gysi1-0/+6
2021-06-28[mlir][linalg] Remove the StructuredOp capture mechanism.Tobias Gysi2-8/+7
2021-06-24[mlir][linalg][python] Add attribute support to the YAML codegen.Tobias Gysi1-29/+48
2021-06-15[mlir][linalg] Adapt yaml codegen to support scalar parameters.Tobias Gysi1-10/+23
2021-05-20[mlir][Linalg] NFC - Drop Linalg EDSC usageNicolas Vasilache2-30/+36
2021-05-19[mir][Python][linalg] Support OpDSL extensions in C++.Tobias Gysi1-0/+137
2021-03-10[mlir][linalg] Add support for using scalar attributes in TC ops.Hanhan Wang1-4/+4
2021-03-04[mlir] ODS: change OpBuilderDAG to OpBuilderAlex Zinenko1-1/+1
2021-03-03[mlir][linalg] Delete unused vars if there are shaped-only operands.Hanhan Wang1-0/+2
2021-03-02[mlir][linalg] Only generate one var for an attrUse.Hanhan Wang1-5/+3
2021-02-26[mlir][linalg] Allow TC ops taking an unused shaped operand.Hanhan Wang1-0/+11
2021-02-24[mlir][linalg] Reuse the symbol if attribute uses are identical.Hanhan Wang1-5/+9
2021-02-24[mlir][linalg] Support for using output values in TC definitions.Hanhan Wang1-6/+18
2021-02-12[mlir][Linalg] Improve region support in Linalg opsMehdi Amini1-3/+3
2021-02-12Revert "[mlir][Linalg] Improve region support in Linalg ops."Mehdi Amini1-3/+3
2021-02-12[mlir][Linalg] Improve region support in Linalg ops.Nicolas Vasilache1-3/+3
2021-02-09[mlir][linalg] Verify indexing map required attributesLei Zhang1-0/+12
2021-01-15[mlir][linalg] Support generating builders for named op attributesLei Zhang1-0/+18
2021-01-14[mlir][linalg] Add docstring support for named op specLei Zhang1-0/+19
2021-01-13[mlir][linalg] Use attributes in named ops' indexing mapsLei Zhang1-9/+40
2021-01-12Reland "[mlir][linalg] Support parsing attributes in named op spec"Lei Zhang1-0/+22