diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index f8385580568..00000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,185 +0,0 @@ -# Order is important; the last matching pattern takes the most -# precedence. - -.pre-commit-config.yaml @tenstorrent/metalium-developers-infra -.clang-format @tenstorrent/metalium-developers-infra -.clang-tidy @tenstorrent/metalium-developers-infra - -.github/ @tenstorrent/metalium-developers-infra -.github/workflows/ttnn-run-sweeps.yaml @xanderchin @jdesousa-TT @sjameelTT - -/infra/ @tenstorrent/metalium-developers-infra - -CONTRIBUTING.md @tenstorrent/metalium-developers-infra - -CODEOWNERS @tenstorrent/metalium-developers-infra - -INSTALLING.md @tenstorrent/metalium-developers-infra -METALIUM_GUIDE.md @davorchap - -# Build stuff - -MANIFEST.in @tenstorrent/metalium-developers-infra -setup.py @tenstorrent/metalium-developers-infra -pyproject.toml @tenstorrent/metalium-developers-infra -requirements*.txt @tenstorrent/metalium-developers-infra - -scripts/build_scripts/ @tenstorrent/metalium-developers-infra -cmake/ @tenstorrent/metalium-developers-infra -build_metal.sh @tenstorrent/metalium-developers-infra - -/CMakeLists.txt @tenstorrent/metalium-developers-infra -tests/CMakeLists.txt @tenstorrent/metalium-developers-infra - -# Testing scripts and infra - -conftest.py @tenstorrent/metalium-developers-infra -/conftest.py @cfjchu @SeanNijjar @tenstorrent/metalium-developers-infra - -tests/scripts/run_pre_post_commit_regressions.sh @tenstorrent/metalium-developers-infra -tests/scripts/run_tests.sh @tenstorrent/metalium-developers-infra -tests/scripts/run_pre_post_commit_regressions_multi_device.sh @aliuTT @tt-aho @TT-BrianLiu @tenstorrent/metalium-developers-infra -tests/scripts/run_pre_post_commit_regressions_fast_dispatch.sh @tenstorrent/metalium-developers-infra -tests/scripts/run_models.sh @tenstorrent/metalium-developers-infra -tests/scripts/single_card/ @tenstorrent/metalium-developers-infra -tests/scripts/single_card/nightly/ @tenstorrent/metalium-developers-infra -tests/scripts/t3000/ @tenstorrent/metalium-developers-infra -tests/scripts/tg/ @tenstorrent/metalium-developers-infra -tests/scripts/tgg/ @tenstorrent/metalium-developers-infra - -# metal - base -tt_metal/ @abhullar-tt @pgkeller @aliuTT @tt-aho @tt-dma @tt-asaigal @ubcheema -tt_metal/host_api.hpp @abhullar-tt @pgkeller @aliuTT @tt-aho @tt-dma @tt-asaigal @davorchap -tt_metal/impl/device/ @abhullar-tt @pgkeller @aliuTT @tt-aho @tt-dma @tt-asaigal @ubcheema @davorchap @cfjchu -tt_metal/distributed/ @cfjchu @aliuTT @tt-asaigal @omilyutin-tt -tt_metal/**/requirements*.txt @tenstorrent/metalium-developers-infra - -# metal - dispatch -tt_metal/impl/dispatch/kernels/packet_* @ubcheema @aliuTT -tt_metal/impl/dispatch/kernels/eth_* @ubcheema @aliuTT -tests/tt_metal/tt_metal/perf_microbenchmark/routing/ @ubcheema - -# metal - fw, llks, risc-v -tt_metal/hw/ckernels/ @rtawfik01 @rdjogoTT @ttmtrajkovic -tt_metal/include/compute_kernel_api.h @davorchap @mywoodstock -tt_metal/include/compute_kernel_api/ @rtawfik01 @rdjogoTT @ttmtrajkovic -tt_metal/include/dataflow_kernel_api.h @davorchap @mywoodstock @ntarafdar -tt_metal/hw/firmware/riscv/common/dataflow_internals.h @davorchap @mywoodstock -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 @eyonland @ayerofieiev-tt @dmakoviichuk-tt @sminakov-tt - -sfpi/ @pgkeller - -# metal - profiler -tt_metal/**/profiler/ @mo-tenstorrent -tt_metal/**/profiler/**/CMakeLists.txt @mo-tenstorrent @tenstorrent/metalium-developers-infra -tests/tt_metal/tools/profiler/ @mo-tenstorrent -tt_metal/hostdevcommon/profiler_common.h @mo-tenstorrent -docs/source/performance_measurement_tools/profiler.rst @mo-tenstorrent -tt-metal/tt_metal/programming_examples/profiler @mo-tenstorrent - -# test scripts -tests/scripts/run_profiler_regressions.sh @mo-tenstorrent @tenstorrent/metalium-developers-infra -tests/scripts/run_performance.sh @tenstorrent/metalium-developers-infra - -# TTNN -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/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 -ttnn/cpp/ttnn/deprecated/tt_lib/csrc/ @ayerofieiev-tt @razorback3 @dongjin-na - -ttnn/cpp/ttnn/operations/moreh*/ @razorback3 @dongjin-na @cfjchu @ayerofieiev-tt @dmakoviichuk-tt -ttnn/cpp/ttnn/operations/ccl/ @SeanNijjar @cfjchu @jvegaTT -ttnn/cpp/ttnn/operations/pool/ @mywoodstock @shwetankTT @sankarmanoj-tt @pavlejosipovic -ttnn/cpp/ttnn/operations/conv/ @mywoodstock @shwetankTT @sankarmanoj-tt @pavlejosipovic -ttnn/cpp/ttnn/operations/sliding_window/ @mywoodstock @sankarmanoj-tt @pavlejosipovic -ttnn/cpp/ttnn/operations/data_movement/ @ntarafdar @sjameelTT @jaykru-tt @yugi957 @jvegaTT @llongTT @nardoTT -ttnn/cpp/ttnn/operations/data_movement/fold/ @mywoodstock @shwetankTT @sankarmanoj-tt @pavlejosipovic -ttnn/cpp/ttnn/operations/data_movement/untilize_with_halo_v2/ @mywoodstock @shwetankTT @sankarmanoj-tt @pavlejosipovic -ttnn/cpp/ttnn/operations/matmul/ @TT-BrianLiu @bbradelTT @yugaoTT @asandhupatlaTT -ttnn/cpp/ttnn/operations/experimental/ccl/ @SeanNijjar @jvegaTT @tt-aho -ttnn/cpp/ttnn/operations/experimental/matmul/ @TT-BrianLiu @bbradelTT @yugaoTT @asandhupatlaTT -ttnn/cpp/ttnn/operations/eltwise/ @patrickroberts @yan-zaretskiy @eyonland -ttnn/cpp/ttnn/operations/reduction/ @bbradelTT @asandhupatlaTT @sjameelTT -ttnn/cpp/ttnn/operations/normalization/ @yugaoTT @tt-aho @asandhupatlaTT @bbradelTT -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/ttnn/operations/eltwise @patrickroberts @yan-zaretskiy @eyonland -tests/ttnn/ @ayerofieiev-tt @dmakoviichuk-tt @rfurko-tt @cfjchu @TT-BrianLiu @razorback3 @dongjin-na @bbradelTT -tests/ttnn/unit_tests/gtests/ccl/ @SeanNijjar @jvegaTT @cfjchu -tests/ttnn/unit_tests/operations/ccl/ @SeanNijjar @jvegaTT @tt-aho -tests/ttnn/unit_tests/operations/eltwise/ @patrickroberts @yan-zaretskiy @eyonland -tests/sweep_framework/ @xanderchin @jdesousa-TT @sjameelTT -tests/sweep_framework/sweeps -tests/sweep_framework/sweeps/eltwise/ @patrickroberts @yan-zaretskiy @eyonland -tests/sweep_framework/sweeps/conv2d/ @nkpatel-tt @mywoodstock @shwetankTT @sankarmanoj-tt @pavlejosipovic -tests/sweep_framework/sweeps/data_movement/ @sjameelTT @ntarafdar @jaykru-tt @yugi957 @llongTT @jvegaTT @nardoTT -tests/sweep_framework/sweeps/fused/ @bbradelTT @asandhupatlaTT @sjameelTT -tests/sweep_framework/sweeps/matmul/ @bbradelTT @asandhupatlaTT @sjameelTT -tests/sweep_framework/sweeps/reduction/ @bbradelTT @asandhupatlaTT @sjameelTT - -# TTNN Distributed -ttnn/cpp/ttnn/distributed/ @cfjchu @ayerofieiev-tt @dmakoviichuk-tt @omilyutin-tt -ttnn/ttnn/distributed/ @cfjchu @ayerofieiev-tt @dmakoviichuk-tt @omilyutin-tt -tests/ttnn/distributed/ @cfjchu @ayerofieiev-tt @dmakoviichuk-tt @omilyutin-tt - -# models -/models/ @uaydonat -/models/*/** -models/conv_on_device_utils*.py @mywoodstock @shwetankTT @sankarmanoj-tt -functional_*/ @uaydonat @esmalTT -models/demos @uaydonat -models/demos/metal_BERT_large_11 @tt-aho @TT-BrianLiu -models/demos/wormhole @uaydonat -models/demos/t3000 @uaydonat -models/demos/llama3 @cglagovichTT @yieldthought @mtairum @uaydonat -models/demos/qwen @sraizada-tt @mtairum @uaydonat @yieldthought -models/demos/falcon7b_common @skhorasganiTT @djordje-tt @uaydonat -models/demos/wormhole/mamba @esmalTT @uaydonat @kpaigwar -models/demos/wormhole/falcon7b @skhorasganiTT @djordje-tt @uaydonat -models/demos/wormhole/mistral7b @yieldthought @uaydonat @mtairum -models/demos/wormhole/stable_diffusion @esmalTT @uaydonat @mywoodstock -models/demos/t3000/falcon40b @uaydonat @djordje-tt @johanna-rock-tt -models/demos/t3000/falcon7b @skhorasganiTT @djordje-tt @uaydonat -models/demos/t3000/llama2_70b @cglagovichTT @uaydonat @johanna-rock-tt @djordje-tt @kpaigwar -models/demos/t3000/llama3_70b @cglagovichTT @uaydonat @johanna-rock-tt @djordje-tt @kpaigwar -models/demos/t3000/mixtral8x7b @yieldthought @mtairum @uaydonat -models/demos/tg/llama3_70b @cglagovichTT @uaydonat @johanna-rock-tt @djordje-tt @kpaigwar -models/demos/tg/falcon7b @skhorasganiTT @djordje-tt @uaydonat -models/demos/grayskull @uaydonat -models/demos/yolov4 @dvartaniansTT @shwetankTT -models/demos/wormhole/yolov4 @dvartaniansTT @shwetankTT -models/demos/**/*resnet* @mywoodstock @shwetankTT @tt-aho -models/experimental/functional_unet @esmalTT @uaydonat @mywoodstock -models/perf/ @uaydonat -models/perf/perf_report.py @yieldthought @uaydonat -models/perf/benchmarking_utils.py @skhorasganiTT - -# docs -docs/Makefile @tenstorrent/metalium-developers-infra -docs/source/ttnn/ttnn/dependencies/tt_lib.rst @eyonland @patrickroberts @yan-zaretskiy @ayerofieiev-tt -docs/source/ttnn/ @eyonland @patrickroberts @yan-zaretskiy @ayerofieiev-tt @razorback3 @dongjin-na - -# misc -tests/**/dtx/ @mywoodstock @sankarmanoj-tt -tests/**/*test*conv*.py @mywoodstock @sankarmanoj-tt -tests/python_api_testing/conv/ @mywoodstock @sankarmanoj-tt -tests/python_api_testing/unit_testing/fallback_ops @tt-aho -scripts/profiler/ @mo-tenstorrent -scripts/docker @tenstorrent/metalium-developers-infra - -dockerfile @tenstorrent/metalium-developers-infra - -ttnn/CMakeLists.txt @ayerofieiev-tt @dmakoviichuk-tt @yan-zaretskiy - - -# tt-train -tt-train/** @dmakoviichuk-tt @rfurko-tt