Skip to content

Commit 64bb375

Browse files
committed
[docs] Document regular LLVM sync-ups
This documents current regular LLVM sync-ups that are happening in the Getting Involved section. I hope this gives a bit more visibility to regular sync-ups that are happening in the LLVM community, documenting another way communication in the community happens. Of course the downside is that this is another location that sync-up metadata needs to be maintained. That being said, the structure as proposed means that no changes are needed once a new sync-up is added, apart from maybe removing the entry once it becomes clear that that particular sync-up series is completely cancelled. Documenting a few pointers on how current sync-ups happen may also encourage others to organize useful sync-ups on specific topics. I've started with adding the sync-ups I'm aware of. There's a good chance I've missed some. If most sync-ups end up having a public google calendar, we could also create and maintain a public google calendar that shows all events happening in the LLVM community, including dev meetings, sync-ups, socials, etc - assuming that would be valuable. Differential Revision: https://reviews.llvm.org/D98797
1 parent 6a9e7b1 commit 64bb375

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

llvm/docs/GettingInvolved.rst

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,52 @@ lists.
135135

136136
.. __: http://lists.llvm.org/mailman/listinfo/llvm-announce
137137

138+
Online Sync-Ups
139+
---------------
140+
141+
A number of regular calls are organized on specific topics. It should be
142+
expected that the range of topics will change over time. At the time of
143+
writing, the following sync-ups are organized:
144+
145+
.. list-table:: LLVM regular sync-up calls
146+
:widths: 25 25 25 25
147+
:header-rows: 1
148+
149+
* - Topic
150+
- Frequency
151+
- Calendar link
152+
- Minutes/docs link
153+
* - RISC-V
154+
- Every 2 weeks on Thursday
155+
- `ics <https://calendar.google.com/calendar/ical/lowrisc.org_0n5pkesfjcnp0bh5hps1p0bd80%40group.calendar.google.com/public/basic.ics>`__
156+
`gcal <https://calendar.google.com/calendar/b/1?cid=bG93cmlzYy5vcmdfMG41cGtlc2ZqY25wMGJoNWhwczFwMGJkODBAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ>`__
157+
-
158+
* - Scalable Vectors and Arm SVE
159+
- Monthly, every 3rd Tuesday
160+
-
161+
- `Minutes/docs <https://docs.google.com/document/d/1UPH2Hzou5RgGT8XfO39OmVXKEibWPfdYLELSaHr3xzo/edit>`__
162+
* - ML Guided Compiler Optimizations
163+
- Monthly
164+
-
165+
- `Minutes/docs <https://docs.google.com/document/d/1JecbplF09l3swTjze-UVeLh4L48svJxGVy4mz_e9Rhs/edit?usp=gmail#heading=h.ts9cmcjbir1j>`__
166+
* - `LLVM security group <https://llvm.org/docs/Security.html>`__
167+
- Monthly, every 3rd Tuesday
168+
- `ics <https://calendar.google.com/calendar/ical/eoh3m9k1l6vqbd1fkp94fv5q74%40group.calendar.google.com/public/basic.ics>`__
169+
`gcal <https://calendar.google.com/calendar/embed?src=eoh3m9k1l6vqbd1fkp94fv5q74%40group.calendar.google.com>`__
170+
- `Minutes/docs <https://docs.google.com/document/d/1GLCE8cl7goCaLSiM9j1eIq5IqeXt6_YTY2UEcC4jmsg/edit?usp=sharing>`__
171+
* - `CIRCT <https://github.com/llvm/circt>`__
172+
- Weekly, on Wednesday
173+
-
174+
- `Minutes/docs <https://docs.google.com/document/d/1fOSRdyZR2w75D87yU2Ma9h2-_lEPL4NxvhJGJd-s5pk/edit#heading=h.mulvhjtr8dk9>`__
175+
* - `MLIR <https://mlir.llvm.org>`__ design meetings
176+
- Weekly, on Thursdays
177+
-
178+
- `Minutes/docs <https://docs.google.com/document/d/1y_9f1AbfgcoVdJh4_aM6-BaSHvrHl8zuA5G4jv_94K8/edit#heading=h.cite1kolful9>`__
179+
* - flang and openmp
180+
- Multiple meeting series, `documented here <https://github.com/llvm/llvm-project/blob/main/flang/docs/GettingInvolved.md#calls>`__
181+
-
182+
-
183+
138184
IRC
139185
---
140186

0 commit comments

Comments
 (0)