MaheshRavishankar | fc1cb00 | 2022-02-02 21:29:54 -0800 | [diff] [blame] | 1 | # Codeowners for IREE Github Repository. |
| 2 | # Refer to https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners |
Geoffrey Martin-Noble | 8ba45e3 | 2022-02-15 12:03:04 -0800 | [diff] [blame] | 3 | # for syntax of this file (tl;dr: syntax is like .gitignore. Last matching rule |
| 4 | # takes precedence). |
| 5 | # Because of the precedence, rules for directories are listed topologically. |
Geoffrey Martin-Noble | 318bf47 | 2022-02-16 11:27:36 -0800 | [diff] [blame] | 6 | # @ghost is used to make a pattern have no owners. It is a sentinel GitHub user |
| 7 | # that takes the place of deleted users. |
MaheshRavishankar | fc1cb00 | 2022-02-02 21:29:54 -0800 | [diff] [blame] | 8 | |
Geoffrey Martin-Noble | 8ba45e3 | 2022-02-15 12:03:04 -0800 | [diff] [blame] | 9 | # No global owners because we don't really want e.g. changing the root |
| 10 | # CMakeLists.txt file to always ping a bunch of people. |
MaheshRavishankar | fc1cb00 | 2022-02-02 21:29:54 -0800 | [diff] [blame] | 11 | |
| 12 | # Code owners for individual components/directories |
Geoffrey Martin-Noble | 8ba45e3 | 2022-02-15 12:03:04 -0800 | [diff] [blame] | 13 | |
| 14 | # Third-Party Code |
| 15 | /.gitmodules @GMNGeoffrey @ScottTodd @stellaraccident |
| 16 | /third_party/ @GMNGeoffrey @ScottTodd @stellaraccident |
Geoffrey Martin-Noble | 318bf47 | 2022-02-16 11:27:36 -0800 | [diff] [blame] | 17 | # Except for routinely-updated submodules |
Geoffrey Martin-Noble | 7f3a38b | 2022-02-18 10:25:28 -0800 | [diff] [blame] | 18 | /third_party/llvm-project @ghost |
| 19 | /third_party/tensorflow @ghost |
| 20 | /third_party/mlir-hlo @ghost |
Geoffrey Martin-Noble | 8ba45e3 | 2022-02-15 12:03:04 -0800 | [diff] [blame] | 21 | |
| 22 | # Bindings |
| 23 | /bindings/python/ @stellaraccident |
| 24 | /bindings/tflite/ @benvanik |
| 25 | |
| 26 | # Integrations |
| 27 | /integrations/ @benvanik @stellaraccident |
| 28 | /integrations/tensorflow/ @stellaraccident |
| 29 | /integrations/tensorflow/build_tools/ @GMNGeoffrey @stellaraccident |
| 30 | /integrations/tensorflow/test/**/iree_tfl_tests/ @rsuderman |
| 31 | |
| 32 | # Experimental |
| 33 | # It's experimental, but we still don't want any old directory added here. |
| 34 | /experimental/ @benvanik @GMNGeoffrey @stellaraccident |
| 35 | /experimental/remoting/ @stellaraccident |
| 36 | /experimental/rocm/ @ThomasRaoux |
| 37 | /experimental/web/ @ScottTodd |
| 38 | |
| 39 | # Infra Top-Level Directories |
| 40 | /benchmarks/ @GMNGeoffrey @antiagainst |
| 41 | /build_tools/ @GMNGeoffrey @ScottTodd |
| 42 | /build_tools/benchmarks/ @GMNGeoffrey @antiagainst |
| 43 | /build_tools/python_deploy/ @stellaraccident |
| 44 | /build_tools/third_party/ @GMNGeoffrey @ScottTodd @stellaraccident |
| 45 | /.github/ @GMNGeoffrey @ScottTodd |
| 46 | /scripts/ @GMNGeoffrey @ScottTodd |
| 47 | |
| 48 | # llvm-external-projects |
| 49 | /llvm-external-projects/ @stellaraccident |
| 50 | /llvm-external-projects/iree-dialects/**/Dialect/LinalgExt/ @hanhanW @MaheshRavishankar |
| 51 | /llvm-external-projects/iree-dialects/test/iree_linalgext @hanhanW @MaheshRavishankar |
| 52 | |
| 53 | # Other Top-Level Directories |
| 54 | /colab/ @ScottTodd |
| 55 | /docs/ @ScottTodd |
| 56 | |
| 57 | |
| 58 | # Main IREE directories |
| 59 | /iree/ @benvanik |
| 60 | |
| 61 | # Compiler |
MaheshRavishankar | fc1cb00 | 2022-02-02 21:29:54 -0800 | [diff] [blame] | 62 | /iree/compiler/Codegen/ @MaheshRavishankar |
Geoffrey Martin-Noble | 8ba45e3 | 2022-02-15 12:03:04 -0800 | [diff] [blame] | 63 | /iree/compiler/Codegen/LLVMCPU/ @hanhanW @MaheshRavishankar |
MaheshRavishankar | fc1cb00 | 2022-02-02 21:29:54 -0800 | [diff] [blame] | 64 | /iree/compiler/Codegen/LLVMGPU/ @MaheshRavishankar @ThomasRaoux |
Geoffrey Martin-Noble | 8ba45e3 | 2022-02-15 12:03:04 -0800 | [diff] [blame] | 65 | /iree/compiler/Codegen/Sandbox/ @hanhanW @MaheshRavishankar |
| 66 | /iree/compiler/Codegen/SPIRV/ @antiagainst @MaheshRavishankar |
| 67 | /iree/compiler/ConstEval/ @stellaraccident |
| 68 | /iree/compiler/Dialect/Vulkan/ @antiagainst |
| 69 | /iree/compiler/InputConversion/ @MaheshRavishankar @stellaraccident |
| 70 | /iree/compiler/InputConversion/MHLO @hanhanW @MaheshRavishankar @rsuderman |
| 71 | /iree/compiler/InputConversion/TOSA @rsuderman |
| 72 | |
| 73 | |
| 74 | # Runtime |
| 75 | /iree/hal/cuda/ @ThomasRaoux |
| 76 | /iree/hal/cts/ @ScottTodd |
| 77 | /iree/hal/vulkan/ @antiagainst @ScottTodd |
| 78 | |
| 79 | # Other IREE directories |
| 80 | /iree/samples/ @ScottTodd |
Geoffrey Martin-Noble | 318bf47 | 2022-02-16 11:27:36 -0800 | [diff] [blame] | 81 | /iree/test/ @ghost |
Geoffrey Martin-Noble | 8ba45e3 | 2022-02-15 12:03:04 -0800 | [diff] [blame] | 82 | /iree/tools/ @benvanik @GMNGeoffrey |