diff options
author | Oleksandr "Alex" Zinenko <zinenko@google.com> | 2023-11-20 16:50:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 16:50:34 +0100 |
commit | 37fa32785e23198fc9585296e990b18abfd2ba90 (patch) | |
tree | 1589a704e6a2518c73f945e82c0f5cec45de3c38 | |
parent | 59d14b623357d9b0514a9575e6d92474694b2f74 (diff) | |
download | llvm-37fa32785e23198fc9585296e990b18abfd2ba90.zip llvm-37fa32785e23198fc9585296e990b18abfd2ba90.tar.gz llvm-37fa32785e23198fc9585296e990b18abfd2ba90.tar.bz2 |
Add @ftynse as GitHub codeowner for MLIR Transform dialect (#72882)
-rw-r--r-- | .github/CODEOWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4052d88..3e9c503 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -42,6 +42,10 @@ /mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp @MaheshRavishankar /mlir/lib/Interfaces/TilingInterface.* @MaheshRavishankar +# Transform Dialect in MLIR. +/mlir/include/mlir/Dialect/Transform/* @ftynse +/mlir/lib/Dialect/Transform/* @ftynse + # SPIR-V in MLIR. /mlir/**/SPIRV/ @antiagainst @kuhar /mlir/**/SPIRVTo*/ @antiagainst @kuhar |