You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 2023-05 EuroLLVM dev meeting
* changes to order for 2023-05
* Update data/devmtg/2023-05/keynote.yml
---------
Co-authored-by: Chaitanya Shahare <[email protected]>
The Euro LLVM Developers' Meeting is a bi-annual gathering of the entire LLVM Project community. The conference is organized by the LLVM Foundation and many volunteers within the LLVM community. Developers and users of LLVM, Clang, and related subprojects will enjoy attending interesting talks, impromptu discussions, and networking with the many members of our community. Whether you are a new to the LLVM project or a long time member, there is something for each attendee.
15
+
16
+
To see the agenda, speakers, and register, please visit the Event Site here: https://llvm.swoogo.com/2024eurollvm
17
+
18
+
What can you can expect at an LLVM Developers' Meeting?
19
+
20
+
-**Technical Talks**
21
+
22
+
These 20-30 minute talks cover all topics from core infrastructure talks, to project's using LLVM's infrastructure. Attendees will take away technical information that could be pertinent to their project or general interest.
23
+
-**Tutorials**
24
+
25
+
Tutorials are 50-60 minute sessions that dive down deep into a technical topic. Expect in depth examples and explanations.
26
+
27
+
-**Lightning Talks**
28
+
29
+
These are fast 5 minute talks that give you a taste of a project or topic. Attendees will hear a wide range of topics and probably leave wanting to learn more.
30
+
31
+
-**Quick Talks**
32
+
33
+
Quick 10 minute talks that dive a bit deeper into a topic, but not as deep as a Technical Talk.
34
+
35
+
-**Student Technical Talks**
36
+
37
+
Graduate or Undergraduate students present their work using LLVM.
38
+
39
+
40
+
What types of people attend?
41
+
42
+
- Active developers of projects in the LLVM Umbrella (LLVM core, Clang, LLDB, libc++, compiler_rt, flang, lld, MLIR, etc).
43
+
- Anyone interested in using these as part of another project.
44
+
- Students and Researchers
45
+
- Compiler, programming language, and runtime enthusiasts.
46
+
- Those interested in using compiler and toolchain technology in novel and interesting ways.
47
+
48
+
The LLVM Developers' Meeting strives to be the best conference to meet other LLVM developers and users.
49
+
50
+
For future announcements or questions: Please visit the LLVM Discourse forums. Most posts are in the Announcements or Community categories and tagged with usllvmdevmtg.
51
+
52
+
## Program
53
+
54
+
### Keynote
55
+
56
+
{{< event_talks
57
+
"devmtg/2023-05/keynote"
58
+
"keynote"
59
+
>}}
60
+
61
+
### Technical Talks
62
+
63
+
{{< event_talks
64
+
"devmtg/2023-05/technical_talks"
65
+
"technical_talks"
66
+
>}}
67
+
68
+
### Tutorials
69
+
70
+
{{< event_talks
71
+
"devmtg/2023-05/tutorials"
72
+
"tutorials"
73
+
>}}
74
+
75
+
### Quick Talks
76
+
77
+
{{< event_talks
78
+
"devmtg/2023-05/quick_talks"
79
+
"quick_talks"
80
+
>}}
81
+
82
+
### Lightning Talks
83
+
84
+
{{< event_talks
85
+
"devmtg/2023-05/lightning_talks"
86
+
"lightning_talks"
87
+
>}}
88
+
89
+
### Student Technical Talks
90
+
91
+
{{< event_talks
92
+
"devmtg/2023-05/student_technical_talks"
93
+
"student_technical_talks"
94
+
>}}
95
+
96
+
### Posters
97
+
98
+
{{< event_posters
99
+
"devmtg/2023-05/posters"
100
+
"posters"
101
+
>}}
102
+
103
+
## Code of Conduct
104
+
105
+
The LLVM Foundation is dedicated to providing an inclusive and safe
106
+
experience for everyone. We do not tolerate harassment of participants in any
107
+
form. By registering for this event, we expect you to have read and agree to
108
+
the [LLVM Code of Conduct](http://llvm.org/docs/CodeOfConduct.html).
0 commit comments