Skip to content
Snippets Groups Projects

Add function to prepend pragmas to loops

Merged Frederik Hennig requested to merge da15siwa/pystencils:pragmas into master
All threads resolved!
Compare and
4 files
+ 124
5
Preferences
Compare changes
Files
4
from pystencils.cpu.cpujit import make_python_function
from pystencils.cpu.kernelcreation import add_openmp, create_indexed_kernel, create_kernel
from pystencils.cpu.kernelcreation import add_openmp, create_indexed_kernel, create_kernel, add_pragmas
__all__ = ['create_kernel', 'create_indexed_kernel', 'add_openmp', 'make_python_function']
__all__ = ['create_kernel', 'create_indexed_kernel', 'add_openmp', 'add_pragmas', 'make_python_function']