From dac260f2a829e84787e98c2826f6039c012611d2 Mon Sep 17 00:00:00 2001 From: Udit Agarwal Date: Wed, 13 Nov 2024 06:43:18 -0800 Subject: [PATCH] [CI][CODEOWNERS] Change CODEOWNERS of `sycl/test-e2e/LLVMIntrinsicLowering/*` to intel/dpcpp-spirv-reviewers (#16067) Currently, the owners of [sycl/test-e2e/LLVMIntrinsicLowering/*](https://github.com/intel/llvm/tree/sycl/sycl/test-e2e/LLVMIntrinsicLowering) are SYCL RT reviewers but I see that all the test cases here related to llvm-spirv. I propose changing the code owners of these tests to intel/dpcpp-spirv-reviewers instead. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e2aaea3eaefde..50aaacfeddd8c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -165,6 +165,7 @@ sycl/test-e2e/SeparateCompile/ @intel/dpcpp-tools-reviewers sycl/test-e2e/Printf/ @intel/dpcpp-tools-reviewers @intel/llvm-reviewers-runtime sycl/test-e2e/SpecConstants/ @intel/dpcpp-tools-reviewers sycl/test-e2e/NewOffloadDriver/ @intel/dpcpp-tools-reviewers +sycl/test-e2e/LLVMIntrinsicLowering/ @intel/dpcpp-spirv-reviewers # Sanitizer clang/lib/Driver/SanitizerArgs.cpp @intel/dpcpp-sanitizers-review