aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMaksim Levental <maksim.levental@gmail.com>2024-04-14 17:20:05 -0500
committerGitHub <noreply@github.com>2024-04-14 17:20:05 -0500
commit84ec2d3b38635dead7690f97f215ff4c473184f0 (patch)
tree38a893af4e28ed8b3d0c9743c768cc95baafc509 /.github
parent48e955496bee035121ebfe5a837ebcbc2ba8846c (diff)
downloadllvm-84ec2d3b38635dead7690f97f215ff4c473184f0.zip
llvm-84ec2d3b38635dead7690f97f215ff4c473184f0.tar.gz
llvm-84ec2d3b38635dead7690f97f215ff4c473184f0.tar.bz2
[mlir][python] add to CODEOWNERS (#88561)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 76b8266..c4727a0 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -115,6 +115,10 @@ clang/test/AST/Interp/ @tbaederr
/mlir/**/LLVMIR/**/BasicPtxBuilderInterface* @grypp
/mlir/**/NVVM*/ @grypp
+# MLIR Python Bindings
+/mlir/test/python/ @makslevental @stellaraccident
+/mlir/python/ @makslevental @stellaraccident
+
# BOLT
/bolt/ @aaupov @maksfb @rafaelauler @ayermolo @dcci