Skip to content

Add function to prepend pragmas to loops

Frederik Hennig requested to merge da15siwa/pystencils:pragmas into master

Add a function to prepend #pragma directives to domain loops according to their nesting depth. Useful for compiler-specific annotations and interactions, especially with less well-known niche compilers (like Fujitsu's ARM-compiler).

Merge request reports