From 3e4859d379cdd35f645a40814f5d7659641639aa Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Thu, 19 Oct 2023 13:25:10 +0100 Subject: [PATCH] Set command-buffer experimental feature codeowners Set [unified-runtime-command-buffer-write](https://github.com/orgs/oneapi-src/teams/unified-runtime-command-buffer-write] as the codeowners of the command-buffer experimental feature. Including: * Adapter implementations * Specification document * YML definition --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3439d93351..0efd392e05 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,3 +9,8 @@ source/adapters/hip @oneapi-src/unified-runtime-hip-write # OpenCL adapter source/adapters/opencl @oneapi-src/unified-runtime-opencl-write + +# Command-buffer experimental feature +source/adapters/**/command_buffer.* @oneapi-src/unified-runtime-command-buffer-write +scripts/core/EXP-COMMAND-BUFFER.rst @oneapi-src/unified-runtime-command-buffer-write +scripts/core/exp-command-buffer.yml @oneapi-src/unified-runtime-command-buffer-write