[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:47:51 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/3] [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/3] 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

>From 31cda915711618497f8919525650d3a14220a5cd Mon Sep 17 00:00:00 2001
From: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: Mon, 20 Oct 2025 17:47:39 +0000
Subject: [PATCH 3/3] Add Jakub

---
 .github/CODEOWNERS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4b47ae4761dd8..3a0a291ccb24c 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -54,11 +54,11 @@
 /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
+/mlir/include/mlir/Dialect/AMDGPU @krzysz00 @kuhar
+/mlir/lib/Dialect/AMDGPU @krzysz00 @kuhar
+/mlir/lib/Conversion/*AMDGPU* @krzysz00 @kuhar
+/mlir/lib/Conversion/*ToROCDL @krzysz00 @kuhar
+/mlir/include/mlir/Dialect/LLVMIR/ROCDL* @krzysz00 @kuhar
 
 # Bufferization Dialect in MLIR.
 /mlir/include/mlir/Dialect/Bufferization @matthias-springer



More information about the llvm-commits mailing list