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 97a60aa commit e5c7b48Copy full SHA for e5c7b48
.github/CODEOWNERS
@@ -60,6 +60,11 @@
60
/mlir/lib/Conversion/*ToROCDL @krzysz00 @kuhar
61
/mlir/include/mlir/Dialect/LLVMIR/ROCDL* @krzysz00 @kuhar
62
63
+# Arith dialects in MLIR.
64
+/mlir/include/mlir/Dialect/Arith @kuhar
65
+/mlir/lib/Dialect/Arith @kuhar
66
+/mlir/lib/Conversion/ArithTo* @kuhar
67
+
68
# XeGPU and XeVM dialects in MLIR.
69
/mlir/include/mlir/Dialect/XeGPU @charithaintc @Jianhui-Li
70
/mlir/lib/Dialect/XeGPU @charithaintc @Jianhui-Li
0 commit comments