Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mlir/docs
AgeCommit message (Expand)Author
2022-11-04Add TOC to GPU.mdOleksandr "Alex" Zinenko
2022-11-03[mlir] Include anchor op in reproducer pipeline stringrkayaith
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-10-31[mlir][doc] Update op optional-group asm format docrkayaith
2022-10-28[mlir] Fix typo s/utilties/utilities/ (including in file name)Emilio Cota
2022-10-25[mlir:LLVM] Rewrite the LLVMIR export to use the debug info attributesRiver Riddle
2022-10-25Add a document on side effects & speculation in MLIRSanjoy Das
2022-10-23Fix #58322: Handlers for debug actions with equal parameter types must not ov...Tomás Longeri
2022-10-17[mlir][ods] Do not print default-valued attributes when the value is equal to...Jeremy Furtek
2022-10-13[mlir][ods] Allow custom directives in optional groupsJeff Niu
2022-10-12Introduce a ConditionallySpeculatable op interfaceSanjoy Das
2022-10-12[mlir][doc] move transform dialect docs to .md, NFCAlex Zinenko
2022-10-12[mlir] document transform dialect typesAlex Zinenko
2022-10-11[mlir] generate docs for GPU transform extensionAlex Zinenko
2022-10-11[mlir] add types to the transform dialectAlex Zinenko
2022-10-07[mlir][doc] Remove trailing whitespace (NFC)Jacques Pienaar
2022-10-05[mlir] tweak declarative assembly docOleksandr "Alex" Zinenko
2022-10-04[mlir][tensor][NFC] Rename linalg.init_tensor to tensor.emptyMatthias Springer
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-28[mlir] Add macro for enabling all generated pass declarationsrkayaith
2022-09-28[mlir:LSP] Add bullet for tablegen hover in the vscode sectionRiver Riddle
2022-09-28[mlir:LSP] Add a doc blurb for bytecode editing supportRiver Riddle
2022-09-28[TableGen:LSP] Add hover support for records and recordvalsRiver Riddle
2022-09-27[mlir][spirv] Use "SPIR-V" in the doc after dialect renamingLei Zhang
2022-09-26Revert "[mlir][spirv] Change td def/class prefix from SPV to SPIRV"Jakub Kuderski
2022-09-26[mlir][spirv] Change td def/class prefix from SPV to SPIRVJakub Kuderski
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski
2022-09-20[mlir][ods] Generalize default/optional parametersJeff Niu
2022-09-20[mlir][ods] Format: allow anchors in the else elementsJeff Niu
2022-09-19[mlir] Add Dynamic DialectsMathieu Fehr
2022-09-17[mlir] use strided layout in structured codegen-related testsAlex Zinenko
2022-09-13[mlir:Bytecode] Add support for encoding resourcesRiver Riddle
2022-09-09[mlir] Improve bitEnumContains methods.Hanhan Wang
2022-09-07[mlir] Flip default value of emitAccessorPrefix to kEmitAccessorPrefix_PrefixedRiver Riddle
2022-09-07[mlir] Improve BitEnumAttr, update documentationKrzysztof Drewniak
2022-08-30[mlir] materialize strided memref layout as attributeAlex Zinenko
2022-08-30[MLIR] Unique autogenerated file for tablegen passesMichele Scuttari
2022-08-29[MLIR] Fix autogenerated pass constructors linkageMichele Scuttari
2022-08-26[mlir:Bytecode] Add encoding support for a majority of the builtin attributesRiver Riddle
2022-08-24[MLIR] Split autogenerated pass declarations & C++ controllable pass optionsMichele Scuttari
2022-08-24[mlir:Bytecode] Add initial support for dialect defined attribute/type encodingsRiver Riddle
2022-08-22[mlir] Add initial support for a binary serialization formatRiver Riddle
2022-08-20[mlir][docs] Migrate away from deprecated llvm::Optional methodsFangrui Song
2022-08-13[mlir][ods] Rename Confined and AllAttrConstraintsOfJeff Niu
2022-08-13[mlir][ods] Support string literals in `custom` directivesJeff Niu
2022-08-13(Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu
2022-08-12Revert "[mlir] Switch segment size attributes to DenseI32ArrayAttr"Alex Zinenko
2022-08-12[mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu
2022-08-10[mlir][LLVMIR] "Modernize" Insert/ExtractValueOpJeff Niu
2022-08-08[mlir][doc] Cross link the dependent dialect section to the tablegen field de...Mehdi Amini