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

Small Fix

parent c897d654
No related merge requests found
Pipeline #52748 passed with stages
in 53 seconds
......@@ -6,9 +6,9 @@ from jinja2 import Environment, PackageLoader, StrictUndefined
import numpy as np
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.data_types import get_base_type
from pystencils.typing import get_base_type
from pystencils.sympyextensions import prod
from pystencils.integer_functions import modulo_ceil
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment