summaryrefslogtreecommitdiff
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
* [mlir][sparse] Fixing sparse_reshape.mlir integration test (followup to D150822)wren romano2023-05-171-4/+4
* [mlir][sparse] Fixing GPU tests (followup to D150330)wren romano2023-05-173-6/+6
* [mlir][sparse] Renaming the STEA field `dimLevelType` to `lvlTypes`wren romano2023-05-17172-1240/+1229
* [mlir][irdl] Add `irdl.any_of` operationMathieu Fehr2023-05-1711-27/+525
* [mlir][openacc] Add firstprivate representationValentin Clement2023-05-173-23/+218
* [mlir][openacc] Add private representationValentin Clement2023-05-175-1/+185
* [mlir][vector] Separate out vector transfer + tensor slice patternsLei Zhang2023-05-178-312/+384
* [mlir] don't hardcode PDL_Operation in Transform dialect extensionsAlex Zinenko2023-05-1726-212/+193
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber2023-05-172-2/+9
* [mlir][irdl] Add verification of IRDL opsMathieu Fehr2023-05-1710-5/+412
* [mlir][llvm] Mark additional ops as pure.Tobias Gysi2023-05-172-2/+2
* [mlir][llvm] Saturation arithmetic intrinsics.Tobias Gysi2023-05-173-0/+143
* [mlir][openacc][NFC] Rename ReductionOp to ReductionOperatorValentin Clement2023-05-161-23/+25
* [mlir][sparse] Add sparse rewriting rules for tensor::ReshapeOpAnlun Xu2023-05-163-1/+234
* [mlir][sparse][gpu] set cubin flag when building for cudaAart Bik2023-05-161-0/+8
* [mlir][sparse] Add a helper class to help lowering operations with/without fu...Peiming Liu2023-05-162-143/+181
* [Clang][Flang][OpenMP] Add loadOffloadInfoMetadata and createOffloadEntriesAn...Andrew Gozillon2023-05-161-4/+8
* [mlir][Linalg] Split vectorization testsAndrzej Warzynski2023-05-164-1205/+1201
* [mlir][openacc] Add ReturnLike trait to acc.yield operationValentin Clement2023-05-162-1/+3
* [mlir][llvm] Add is constant intrinsic.Tobias Gysi2023-05-163-3/+25
* [mlir][GPU] Rename MLIRGPUOps CMake target to MLIRGPUDialectMatthias Springer2023-05-1621-22/+22
* [mlir] drop spurious PDL includeAlex Zinenko2023-05-161-1/+0
* [mlir][llvm] Add expect intrinsics.Tobias Gysi2023-05-168-3/+89
* [mlir] Fix memory explosion when converting global variable bodies in ModuleT...Tung D. Le2023-05-162-0/+25
* [mlir][nfc] Remove unnecessary `-split-input-file`Andrzej Warzynski2023-05-161-1/+1
* [MemRefToLLVM][NFC] Use early exit for the getter of the buffer ptrQuentin Colombet2023-05-161-11/+13
* [mlir] [mem2reg] Adapt to be pattern-friendly.Théo Degioanni2023-05-1611-225/+357
* [mlir] update types in remaining Linalg TransformOps testAlex Zinenko2023-05-1617-319/+319
* [mlir] make structured transform ops use typesAlex Zinenko2023-05-1646-1123/+1304
* [mlir][linalg] Add a test for linalg.matmul --> vector.outerproductAndrzej Warzynski2023-05-161-0/+36
* [mlir] Add mlir translate flag to print errors only.Tobias Gysi2023-05-162-3/+60
* [mlir][sparse] change runners to c_runnersAart Bik2023-05-154-4/+4
* [mlir][tosa] Fold consecutive negate as no-opKai Sasaki2023-05-163-0/+23
* Fix MLIR build (typo in VectorOps.cpp)Mehdi Amini2023-05-151-5/+3
* [mlir][spirv] Check type legality using converter for vectorsLei Zhang2023-05-152-5/+30
* Adopt Properties to store operations inherent Attributes in the X86Vector dia...Mehdi Amini2023-05-151-0/+1
* Adopt Properties to store operations inherent Attributes in the Vector dialectMehdi Amini2023-05-152-4/+7
* Adopt Properties to store operations inherent Attributes in the Transform dia...Mehdi Amini2023-05-152-1/+2
* [TOSA] Add QuantizationDialect to TOSA's dependentDialectsTai Ly2023-05-151-1/+1
* Fix ConstShapeOp::inferReturnTypes to be resilient to lack of propertiesMehdi Amini2023-05-151-1/+7
* Add an operator == and != to properties, use it in DuplicateFunctionEliminationMehdi Amini2023-05-154-23/+37
* Cleanup uses of getAttrDictionary() in MLIR to use getDiscardableAttrDictiona...Mehdi Amini2023-05-1515-51/+70
* [mlir][sparse][gpu] end-to-end integration test of GPU libgen approachAart Bik2023-05-151-0/+98
* [mlir] Fix a warningKazu Hirata2023-05-151-1/+1
* [mlir][sparse][gpu] first implementation of the GPU libgen approachAart Bik2023-05-157-18/+421
* [mlir][memref] Extract isStaticShapeAndContiguousRowMajor as a util function.Oleg Shyshkov2023-05-156-29/+74
* [MLIR][ROCDL] add gpu to rocdl erf supportManupa Karunaratne2023-05-152-0/+17
* [mlir] allow repeated payload in structured.fuse_into_containingAlex Zinenko2023-05-154-6/+52
* [mlir][scf][bufferize] Fix bug in WhileOp analysis verificationMatthias Springer2023-05-152-4/+22
* [mlir][bufferization] Add option to dump alias setsMatthias Springer2023-05-155-1/+44