xdslproject / psy

PSyclone xDSL dialects and support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSyclone xDSL transformations

Needs to have ftn xDSL dialect in PYTHONPATH

./psy-opt -p "ftn-ast-to-ftn-dag" output.xdsl

./psy-opt -p "ftn-ast-to-ftn-dag" output.xdsl -t fortran

./psy-opt -p "ftn-ast-to-ftn-dag,bind-procedures,apply-gpu-analysis" output.xdsl -t fortran-openacc

./psy-opt -p "ftn-ast-to-ftn-dag,bind-procedures,apply-pgas-analysis" output.xdsl -t fortran

About

PSyclone xDSL dialects and support

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%