Skip to content

Commit 4796718

Browse files
authored
Update CODEOWNERS to include new tests and dialect owners (iree-org#22213)
- Update CODEOWNERS for myself, adding myself to GPU/LinalgExt/VectorExt dialect owners. - Add CODEOWNERS for iree-tests-suites to be me, @MaheshRavishankar and @kuhar - Add @kuhar to Common/GPU owners
1 parent b7ce6c5 commit 4796718

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,30 @@
4545
# llvm-external-projects
4646
/llvm-external-projects/ @stellaraccident
4747
/llvm-external-projects/iree-dialects/ @MaheshRavishankar
48-
/llvm-external-projects/iree-dialects/**/VectorExt/* @Groverkss
4948

5049
# Other Top-Level Directories
5150
/docs/ @ScottTodd
5251
/tools/ @benvanik
5352

53+
# Tests
54+
/tests/external/iree-test-suites @Groverkss @MaheshRavishankar @kuhar
55+
5456
# Compiler
5557
/compiler/src/iree/compiler/ @benvanik
5658
/compiler/src/iree/compiler/Codegen/ @MaheshRavishankar
5759
/compiler/src/iree/compiler/Codegen/Common @hanhanW
58-
/compiler/src/iree/compiler/Codegen/Common/GPU @antiagainst @qedawkins
60+
/compiler/src/iree/compiler/Codegen/Common/GPU @antiagainst @qedawkins @Groverkss @kuhar
5961
/compiler/src/iree/compiler/Codegen/Dialect/CPU @hanhanW
6062
/compiler/src/iree/compiler/Codegen/Dialect/GPU @antiagainst @qedawkins
63+
/compiler/src/iree/compiler/Codegen/Dialect/VectorExt @Groverkss
6164
/compiler/src/iree/compiler/Codegen/ExternalInterfaces @hanhanW
6265
/compiler/src/iree/compiler/Codegen/LLVMCPU/ @hanhanW @MaheshRavishankar @pashu123
6366
/compiler/src/iree/compiler/Codegen/LLVMGPU/ @MaheshRavishankar @qedawkins @kuhar @Groverkss
6467
/compiler/src/iree/compiler/Codegen/SPIRV/ @antiagainst @MaheshRavishankar @kuhar
6568
/compiler/src/iree/compiler/ConstEval/ @hanhanW @stellaraccident
6669
/compiler/src/iree/compiler/Dialect/Encoding/ @bjacob @hanhanW
6770
/compiler/src/iree/compiler/Dialect/Flow/ @hanhanW @MaheshRavishankar @IanWood1
68-
/compiler/src/iree/compiler/Dialect/LinalgExt/ @hanhanW @MaheshRavishankar
71+
/compiler/src/iree/compiler/Dialect/LinalgExt/ @hanhanW @MaheshRavishankar @Groverkss
6972
/compiler/src/iree/compiler/Dialect/TensorExt/ @hanhanW
7073
/compiler/src/iree/compiler/Dialect/Vulkan/ @antiagainst @kuhar
7174
/compiler/src/iree/compiler/DispatchCreation/ @hanhanW @MaheshRavishankar @IanWood1

0 commit comments

Comments
 (0)