Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be8568c

Browse files
committed
Initial commit: MLIR Out-of-Tree Tutorial (FR/EN structure)
1 parent e02632a commit be8568c

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
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.

_config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

docs/en/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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)

docs/fr/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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)

0 commit comments

Comments
 (0)