There was an error fetching the commit references. Please try again later.
Restructured KernelFunction node to get rid of monkey-patching
- backend, target and compile are now normal members of the KernelFunction node and populated in constructor
Showing
- pystencils/astnodes.py 21 additions, 4 deletionspystencils/astnodes.py
- pystencils/cpu/kernelcreation.py 6 additions, 7 deletionspystencils/cpu/kernelcreation.py
- pystencils/gpucuda/kernelcreation.py 2 additions, 6 deletionspystencils/gpucuda/kernelcreation.py
- pystencils/llvm/kernelcreation.py 16 additions, 15 deletionspystencils/llvm/kernelcreation.py
- pystencils/transformations.py 3 additions, 5 deletionspystencils/transformations.py
- pystencils_tests/test_jacobi_cbackend.py 7 additions, 5 deletionspystencils_tests/test_jacobi_cbackend.py
Please register or sign in to comment