Skip to content

Commit

Permalink
github: codeowners: added third party components
Browse files Browse the repository at this point in the history
  • Loading branch information
vpirogov committed Jan 10, 2025
1 parent 4ddf706 commit 197eb89
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#===============================================================================
# Copyright 2019-2024 Intel Corporation
# Copyright 2019-2025 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -45,6 +45,14 @@
*.md @oneapi-src/onednn-doc @oneapi-src/onednn-arch @intel-innersource/dnn-doc @intel-innersource/dnn-arch
/doc/ @oneapi-src/onednn-doc @oneapi-src/onednn-arch @intel-innersource/dnn-doc @intel-innersource/dnn-arch

# Third party components
/third-party/ @oneapi-src/onednn-arch @intel-innersource/dnn-arch
/third_party/level_zero/ @oneapi-src/onednn-gpu-intel @intel-innersource/dnn-gpu
/third_party/mdapi/ @oneapi-src/onednn-gpu-intel @intel-innersource/dnn-gpu
/third_party/ngen/ @oneapi-src/onednn-gpu-intel @intel-innersource/dnn-gpu
/third_party/xbyak/ @oneapi-src/onednn-cpu-x64 @intel-innersource/dnn-cpu
/third_party/xbyak_aarch64/ @oneapi-src/onednn-cpu-aarch64 @intel-innersource/dnn-arch

# Governance and process
/.github/CODEOWNERS @oneapi-src/onednn-maintain
/SECURITY.md @oneapi-src/onednn-maintain
Expand Down

0 comments on commit 197eb89

Please sign in to comment.