1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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@nvidia.com (email), sscalpone (GitHub), sscalpone (Discourse)
#### Backend (Lowering, Fortran dialects, Codegen)
Jean Perier \
jperier@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@arm.com (email), banach-space (GitHub), banach-space (Discourse)
Tarun Prabhu \
tarun@lanl.gov (email), tarunprabhu (GitHub), tarunprabhu (Discourse)
#### Alias Analysis
Renaud Kauffmann \
rkauffmann@nvidia.com (email), Renaud-K (GitHub), Renaud-K (Discourse)
#### PFT, Block, IEEE support
Val Donaldson \
vdonaldson@nvidia.com (email), vdonaldson (GitHub)
#### Lowering, HLFIR, FIR, Codegen
Jean Perier \
jperier@nvidia.com (email), jeanPerier (GitHub), jeanPerier (Discourse)
Slava Zakharin \
szakharin@nvidia.com (email), vzakhari (GitHub), szakharin (Discourse)
Tom Eccles \
tom.eccles@arm.com (email), tblah (GitHub), tblah (Discourse)
Valentin Clement \
clementval@gmail.com (email), clementval (GitHub), clementval (Discourse)
#### OpenMP
##### CPU support
Tom Eccles \
tom.eccles@arm.com (email), tblah (GitHub), tblah (Discourse)
##### OpenMP 6.0
Krzysztof Parzyszek \
Krzysztof.Parzyszek@amd.com (email), kparzysz (GitHub), kparzysz (Discourse)
##### Target Offload
Sergio Afonso \
safonsof@amd.com (email), skatrak (GitHub), skatrak (Discourse)
#### OpenACC
Valentin Clement \
clementval@gmail.com (email), clementval (GitHub), clementval (Discourse)
Razvan Lupusoru \
razvan.lupusoru@gmail.com (email), razvanlupusoru (GitHub), razvan.lupusoru (Discourse)
#### CUDA Fortran
Valentin Clement \
clementval@gmail.com (email), clementval (GitHub), clementval (Discourse)
#### Debug
Abid Qadeer \
haqadeer@amd.com (email), abidh (GitHub), abidh (Discourse)
## Inactive Maintainers
### Lead Maintainers
#### Backend : (Lowering, FIR, Codegen)
Eric Schweitz \
eschweitz@nvidia.com (email), schweitzpgi (GitHub), schweitz (Discourse)
### Component Maintainers
#### Semantics
Tim Keith
#### OpenMP
Kiran Chandramohan \
kiran.chandramohan@arm.com (email), kiranchandramohan (GitHub), kiranchandramohan (Discourse)
|