Skip to content

Commit

Permalink
[SYCL] Fixd codeownership rules (#5246)
Browse files Browse the repository at this point in the history
- remove extra directory in l0 plagin
 - remove Vasanth from reviewers of XPTI changes
 - remove separate rule for sycl/doc/dev as it fallbacks to
intel/dpcpp-doc-reviewers.
 - add missing slashes in rules.
  • Loading branch information
vladimirlaz authored Dec 29, 2021
1 parent 79bc8da commit 8dae986
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
clang/ @intel/dpcpp-cfe-reviewers

# Clang driver
clang/**/Driver @intel/dpcpp-clang-driver-reviewers
clang/**/Driver/ @intel/dpcpp-clang-driver-reviewers

# LLVM-SPIRV translator
llvm-spirv/ @intel/dpcpp-spirv-reviewers
Expand All @@ -27,10 +27,9 @@ sycl/doc/ @intel/dpcpp-doc-reviewers
sycl/doc/design/ @intel/dpcpp-specification-reviewers
sycl/doc/extensions/ @intel/dpcpp-specification-reviewers
sycl/doc/extensions/SPIRV/ @intel/dpcpp-spirv-doc-reviewers
sycl/doc/dev @bader @vladimirlaz

# Level Zero plugin
sycl/sycl/plugins/level_zero @intel/dpcpp-l0-pi-reviewers
sycl/plugins/level_zero/ @intel/dpcpp-l0-pi-reviewers

# ESIMD CPU emulator plug-in
sycl/plugins/esimd_cpu/ @intel/dpcpp-esimd-reviewers
Expand All @@ -39,8 +38,8 @@ sycl/plugins/esimd_cpu/ @intel/dpcpp-esimd-reviewers
sycl/plugins/cuda/ @intel/llvm-reviewers-cuda

# XPTI instrumentation utilities
xpti/ @tovinkere @intel/llvm-reviewers-runtime
xptifw/ @tovinkere @intel/llvm-reviewers-runtime
xpti/ @intel/llvm-reviewers-runtime
xptifw/ @intel/llvm-reviewers-runtime

# DPC++ tools
llvm/ @intel/dpcpp-tools-reviewers
Expand Down

0 comments on commit 8dae986

Please sign in to comment.