File tree Expand file tree Collapse file tree 4 files changed +37
-1
lines changed Expand file tree Collapse file tree 4 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 1- # MLIR-Tutorial
1+ # MLIR Out-of-Tree Tutorial
2+ Tutoriel complet (FR/EN) pour créer un dialecte MLIR out-of-tree.
3+ Publié via GitHub Pages avec Just the Docs.
Original file line number Diff line number Diff line change 1+ title : MLIR Out-of-Tree Tutorial
2+ description : " Tutoriel complet pour créer un dialecte MLIR out-of-tree (FR/EN)"
3+ theme : just-the-docs
4+
5+ url : " https://TON-USER.github.io"
6+ baseurl : " /mlir-out-of-tree-tutorial"
7+
8+ aux_links :
9+ " 🇫🇷 Français " :
10+ - " /mlir-out-of-tree-tutorial/fr/"
11+ " 🇬🇧 English " :
12+ - " /mlir-out-of-tree-tutorial/en/"
13+
14+ search_enabled : true
15+ search :
16+ heading_level : 2
Original file line number Diff line number Diff line change 1+ # MLIR Out-of-Tree Tutorial (EN)
2+
3+ Welcome to this complete tutorial on creating an ** out-of-tree** MLIR dialect.
4+
5+ - [ Introduction] ( intro.md )
6+ - [ Environment and CMake] ( env.md )
7+ - [ Dialect Creation] ( dialect.md )
8+ - [ Passes and Lowering] ( passes.md )
9+ - [ Testing with lit] ( tests.md )
Original file line number Diff line number Diff line change 1+ # Tutoriel MLIR Out-of-Tree (FR)
2+
3+ Bienvenue dans ce tutoriel complet sur la création d’un dialecte MLIR ** out-of-tree** .
4+
5+ - [ Introduction] ( intro.md )
6+ - [ Environnement et CMake] ( env.md )
7+ - [ Création du Dialecte] ( dialect.md )
8+ - [ Passes et Lowering] ( passes.md )
9+ - [ Tests avec lit] ( tests.md )
You can’t perform that action at this time.
0 commit comments