File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 5
5
label : caas_01Feb2024
6
6
agenda :
7
7
- title : " Exocompilation for productive programming of hardware accelerators"
8
- speaker : " Yuka Ikarashi"
8
+ speaker :
9
+ image : " https://media.licdn.com/dms/image/C5603AQHzxnclCX9tEw/profile-displayphoto-shrink_800_800/0/1597949617547?e=1712188800&v=beta&t=-vVNhjYV5MvUcua07Go3u6nPi43NVmPwnaIyULx8IOI"
10
+ name : " Yuka Ikarashi"
11
+ bio : |
12
+ Yuka Ikarashi is a fourth-year PhD candidate at MIT CSAIL, advised
13
+ by Jonathan Ragan-Kelley. She is interested in creating compiler
14
+ systems and programming languages for real-world applications. She
15
+ is a co-creator of the Exo programming language and has been a
16
+ developer for other compiler frameworks such as Clang/LLVM and ROOT.
17
+ She previously worked at Apple, Amazon, and CERN. She received
18
+ Masason Foundation Fellowship and Funai Foundation Fellowship awards.
9
19
description : |
10
20
High-performance kernel libraries are critical to exploiting
11
21
accelerators and specialized instructions in many applications. Because
Original file line number Diff line number Diff line change @@ -40,10 +40,24 @@ or follow us on [LinkedIn](https://www.linkedin.com/groups/9579649/).</i>
40
40
<ul >{% for item in meeting.agenda %}
41
41
<li><strong>{{item.title}}</strong>
42
42
{% if item.speaker %}
43
+ {% if item.speaker.first %}
44
+ ({{ item.speaker.name }})
45
+ {% else %}
43
46
({{item.speaker}})
44
47
{% endif %}
48
+ {% endif %}
45
49
{% if item.description %}
46
- <br/> <i>Abstract:</i>{{item.description | markdownify }}
50
+ <br /> <i>Abstract:</i>{{item.description | markdownify }}
51
+ {% endif %}
52
+ {% if item.speaker and item.speaker.first %}
53
+ <div class="row">
54
+ <div class="col-md-1">
55
+ <img style="border-radius:50%" width="72px" class="shadow-4-strong" alt="{{item.speaker.name}}" src="{{item.speaker.image}}" />
56
+ </div>
57
+ <div class="col-md-11">
58
+ <i>{{item.speaker.bio}}</i>
59
+ </div>
60
+ </div>
47
61
{% endif %}
48
62
{% if item.slides %}
49
63
<a style="text-decoration:none;" href="{{item.slides}}">Slides</a>
You can’t perform that action at this time.
0 commit comments