diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 149b61c0fa2a1..46977e42c4995 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -47,6 +47,12 @@ sycl/plugins/esimd_emulator/ @intel/dpcpp-esimd-reviewers sycl/plugins/**/cuda/ @intel/llvm-reviewers-cuda sycl/plugins/**/hip/ @intel/llvm-reviewers-cuda +# CUDA specific runtime implementations +sycl/include/sycl/ext/oneapi/experimental/cuda/ @intel/llvm-reviewers-cuda + +# CUDA device code tests +sycl/test/check_device_code/cuda/ @intel/llvm-reviewers-cuda + # XPTI instrumentation utilities xpti/ @intel/llvm-reviewers-runtime xptifw/ @intel/llvm-reviewers-runtime