An error occurred while fetching the assigned milestone of the selected merge_request.
Add `pystencils.make_python_function` used for KernelFunction.compile
- Jul 16, 2019
-
-
Stephan Seitz authoredc15b21cc
-
Stephan Seitz authored
`KernelFunction.compile = None` is currently set by the `create_kernel` function of each respective backend as partial function of `<backend>.make_python_function`. The code would be clearer with a unified `make_python_function`. `KernelFunction.compile` can then be implemented as a call to this function with the respective backend.
a7e61dc4
-