Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
</div>
<div class="docs-nav__children">
<a href="docs.html#C4ML2024" class="docs-nav__child" data-doc="C4ML2024">C4ML2024</a>
<a href="docs.html#EuroLLVM2023" class="docs-nav__child" data-doc="EuroLLVM2023">EuroLLVM2023</a>
</div>
</div>
<a href="docs.html#about" class="docs-nav__item" data-doc="about" data-i18n="doc.about">关于</a>
Expand Down
10 changes: 9 additions & 1 deletion docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@
descEn: "Buddy Compiler at C4ML 2024",
markdownUrl: "docs/insights/C4ML2024.md",
bodyOnly: true
},
EuroLLVM2023: {
title: "EuroLLVM2023",
titleEn: "EuroLLVM2023",
desc: "EuroLLVM 2023 演讲视频",
descEn: "EuroLLVM 2023 talk video",
markdownUrl: "docs/insights/EuroLLVM2023.md",
bodyOnly: true
}
};

Expand Down Expand Up @@ -964,7 +972,7 @@
operatorLangBtn.setAttribute("aria-expanded", "true");
}
}
if (id === "insights" || id === "C4ML2024") {
if (id === "insights" || id === "C4ML2024" || id === "EuroLLVM2023") {
var groups = document.querySelectorAll(".docs-nav__group");
var insightsBtn = document.getElementById("docsNavInsights");
var insightsGroup = insightsBtn ? insightsBtn.closest(".docs-nav__group") : null;
Expand Down
13 changes: 13 additions & 0 deletions docs/insights/EuroLLVM2023.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# EuroLLVM2023

<div class="video-embed-wrap" style="width: 100%; max-width: 900px; margin: 1.5rem 0; aspect-ratio: 16/9; min-height: 240px;">
<iframe
src="https://www.youtube.com/embed/EELBpBA-XCE"
style="width: 100%; height: 100%; border: none; border-radius: 8px;"
title="EuroLLVM 2023 talk video"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>

If the embedded player does not load, [watch on YouTube](https://www.youtube.com/watch?v=EELBpBA-XCE).
13 changes: 13 additions & 0 deletions docs/insights/EuroLLVM2023.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# EuroLLVM2023

<div class="video-embed-wrap" style="width: 100%; max-width: 900px; margin: 1.5rem 0; aspect-ratio: 16/9; min-height: 240px;">
<iframe
src="https://www.youtube.com/embed/EELBpBA-XCE"
style="width: 100%; height: 100%; border: none; border-radius: 8px;"
title="EuroLLVM 2023 演讲视频"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>

若嵌入播放器无法加载,请 [在 YouTube 上观看](https://www.youtube.com/watch?v=EELBpBA-XCE)。
Loading