From c7e62cefce3eb6765c6972dd86132284b0d27168 Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Wed, 19 Jul 2023 09:30:09 +0100 Subject: [PATCH] [SYCL][CODEOWNERS] Update CODEOWNERS for SYCL-Graph specification After the merge of the [SYCL-Graph extension spec PR](https://github.com/intel/llvm/pull/5626) add @intel/sycl-graphs-reviewers as reviewers of the specification [document](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/proposed/sycl_ext_oneapi_graph.asciidoc). Used `**` for the extension status directory as the extension is expected to shortly move from proposed to experimental. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a9dcaf2788492..8cfb722ebb773 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -120,6 +120,7 @@ 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/doc/extensions/**/sycl_ext_oneapi_graph.asciidoc @intel/sycl-graphs-reviewers # syclcompat library sycl/**/syclcompat/ @intel/syclcompat-lib-reviewers