From 53923793b703ea401f697431844975d287fcf617 Mon Sep 17 00:00:00 2001 From: Rolf Morel Date: Wed, 17 Sep 2025 22:26:34 +0100 Subject: [PATCH] [MLIR][DLTI] Update codeowners for DLTI dialect Add me to the document so that I will receive notifications in case there are any changes to DLTI infrastructure. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 742bdbea3023d..8c8d07f655493 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -59,6 +59,10 @@ /mlir/**/BufferizableOpInterfaceImpl.* @matthias-springer /mlir/Dialect/*/Transforms/Bufferize.cpp @matthias-springer +# DLTI Dialect in MLIR +/mlir/**/Dialect/DLTI @rolfmorel +/mlir/**/DataLayoutInterfaces.* @rolfmorel + # Linalg Dialect in MLIR. /mlir/include/mlir/Dialect/Linalg @dcaballe @nicolasvasilache @rengolin /mlir/lib/Dialect/Linalg @dcaballe @nicolasvasilache @rengolin