From: Kristof Beyls Date: Wed, 17 Mar 2021 16:55:56 +0000 (+0100) Subject: [docs] Document regular LLVM sync-ups X-Git-Tag: llvmorg-14-init~11996 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64bb3759dda5191bd51c4b8114eca12a24b9a5f2;p=platform%2Fupstream%2Fllvm.git [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 --- diff --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst index 3b6e14e..c6856cc 100644 --- a/llvm/docs/GettingInvolved.rst +++ b/llvm/docs/GettingInvolved.rst @@ -135,6 +135,52 @@ lists. .. __: http://lists.llvm.org/mailman/listinfo/llvm-announce +Online Sync-Ups +--------------- + +A number of regular calls are organized on specific topics. It should be +expected that the range of topics will change over time. At the time of +writing, the following sync-ups are organized: + +.. list-table:: LLVM regular sync-up calls + :widths: 25 25 25 25 + :header-rows: 1 + + * - Topic + - Frequency + - Calendar link + - Minutes/docs link + * - RISC-V + - Every 2 weeks on Thursday + - `ics `__ + `gcal `__ + - + * - Scalable Vectors and Arm SVE + - Monthly, every 3rd Tuesday + - + - `Minutes/docs `__ + * - ML Guided Compiler Optimizations + - Monthly + - + - `Minutes/docs `__ + * - `LLVM security group `__ + - Monthly, every 3rd Tuesday + - `ics `__ + `gcal `__ + - `Minutes/docs `__ + * - `CIRCT `__ + - Weekly, on Wednesday + - + - `Minutes/docs `__ + * - `MLIR `__ design meetings + - Weekly, on Thursdays + - + - `Minutes/docs `__ + * - flang and openmp + - Multiple meeting series, `documented here `__ + - + - + IRC ---