From e7e45cdcec913a4509df1fc8853580d5a7a91124 Mon Sep 17 00:00:00 2001 From: Igor Wodiany Date: Tue, 17 Mar 2026 20:49:58 +0000 Subject: [PATCH] [spirv][mlir] Add myself to CODEOWNERS (#187115) --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e3b7f9c35035..4111e02c07f2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -134,10 +134,10 @@ /mlir/**/*TransformOps* @ftynse @nicolasvasilache @rolfmorel # SPIR-V Dialect in MLIR. -/mlir/**/SPIRV/ @antiagainst @kuhar -/mlir/**/SPIRVTo*/ @antiagainst @kuhar -/mlir/**/*ToSPIRV/ @antiagainst @kuhar -/mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp @antiagainst @kuhar +/mlir/**/SPIRV/ @antiagainst @kuhar @IgWod +/mlir/**/SPIRVTo*/ @antiagainst @kuhar @IgWod +/mlir/**/*ToSPIRV/ @antiagainst @kuhar @IgWod +/mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp @antiagainst @kuhar @IgWod # MLIR Sparsifier. /mlir/**/*SparseTensor*/ @aartbik @PeimingLiu @yinying-lisa-li @matthias-springer