Skip to content
Snippets Groups Projects
Commit c6eef9cc authored by Daniel Bauer's avatar Daniel Bauer :speech_balloon:
Browse files

don't import from deprecated pystencils.kernelcreation

parent c5cf38b1
No related merge requests found
Pipeline #71840 passed with stages
in 4 minutes and 42 seconds
......@@ -18,7 +18,7 @@ from .field import Field, FieldType, fields
from .types import create_type, create_numeric_type
from .cache import clear_cache
from .kernel_decorator import kernel, kernel_config
from .kernelcreation import create_kernel, create_staggered_kernel
from .codegen.driver import create_kernel, create_staggered_kernel
from .codegen import Kernel
from .jit import no_jit
from .backend.exceptions import KernelConstraintsError
......
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