From 5cfbc7371f9885e24d01d301f7dc6fcecc6b89ba Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Wed, 20 Mar 2024 09:04:32 +0000 Subject: [PATCH] [SYCL][CODEOWNERS][Graph] Update Graph Unittest codeowners (#12967) Merged PR https://github.com/intel/llvm/pull/12837 split `CommandGraph.cpp` into a directory of files, however this was not reflected in the CODEOWNERS file. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cc6d54aaa74ff..a77ce0efaf598 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -134,7 +134,7 @@ sycl/include/sycl/detail/native_cpu.hpp @intel/dpcpp-nativecpu-pi-reviewers sycl/include/sycl/ext/oneapi/experimental/graph.hpp @intel/sycl-graphs-reviewers sycl/source/detail/graph_impl.cpp @intel/sycl-graphs-reviewers sycl/source/detail/graph_impl.hpp @intel/sycl-graphs-reviewers -sycl/unittests/Extensions/CommandGraph.cpp @intel/sycl-graphs-reviewers +sycl/unittests/Extensions/CommandGraph/ @intel/sycl-graphs-reviewers sycl/doc/design/CommandGraph.md @intel/sycl-graphs-reviewers sycl/test-e2e/Graph @intel/sycl-graphs-reviewers sycl/doc/extensions/**/sycl_ext_oneapi_graph.asciidoc @intel/sycl-graphs-reviewers