How to transform Mako template into c- or cuda-type?
93 views
Skip to first unread message
Kiny Wan
unread,
Jul 2, 2020, 10:28:28 PM7/2/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyFR Mailing List
Dear all,
In the publication of PyFR (PyFR: An open source framework for solving advection–diffusion type problems on streaming architectures using the flux reconstruction approach), the idea of Mako is very interesting that extends a small piece of code into c- or cuda-type. I would like to ask about which python file in PyFR controls the transformation? and how to find the generated CUDA source/OpenMP annotated C source related to corresponding Mako template?
Regards
Kiny
Freddie Witherden
unread,
Jul 2, 2020, 10:36:16 PM7/2/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyfrmai...@googlegroups.com
The translation is mostly done in the various subclasses of
BaseKernelGenerator in: