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
18 changes: 17 additions & 1 deletion docs/insights/EuroLLVM2023.en.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
# EuroLLVM2023

## Buddy Compiler: An MLIR-based Compilation Framework for Deep Learning Co-design

<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"
title="2023 EuroLLVM - Buddy Compiler: An MLIR-based Compilation Framework for Deep Learning Co-design"
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).

## RISC-V Vector Extension Support in MLIR: Motivation, Abstraction, and Application

<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/i9dsjzVOvy8"
style="width: 100%; height: 100%; border: none; border-radius: 8px;"
title="2023 EuroLLVM - RISC-V Vector Extension Support in MLIR: Motivation, Abstraction, and Application"
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=i9dsjzVOvy8).
18 changes: 17 additions & 1 deletion docs/insights/EuroLLVM2023.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
# EuroLLVM2023

## Buddy Compiler: An MLIR-based Compilation Framework for Deep Learning Co-design

<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 演讲视频"
title="2023 EuroLLVM - Buddy Compiler: An MLIR-based Compilation Framework for Deep Learning Co-design"
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)。

## RISC-V Vector Extension Support in MLIR: Motivation, Abstraction, and Application

<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/i9dsjzVOvy8"
style="width: 100%; height: 100%; border: none; border-radius: 8px;"
title="2023 EuroLLVM - RISC-V Vector Extension Support in MLIR: Motivation, Abstraction, and Application"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>

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