Skip to content

Commit 02593fa

Browse files
authored
[CODEOWNERS] Add llvm-reviewers-benchmarking to CODEOWNERS (#17547)
Scripts enabling CI for benchmarking has gotten pretty big and complicated: #17545 Most of this code were developed by the UR team, and thus it no longer makes sense to ask dpcpp-devops-reviewers for PR approvals. This PR updates CODEOWNERS to ask llvm-reviewers-benchmarking for benchmarking scripts instead. **Note:** The current path here puts `/devops/scripts/benchmarks` under llvm-reviewers-benchmarking: This path currently does not exist, but is chosen on purpose in anticipation for #17545. The folder `/devops/scripts/benchmarking` will be removed in the future as a part of the effort to unify SYCL and UR benchmarking CI infrastructure; See #17229
1 parent d2bd8bc commit 02593fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ devops/ @intel/dpcpp-devops-reviewers
128128
# dev-igc driver update
129129
devops/dependencies-igc-dev.json @intel/sycl-matrix-reviewers @intel/dpcpp-esimd-reviewers @intel/dpcpp-devops-reviewers
130130

131+
# Benchmarking scripts
132+
devops/scripts/benchmarks/ @intel/llvm-reviewers-benchmarking
133+
131134
# Kernel fusion JIT compiler
132135
sycl-jit/ @intel/dpcpp-kernel-fusion-reviewers
133136
sycl/doc/design/KernelFusionJIT.md @intel/dpcpp-kernel-fusion-reviewers

0 commit comments

Comments
 (0)