Add `pystencils.make_python_function` used for KernelFunction.compile
Compare changes
- Stephan Seitz authored
@@ -26,4 +26,5 @@ def create_kernel(assignments, function_name="kernel", type_info=None, split_gro
@@ -26,4 +26,5 @@ def create_kernel(assignments, function_name="kernel", type_info=None, split_gro
code = create_kernel(assignments, function_name, type_info, split_groups, iteration_slice, ghost_layers)