aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-02-22[mlir] Fix FunctionOpInterface extraSharedClassDeclaration to be fully namesp...shkoo1-113/+113
2024-02-22[mlir][Vector] Add missing CHECK rules to vector-transfer-flatten.mlir (#82698)Diego Caballero1-0/+2
2024-02-22[Tosa] Add Tosa Sin and Cos operators (#82510)Jerry-Ge4-0/+58
2024-02-22[MLIR] Fix LLVM dialect specification to use AnySignlessInteger instead of An...Mehdi Amini1-23/+23
2024-02-22Fix test/Dialect/Vector/vector-transfer-flatten.mlirDiego Caballero1-0/+4
2024-02-22[mlir][Vector] Fix bug in vector xfer op flattening transformation (#81964)Diego Caballero4-22/+65
2024-02-22[TOSA] TosaToLinalg: fix int64_t min/max lowering of clamp (#82641)Matthias Gehre2-12/+27
2024-02-22[mlir][mesh] add support in spmdization for incomplete sharding annotations (...Boian Petkantchin2-17/+42
2024-02-22[mlir][test] Add -march=aarch64 -mattr=+sve to test-scalable-interleaveBenjamin Maxwell1-1/+2
2024-02-22[mlir][test] Add integration tests for vector.interleave (#80969)Benjamin Maxwell2-0/+48
2024-02-22[mlir][Transforms][NFC] Turn block type conversion into `IRRewrite` (#81756)Matthias Springer1-430/+364
2024-02-22[mlir][Transforms] Dialect conversion: Improve signature conversion API (#81997)Matthias Springer2-10/+12
2024-02-21[mlir][Vector] Replace `vector.shuffle` with `vector.interleave` in vector na...Diego Caballero2-41/+68
2024-02-21Apply clang-tidy fixes for readability-container-size-empty in SerializeNVVMT...Mehdi Amini1-3/+3
2024-02-21Apply clang-tidy fixes for modernize-use-override in SerializeNVVMTarget.cpp ...Mehdi Amini1-1/+1
2024-02-21Apply clang-tidy fixes for llvm-qualified-auto in OperationSupportTest.cpp (NFC)Mehdi Amini1-2/+2
2024-02-21Apply clang-tidy fixes for llvm-qualified-auto in InterfaceAttachmentTest.cpp...Mehdi Amini1-1/+1
2024-02-21Apply clang-tidy fixes for readability-identifier-naming in SerializationTest...Mehdi Amini1-3/+3
2024-02-21[mlir][GPU] Remove the SerializeToCubin pass (#82486)Fabian Mora4-247/+0
2024-02-21[mlir] Use arith max or min ops instead of cmp + select (#82178)mlevesquedion13-218/+113
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber2-28/+1
2024-02-21[mlir][Vector] Add vector bitwidth target to xfer op flattening (#81966)Diego Caballero4-13/+137
2024-02-21[mlir][Transforms] Fix use-after-free in #82474 (#82504)Matthias Springer1-4/+7
2024-02-21[mlir][Transforms][NFC] Simplify `ArgConverter` state (#81462)Matthias Springer1-57/+22
2024-02-21[mlir][Transforms] Support rolling back properties in dialect conversion (#82...Matthias Springer3-2/+59
2024-02-21[mlir][Transforms][NFC] Turn in-place op modification into `IRRewrite` (#81245)Matthias Springer2-76/+74
2024-02-21[mlir] Apply ClangTidy performance fix.Adrian Kuegel1-2/+2
2024-02-21[mlir] fix memory leakAlex Zinenko1-0/+1
2024-02-21[MLIR][Python] Use ir.Value directly instead of _SubClassValueT (#82341)Sergei Lebedev6-24/+10
2024-02-21[MLIR][Python] Use isinstance() instead of issubclass(type(...), ...) (#82345)Sergei Lebedev2-3/+3
2024-02-21[mlir] expose transform interpreter to Python (#82365)Oleksandr "Alex" Zinenko15-31/+482
2024-02-21[mlir][docs] Fix broken docs (#82308)Kohei Yamaguchi3-2/+11
2024-02-20Fix pipeline-invalid.mlir bytecode roundtrip test (#82366)Matteo Franciolini1-2/+5
2024-02-20[mlir][sparse] assemble SoA COO correctly. (#82449)Peiming Liu2-39/+59
2024-02-20[mlir][Linalg] Add folders for `linalg.transpose` (#81709)Diego Caballero7-50/+69
2024-02-20[mlir][sparse] support SoA COO in codegen path. (#82439)Peiming Liu9-30/+43
2024-02-20[mlir][mesh] Better op result names (#82408)Boian Petkantchin3-10/+103
2024-02-20Apply clang-tidy fixes for performance-unnecessary-value-param in Serializati...Mehdi Amini1-1/+1
2024-02-20Apply clang-tidy fixes for performance-unnecessary-value-param in FileLineCol...Mehdi Amini1-1/+1
2024-02-20Apply clang-tidy fixes for readability-identifier-naming in BytecodeTest.cpp ...Mehdi Amini1-6/+6
2024-02-20Apply clang-tidy fixes for modernize-use-emplace in RewriterGen.cpp (NFC)Mehdi Amini1-1/+1
2024-02-20Apply clang-tidy fixes for llvm-prefer-isa-or-dyn-cast-in-conditionals in OpF...Mehdi Amini1-2/+2
2024-02-20[mlir][Vectorizer] Added support to Vectorize tensor.unpack (#76087)Balaji V. Iyer6-54/+337
2024-02-21[mlir][linalg] Add e2e test for linalg.mmt4d (#81790)Andrzej WarzyƄski1-0/+121
2024-02-20[mlir][sparse] support type conversion from SoA COO to memrefs. (#82398)Peiming Liu4-9/+99
2024-02-20[mlir][VectorOps] Add unrolling for n-D vector.interleave ops (#80967)Benjamin Maxwell10-0/+255
2024-02-20[mlir][EmitC] Remove `func.constant` from emitter (#82342)Marius Brehler2-10/+1
2024-02-20Fix duplicate mapping detection in gpu::setMappingAttr() (#77499)Thomas Preud'homme1-0/+1
2024-02-20[mlir][IR][NFC] Rename `notify*Removed` to `notify*Erased` (#82253)Matthias Springer10-70/+70
2024-02-19[MLIR] Add ODS support for generating helpers for dialect (discardable) attri...Mehdi Amini9-29/+136