[llvm] [NFC] Add myself to CODEOWNERS for AMD dialects (PR #164289)
Krzysztof Drewniak via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 20 10:46:23 PDT 2025
https://github.com/krzysz00 updated https://github.com/llvm/llvm-project/pull/164289
>From dd7904079eef8f55b6ea38aaf7110f1cfe56a3de Mon Sep 17 00:00:00 2001
From: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: Mon, 20 Oct 2025 17:39:54 +0000
Subject: [PATCH 1/2] [NFC] Add myself to CODEOWNERS for AMD dialects
Having taken on a maintainer role for these dialects, make it official
with a CODEOWNERS entry.
---
.github/CODEOWNERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 64fb60a486a7c..18614474457ac 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -53,6 +53,13 @@
/mlir/include/mlir/Interfaces/DestinationStyleOpInterface.* @matthias-springer
/mlir/lib/Interfaces/DestinationStyleOpInterface.* @matthias-springer
+# AMDGPU and ROCDL dialects in MLIR
+/mlir/include/mlir/Dialect/AMDGPU @krzysz00
+/mlir/lib/Dialect/AMDGPU @krzysz00
+/mlir/lib/Conversion/*AMDGPU* @krzysz00
+/mlir/lib/Conversion/*ToROCDL @krzysz00
+/mlir/include/mlir/Dialect/LLVMIR/ROCDL* @krzysz00
+
# Bufferization Dialect in MLIR.
/mlir/include/mlir/Dialect/Bufferization @matthias-springer
/mlir/lib/Dialect/Bufferization @matthias-springer
>From bfd79cdde835ae34f74743ae939e2561146f8ff9 Mon Sep 17 00:00:00 2001
From: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: Mon, 20 Oct 2025 12:46:16 -0500
Subject: [PATCH 2/2] Period in comma
Co-authored-by: Jakub Kuderski <kubakuderski at gmail.com>
---
.github/CODEOWNERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 18614474457ac..4b47ae4761dd8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -53,7 +53,7 @@
/mlir/include/mlir/Interfaces/DestinationStyleOpInterface.* @matthias-springer
/mlir/lib/Interfaces/DestinationStyleOpInterface.* @matthias-springer
-# AMDGPU and ROCDL dialects in MLIR
+# AMDGPU and ROCDL dialects in MLIR.
/mlir/include/mlir/Dialect/AMDGPU @krzysz00
/mlir/lib/Dialect/AMDGPU @krzysz00
/mlir/lib/Conversion/*AMDGPU* @krzysz00
More information about the llvm-commits
mailing list