"src/pyronn_torch/codegen.py" did not exist on "7a2153e7c6577b201fe0cd73056148590b4bbf59"
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.