[flang-commits] [flang] [Flang] Update Maintainers (PR #117124)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Thu Nov 21 09:01:02 PST 2024
https://github.com/kiranchandramohan updated https://github.com/llvm/llvm-project/pull/117124
>From 1c169b4f36a41f18c4beb9799f2bea59b0cf19c3 Mon Sep 17 00:00:00 2001
From: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: Thu, 21 Nov 2024 07:35:05 +0000
Subject: [PATCH 1/2] [Flang] Update Maintainers
Move to a markdown file and update maintainers
---
flang/Maintainers.md | 91 +++++++++++++++++++++++++++++++++++++++++++
flang/Maintainers.txt | 18 ---------
2 files changed, 91 insertions(+), 18 deletions(-)
create mode 100644 flang/Maintainers.md
delete mode 100644 flang/Maintainers.txt
diff --git a/flang/Maintainers.md b/flang/Maintainers.md
new file mode 100644
index 00000000000000..7c2e94944e55db
--- /dev/null
+++ b/flang/Maintainers.md
@@ -0,0 +1,91 @@
+# Flang maintainers
+
+This file is a list of the
+[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
+Flang
+
+## Active maintainers
+
+### Lead maintainers
+The following people are the active maintainers for the project. Please reach
+out to them for code reviews, questions about their area of expertise, or other
+assistance.
+
+#### All areas not covered by others
+Steve Scalpone \
+sscalpone at nvidia.com (email), sscalpone (GitHub), sscalpone (Discourse)
+
+#### Backend (Lowering, Fortran dialects, Codegen)
+Jean Perier \
+jperier at nvidia.com (email), jeanPerier (GitHub), jeanPerier (Discourse)
+
+### Component maintainers
+These maintainers are responsible for particular high-level components within
+Flang that are typically contained to one area of the compiler.
+
+#### Driver
+Andrzej WarzyĆski \
+andrzej.warzynski at arm.com (email), banach-space (GitHub), banach-space (Discourse)
+
+Tarun Prabhu \
+tarun at lanl.gov (email), tarunprabhu (GitHub), tarunprabhu (Discourse)
+
+#### Alias Analysis
+Renaud Kauffmann \
+rkauffmann at nvidia.com (email), Renaud-K (GitHub), Renaud-K (Discourse)
+
+#### PFT, Block, IEEE support
+Val Donaldson \
+vdonaldson at nvidia.com (email), vdonaldson (GitHub)
+
+#### Lowering, HLFIR, FIR, Codegen
+Jean Perier \
+jperier at nvidia.com (email), jeanPerier (GitHub), jeanPerier (Discourse)
+
+Slava Zakharin \
+szakharin at nvidia.com (email), vzakhari (GitHub), szakharin (Discourse)
+
+Tom Eccles \
+tom.eccles at arm.com (email), tblah (GitHub), tblah (Discourse)
+
+Valentin Clement \
+clementval at gmail.com (email), clementval (GitHub), clementval (Discourse)
+
+#### OpenMP
+##### CPU support
+Tom Eccles \
+tom.eccles at arm.com (email), tblah (GitHub), tblah (Discourse)
+
+##### OpenMP 6.0
+Krzysztof Parzyszek \
+Krzysztof.Parzyszek at amd.com (email), kparzysz (GitHub), kparzysz (Discourse)
+
+##### Target Offload
+Sergio Afonso \
+safonsof at amd.com (email), skatrak (GitHub), skatrak (Discourse)
+
+#### OpenACC
+Valentin Clement \
+clementval at gmail.com (email), clementval (GitHub), clementval (Discourse)
+
+Razvan Lupusoru \
+razvan.lupusoru at gmail.com (email), razvanlupusoru (GitHub), razvan.lupusoru (Discourse)
+
+#### Debug
+Abid Qadeer \
+haqadeer at amd.com (email), abidh (GitHub), abidh (Discourse)
+
+## Inactive Maintainers
+### Lead Maintainers
+#### Backend : Lowering, FIR, Codegen)
+Eric Schweitz \
+eschweitz at nvidia.com (email), schweitzpgi (GitHub), schweitz (Discourse)
+
+### Component Maintainers
+#### Semantics
+Tim Keith
+
+#### OpenMP
+Kiran Chandramohan \
+kiran.chandramohan at arm.com (email), kiranchandramohan (GitHub), kiranchandramohan (Discourse)
+
diff --git a/flang/Maintainers.txt b/flang/Maintainers.txt
deleted file mode 100644
index a8e2fe07a98531..00000000000000
--- a/flang/Maintainers.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-This file is a list of the people responsible for ensuring that patches for a
-particular part of Flang are reviewed, either by themself or by someone else.
-They are also the gatekeepers for their part of Flang, with the final word on
-what goes in or not.
-
-The list is sorted by surname and formatted to allow easy grepping and
-beautification by scripts. The fields are: name (N), email (E), web-address
-(W), PGP key ID and fingerprint (P), description (D), snail-mail address
-(S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
-(D) fields.
-
-N: Steve Scalpone
-E: sscalpone at nvidia.com
-D: Anything not covered by others
-
-N: Andrzej Warzynski
-E: andrzej.warzynski at arm.com
-D: Driver
>From a47616775902898f493f22df476e8ef26543e2d7 Mon Sep 17 00:00:00 2001
From: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: Thu, 21 Nov 2024 17:00:26 +0000
Subject: [PATCH 2/2] Add entry for CUDA Fortran
---
flang/Maintainers.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/flang/Maintainers.md b/flang/Maintainers.md
index 7c2e94944e55db..718ef93d1a052e 100644
--- a/flang/Maintainers.md
+++ b/flang/Maintainers.md
@@ -71,6 +71,10 @@ clementval at gmail.com (email), clementval (GitHub), clementval (Discourse)
Razvan Lupusoru \
razvan.lupusoru at gmail.com (email), razvanlupusoru (GitHub), razvan.lupusoru (Discourse)
+#### CUDA Fortran
+Valentin Clement \
+clementval at gmail.com (email), clementval (GitHub), clementval (Discourse)
+
#### Debug
Abid Qadeer \
haqadeer at amd.com (email), abidh (GitHub), abidh (Discourse)
More information about the flang-commits
mailing list