loki.transformations.transpile.fortran_maxeler
Classes
Fortran-to-Maxeler transformation that translates the given routine into .maxj and generates a matching manager and host code with corresponding ISO-C wrappers.  | 
- class FortranMaxTransformation
 Bases:
TransformationFortran-to-Maxeler transformation that translates the given routine into .maxj and generates a matching manager and host code with corresponding ISO-C wrappers.
- transform_subroutine(routine, **kwargs)
 Defines the transformation to apply to
Subroutineitems.For transformations that modify
Subroutineobjects, this method should be implemented. It gets called via the dispatch methodapply().- Parameters:
 routine (
Subroutine) – The subroutine to be transformed.**kwargs (optional) – Keyword arguments for the transformation.