Skip to content
Snippets Groups Projects
Commit a7e61dc4 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Add `pystencils.make_python_function` used for KernelFunction.compile

`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.
parent 305107fa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment