Skip to content
Snippets Groups Projects
Commit 7a44d4fa authored by Markus Holzer's avatar Markus Holzer
Browse files

Small Fix

parent c897d654
No related branches found
No related tags found
No related merge requests found
Pipeline #52748 passed
...@@ -6,9 +6,9 @@ from jinja2 import Environment, PackageLoader, StrictUndefined ...@@ -6,9 +6,9 @@ from jinja2 import Environment, PackageLoader, StrictUndefined
import numpy as np import numpy as np
from pystencils.backends.cbackend import generate_c, get_headers from pystencils.backends.cbackend import generate_c, get_headers
from pystencils.astnodes import KernelFunction, PragmaBlock from pystencils.astnodes import KernelFunction
from pystencils.enums import Backend from pystencils.enums import Backend
from pystencils.data_types import get_base_type from pystencils.typing import get_base_type
from pystencils.sympyextensions import prod from pystencils.sympyextensions import prod
from pystencils.integer_functions import modulo_ceil from pystencils.integer_functions import modulo_ceil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment