Skip to content

Do not include PragmaModelTransformation and TemporariesAllcoationTransformation in SCC pipelines #594

@reuterbal

Description

@reuterbal

Is your feature request related to a problem? Please describe.

The various flavours of SCC pipelines defined in loki/transformations/single_column/scc.py finish the PragmaModelTransformation to translate Loki directives to programming model directives and, optionally, a transformation to handle the allocation of automatic (temporary) arrays.
This limits the flexibility of amending these pipelines with custom transformation steps, as such additional steps might be required after the pipelines has mostly been applied but before these two final steps, which kind of "round off" the transformation process. Particularly, when additional steps have an impact on the number of temporaries or may introduce Loki directives that are to be translated to the target programming model.

Describe the solution you'd like

The SCC pipelines should be reduced to the two main flavours, SCCS and SCCV. The combination with a pragma model and, optionally, handling of temporaries, should be handled in the config file.

Describe alternatives you've considered

No response

Additional context

No response

Organisation

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions