Skip to content

Commit 7e018d8

Browse files
Add PyDSL to MLIR Users (#267)
Co-authored-by: Jakub Kuderski <kubakuderski@gmail.com>
1 parent 89acfc7 commit 7e018d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/content/users/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,13 @@ See both the polyhedral Polygeist paper
291291
and the GPU Polygeist paper
292292
[High-Performance GPU-to-CPU Transpilation and Optimization via High-Level Parallel Constructs](https://arxiv.org/abs/2207.00257)
293293

294+
## [PyDSL](https://github.com/Huawei-CPLLab/PyDSL): A pythonic frontend for MLIR
295+
296+
PyDSL aims to provide an interface between Python and MLIR.
297+
The project aims for simplicity, i.e., the project should be easy to maintain with a
298+
thin layer of translation, as well as that the syntax for PyDSL should be as close
299+
to legal Python as possible, while maintaining the precision of MLIR.
300+
294301
## [Pylir](https://github.com/zero9178/Pylir)
295302

296303
Pylir aims to be an optimizing Ahead-of-Time Python Compiler with high language

0 commit comments

Comments
 (0)