[flang-commits] [flang] 2344cc4 - [Flang] Update Maintainers (#117124)

via flang-commits flang-commits at lists.llvm.org
Mon Dec 9 09:18:10 PST 2024


Author: Kiran Chandramohan
Date: 2024-12-09T17:18:06Z
New Revision: 2344cc49836aa82837986a43efcf6b0f93cb0072

URL: https://github.com/llvm/llvm-project/commit/2344cc49836aa82837986a43efcf6b0f93cb0072
DIFF: https://github.com/llvm/llvm-project/commit/2344cc49836aa82837986a43efcf6b0f93cb0072.diff

LOG: [Flang] Update Maintainers (#117124)

Move to a markdown file and update maintainers.
This brings the project closer to updated guidance
(https://llvm.org/docs/DeveloperPolicy.html#maintainers). A list of
active and inactive maintainers is provided. Maintainers are also
grouped into lead or component maintainers.

Added: 
    flang/Maintainers.md

Modified: 
    

Removed: 
    flang/Maintainers.txt


################################################################################
diff  --git a/flang/Maintainers.md b/flang/Maintainers.md
new file mode 100644
index 00000000000000..f4a76353891384
--- /dev/null
+++ b/flang/Maintainers.md
@@ -0,0 +1,95 @@
+# 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)
+
+#### 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)
+
+## 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


        


More information about the flang-commits mailing list