Draft: Develop
Compare changes
- Markus Holzer authored
@@ -58,6 +58,8 @@ void aligned_free( void *ptr )
@@ -66,22 +68,27 @@ int main(int argc, char **argv)
This MR adds two features to pystencils. First, the base pointer specification is revealed to the user which allows producing kernels with less register usage. Second, the summands insider the summation printer are printer recursively now which allows for more parallelism inside a single core.