File tree 3 files changed +28
-5
lines changed
3 files changed +28
-5
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ Compiler-research.org provides a platform where researchers from Princeton
33
33
University and CERN, as well as contributors from around the world, can come
34
34
together to exchange ideas, share insights, and engage in interdisciplinary
35
35
collaborations. By focusing on interpretative C/C++/CUDA, automatic
36
- differentiation tools, and C++ language interoperability with Python and D,
37
- our goal is to revolutionize scientific software development and contribute
38
- to the evolution of programming languages.
36
+ differentiation tools, and C++ language interoperability with Python, our goal
37
+ is to revolutionize scientific software development and contribute to the
38
+ evolution of programming languages.
39
39
40
40
<i >If you are interested in our work you can join our
41
41
[ compiler-research-announce google groups forum] ( https://groups.google.com/g/compiler-research-announce )
42
- or follow us on [ LinkedIn] ( https://www.linkedin.com/groups/9579649/ ) </i >
42
+ or follow us on [ LinkedIn] ( https://www.linkedin.com/groups/9579649/ ) . </i >
43
43
44
44
## Recent Content
45
45
Original file line number Diff line number Diff line change @@ -8,6 +8,21 @@ permalink: /meetings/
8
8
9
9
# Project Meetings
10
10
11
+ The project meetings serve as a place to gain insights into the ongoing
12
+ activities conducted by our group, exploring the intersection of compiler
13
+ research and data science. The project meetings are virtual and typically take
14
+ place the first Thursday of the month. While our current emphasis is on
15
+ automatic differentiation, interpretative C/C++/CUDA, and C++ language
16
+ interoperability with Python, we are equally dedicated to promoting the research
17
+ and applications of programming languages infrastructure in various
18
+ domains. Additionally, these meetings often feature invited speakers,
19
+ contributing diverse perspectives and enriching discussions, fostering a
20
+ collaborative environment for the exchange of knowledge and ideas.
21
+
22
+ <i >If you are interested in our work you can join our
23
+ [ compiler-research-announce google groups forum] ( https://groups.google.com/g/compiler-research-announce )
24
+ or follow us on [ LinkedIn] ( https://www.linkedin.com/groups/9579649/ ) .</i >
25
+
11
26
{% assign sorted_meetings = site.data.meetinglist | sort: "date" | reverse %}
12
27
13
28
{% for meeting in sorted_meetings %}
Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ permalink: /team_meetings/
8
8
9
9
# Team Meetings
10
10
11
+ The team meetings are used to discuss ongoing implementation challenges and
12
+ reporting progress on the group's projects. The team is geographically
13
+ distributed and comprises contributors actively involved in the implementation
14
+ of specific projects the group is focused on. These virtual meetings are
15
+ scheduled once a week on Wednesdays, serving as a collaborative space where team
16
+ members often initiate discussions or share presentations to inform the group
17
+ about ongoing plans and results.
18
+
11
19
{% assign standing_meetings = site.data.standing_meetings %}
12
20
13
21
{% for smeeting in standing_meetings %}
@@ -40,4 +48,4 @@ permalink: /team_meetings/
40
48
41
49
</div >
42
50
43
- {% endfor %}
51
+ {% endfor %}
You can’t perform that action at this time.
0 commit comments