Skip to content

Commit

Permalink
Merge pull request #1508 from martygrant/martin/addCommandBufferLabel
Browse files Browse the repository at this point in the history
Add a new label and entry to labeler.yml for Command Buffers.
  • Loading branch information
martygrant authored Apr 11, 2024
2 parents 0d2a972 + e8f0b12 commit b582fb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ source/adapters/opencl @oneapi-src/unified-runtime-opencl-write
source/adapters/native_cpu @oneapi-src/unified-runtime-native-cpu-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
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
test/conformance/exp_command_buffer** @oneapi-src/unified-runtime-command-buffer-write

# Bindless Images experimental feature
scripts/core/EXP-BINDLESS-IMAGES.rst @oneapi-src/unified-runtime-bindless-images-write
Expand Down
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ conformance:
- changed-files:
- any-glob-to-any-file:
- test/conformance/**

command-buffer:
- changed-files:
- any-glob-to-any-file:
- scripts/core/EXP-COMMAND-BUFFER.rst
- scripts/core/exp-command-buffer.yml
- source/adapters/**/command_buffer.*
- test/conformance/exp_command_buffer**

0 comments on commit b582fb8

Please sign in to comment.