From 33e249481e6070b44088375050d0e81847e30010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=BDu=C5=BEek?= Date: Wed, 25 Oct 2023 14:06:06 +0100 Subject: [PATCH] CODEOWNERS for Bindless Images Add `unified-runtime-bindless-images-write` team as code owners for anything related to images. --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0efd392e05..4643296368 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,3 +14,8 @@ source/adapters/opencl @oneapi-src/unified-runtime-opencl-write 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 + +# Bindless Images experimental feature +scripts/core/EXP-BINDLESS-IMAGES.rst @oneapi-src/unified-runtime-bindless-images-write +scripts/core/exp-bindless-images.yml @oneapi-src/unified-runtime-bindless-images-write +source/adapters/**/image.* @oneapi-src/unified-runtime-bindless-images-write