From 3b6a2d74ea7066f7e9e6d596caf8e4d81c6d996c Mon Sep 17 00:00:00 2001 From: hanhanW Date: Mon, 27 Nov 2023 13:30:50 -0800 Subject: [PATCH] [GitHub] Add @hanhanW to CODEOWNERS for relevant files. --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3e9c503f65843..b9a28edc9daf4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -42,6 +42,14 @@ /mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp @MaheshRavishankar /mlir/lib/Interfaces/TilingInterface.* @MaheshRavishankar +/mlir/**/*EmulateNarrowType* @hanhanW +/mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp @hanhanW +/mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp @hanhanW +/mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp @hanhanW +/mlir/lib/Dialect/Tensor/IR/TensorTilingInterfaceImpl.cpp @hanhanW +/mlir/lib/Dialect/Tensor/Transforms/FoldIntoPackAndUnpackPatterns.cpp @hanhanW +/mlir/lib/Dialect/Vector/Transforms/* @hanhanW + # Transform Dialect in MLIR. /mlir/include/mlir/Dialect/Transform/* @ftynse /mlir/lib/Dialect/Transform/* @ftynse