Add autodiff
- Jun 27, 2019
-
-
Stephan Seitz authored0bcd0156
-
Stephan Seitz authored
Add kernelcreation.make_python_function (generic version of {cuda,cpu,llvm}jit.make_python_function) This is roughly equivalent to kernel_function_node.compile(backend=...) but it is easier to find and inspect. Since all backend have `make_python_function` it makes sense to add a generic one.
a3dc9ad2 -
Stephan Seitz authored
This properties checks whether all writes of this AC are exclusive, i.e. can be safely parallelized. AC not fulfilling this property are malformed for pystencils since this property is implicitly assumed.
b5a56ad5
-