We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d5f9d commit 13228b2Copy full SHA for 13228b2
.github/CODEOWNERS
@@ -59,6 +59,10 @@
59
/mlir/**/BufferizableOpInterfaceImpl.* @matthias-springer
60
/mlir/Dialect/*/Transforms/Bufferize.cpp @matthias-springer
61
62
+# DLTI Dialect in MLIR
63
+/mlir/**/Dialect/DLTI @rolfmorel
64
+/mlir/**/DataLayoutInterfaces.* @rolfmorel
65
+
66
# Linalg Dialect in MLIR.
67
/mlir/include/mlir/Dialect/Linalg @dcaballe @nicolasvasilache @rengolin
68
/mlir/lib/Dialect/Linalg @dcaballe @nicolasvasilache @rengolin
0 commit comments