[llvm] [GitHub] Add codeowners for mlir/spirv (PR #72412)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 08:57:16 PST 2023


https://github.com/kuhar created https://github.com/llvm/llvm-project/pull/72412

Add @antiagainst and @kuhar as codeowners for SPIR-V in MLIR. This is to assign reviewers automatically.

We already have a self-serve mechanism for subscribing to mlir/spirv issues (@llvm/pr-subscribers-mlir-spirv), but this codeowners change reflects a narrower set of core authors/maintainers for this part of the mlir.

>From 1f13d173860677198b0b3c4a8f989d3fb1c535c7 Mon Sep 17 00:00:00 2001
From: Jakub Kuderski <jakub at nod-labs.com>
Date: Wed, 15 Nov 2023 11:50:43 -0500
Subject: [PATCH] [GitHub] Add codeowners for mlir/spirv

Add @antiagainst and @kuhar as codeowners for SPIR-V in MLIR. This is to
assign reviewers automatically.

We already have a self-serve mechanism for subscribing to mlir/spirv issues
(@llvm/pr-subscribers-mlir-spirv), but this codeowners change reflecs a narrower
set of core authors/maintainers for this part of the mlir.
---
 .github/CODEOWNERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e2635ffb3eaf0b1..177776897406a1f 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -32,3 +32,12 @@
 /clang/www/make_cxx_dr_status @Endilll
 
 /lldb/ @JDevlieghere
+
+# SPIR-V in MLIR.
+/mlir/include/mlir/Dialect/SPIRV/ @antiagainst @kuhar
+/mlir/lib/Dialect/SPIRV/ @antiagainst @kuhar
+/mlir/include/mlir/Conversion/SPIRVTo*/ @antiagainst @kuhar
+/mlir/include/mlir/Conversion/*ToSPIRV/ @antiagainst @kuhar
+/mlir/lib/Conversion/SPIRVTo*/ @antiagainst @kuhar
+/mlir/lib/Conversion/*ToSPIRV/ @antiagainst @kuhar
+/mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp @antiagainst @kuhar



More information about the llvm-commits mailing list