Skip to content

Commit

Permalink
#0: update CODEOWNERS based on eltwise team changes (#17552) [skip ci]
Browse files Browse the repository at this point in the history
### Ticket
Link to Github Issue N/A

### Problem description
- there are changes to the eltwise team that left some of the CODEOWNERS
lines with too few people

### What's changed
- update eltwise paths to include three extra people
- have embedding_backward have the same owners as embedding
- update other paths to have at least 3 people

### Checklist
- [ ] Post commit CI passes N/A
- [ ] Blackhole Post commit (if applicable) N/A
- [ ] Model regression CI testing passes (if applicable) N/A
- [ ] Device performance regression CI testing passes (if applicable)
N/A
- [ ] **(For models and ops writers)** Full [new
models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml)
tests passes N/A
- [ ] New/Existing tests provide coverage for changes N/A
  • Loading branch information
bbradelTT authored Feb 4, 2025
1 parent 12344d0 commit 799a11b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tt_metal/hw/firmware/src/*erisc* @aliuTT @ubcheema
tt_metal/hw/inc/ethernet/ @aliuTT @ubcheema
tt_metal/hw/inc/wormhole/eth_l1_address_map.h @aliuTT @ubcheema
tt_metal/third_party/tt_llk_* @rtawfik01 @ttmtrajkovic @rdjogoTT
tt_metal/tt_stl/ @patrickroberts @yan-zaretskiy @ayerofieiev-tt @dmakoviichuk-tt @sminakov-tt
tt_metal/tt_stl/ @patrickroberts @ayerofieiev-tt @dmakoviichuk-tt @sminakov-tt

sfpi/ @pgkeller

Expand All @@ -101,7 +101,7 @@ ttnn/ @ayerofieiev-tt @dmakoviichuk-tt @cfjchu @TT-BrianLiu
ttnn/ttnn/library_tweaks.py @ayerofieiev-tt @tenstorrent/metalium-developers-infra
ttnn/ttnn/operations/moreh.py @razorback3 @dongjin-na @cfjchu @ayerofieiev-tt @dmakoviichuk-tt
ttnn/**/kernels/ # Removes the owners above from owning kernels unless specified afterwards
ttnn/**/CMakeLists.txt @ayerofieiev-tt @dmakoviichuk-tt @yan-zaretskiy
ttnn/**/CMakeLists.txt @ayerofieiev-tt @dmakoviichuk-tt @sminakov-tt
ttnn/cpp/ttnn/tensor/ @cfjchu @ayerofieiev-tt @dmakoviichuk-tt
ttnn/cpp/ttnn/deprecated/tt_dnn/op_library/ccl/ @SeanNijjar
ttnn/cpp/ttnn/deprecated/tt_dnn/op_library/moreh*/ @razorback3 @dongjin-na @cfjchu @ayerofieiev-tt @dmakoviichuk-tt
Expand All @@ -118,26 +118,26 @@ ttnn/cpp/ttnn/operations/data_movement/untilize_with_halo_v2/ @tenstorrent/metal
ttnn/cpp/ttnn/operations/matmul/ @TT-BrianLiu @bbradelTT @yugaoTT @vsureshTT @edwinleeTT
ttnn/cpp/ttnn/operations/experimental/ccl/ @SeanNijjar @jvegaTT @tt-aho
ttnn/cpp/ttnn/operations/experimental/matmul/ @TT-BrianLiu @bbradelTT @yugaoTT @vsureshTT @edwinleeTT
ttnn/cpp/ttnn/operations/eltwise/ @patrickroberts @yan-zaretskiy
ttnn/cpp/ttnn/operations/eltwise/ @patrickroberts @sjameelTT @ntarafdar @dchenTT
ttnn/cpp/ttnn/operations/reduction/ @bbradelTT @sjameelTT @vsureshTT @edwinleeTT
ttnn/cpp/ttnn/operations/normalization/ @yugaoTT @tt-aho @bbradelTT @vsureshTT @edwinleeTT
ttnn/cpp/ttnn/operations/embedding/ @ntarafdar @tt-aho @TT-BrianLiu @yugi957 @sjameelTT @jaykru-tt @llongTT @nardoTT
ttnn/cpp/ttnn/operations/embedding_backward/ @TT-BrianLiu @yan-zaretskiy
ttnn/cpp/ttnn/operations/embedding_backward/ @ntarafdar @tt-aho @TT-BrianLiu @yugi957 @sjameelTT @jaykru-tt @llongTT @nardoTT
ttnn/cpp/ttnn/operations/transformer/sdpa/ @tenstorrent/metallium-maintainers-llama-models
ttnn/cpp/ttnn/operations/transformer/sdpa_decode/ @tenstorrent/metallium-maintainers-llama-models
ttnn/cpp/ttnn/operations/experimental/paged_cache/ @tenstorrent/metallium-maintainers-llama-models
ttnn/cpp/ttnn/operations/experimental/transformer/nlp_concat_heads_decode/ @tenstorrent/metallium-maintainers-llama-models
ttnn/cpp/ttnn/operations/experimental/transformer/nlp_create_qkv_heads_decode/ @tenstorrent/metallium-maintainers-llama-models
ttnn/cpp/ttnn/operations/experimental/transformer/rotary_embedding_llama/ @tenstorrent/metallium-maintainers-llama-models
ttnn/cpp/ttnn/operations/experimental/transformer/rotary_embedding_llama_fused_qk/ @tenstorrent/metallium-maintainers-llama-models
ttnn/ttnn/operations/eltwise @patrickroberts @yan-zaretskiy
ttnn/ttnn/operations/eltwise @patrickroberts @sjameelTT @ntarafdar @dchenTT
tests/ttnn/ @ayerofieiev-tt @dmakoviichuk-tt @rfurko-tt @cfjchu @TT-BrianLiu @razorback3 @dongjin-na @bbradelTT
tests/ttnn/unit_tests/gtests/ccl/ @SeanNijjar @jvegaTT @cfjchu @tt-aho
tests/ttnn/unit_tests/operations/ccl/ @SeanNijjar @jvegaTT @tt-aho
tests/ttnn/unit_tests/operations/eltwise/ @patrickroberts @yan-zaretskiy
tests/ttnn/unit_tests/operations/eltwise/ @patrickroberts @sjameelTT @ntarafdar @dchenTT
tests/sweep_framework/ @xanderchin @jdesousa-TT @sjameelTT
tests/sweep_framework/sweeps
tests/sweep_framework/sweeps/eltwise/ @patrickroberts @yan-zaretskiy
tests/sweep_framework/sweeps/eltwise/ @patrickroberts @sjameelTT @ntarafdar @dchenTT
tests/sweep_framework/sweeps/conv2d/ @tenstorrent/metalium-developers-convolutions
tests/sweep_framework/sweeps/data_movement/ @sjameelTT @ntarafdar @jaykru-tt @yugi957 @llongTT @jvegaTT @nardoTT
tests/sweep_framework/sweeps/fused/ @bbradelTT @sjameelTT @vsureshTT @edwinleeTT
Expand Down Expand Up @@ -183,8 +183,8 @@ models/perf/benchmarking_utils.py @skhorasganiTT

# docs
docs/Makefile @tenstorrent/metalium-developers-infra
docs/source/ttnn/ttnn/dependencies/tt_lib.rst @patrickroberts @yan-zaretskiy @ayerofieiev-tt
docs/source/ttnn/ @patrickroberts @yan-zaretskiy @ayerofieiev-tt @razorback3 @dongjin-na
docs/source/ttnn/ttnn/dependencies/tt_lib.rst @patrickroberts @sminakov-tt @ayerofieiev-tt
docs/source/ttnn/ @patrickroberts @ayerofieiev-tt @razorback3 @dongjin-na

# misc
tests/**/dtx/ @tenstorrent/metalium-developers-convolutions
Expand All @@ -196,7 +196,7 @@ scripts/docker @tenstorrent/metalium-developers-infra

dockerfile @tenstorrent/metalium-developers-infra

ttnn/CMakeLists.txt @ayerofieiev-tt @dmakoviichuk-tt @yan-zaretskiy
ttnn/CMakeLists.txt @ayerofieiev-tt @dmakoviichuk-tt @sminakov-tt


# tt-train
Expand Down

0 comments on commit 799a11b

Please sign in to comment.