File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -291,6 +291,13 @@ See both the polyhedral Polygeist paper
291291and 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
296303Pylir aims to be an optimizing Ahead-of-Time Python Compiler with high language
You can’t perform that action at this time.
0 commit comments