Skip to content

Blocking for partial directions

Markus Holzer requested to merge holzer/pystencils:CPU_Blocking into master

In the current implementation, it was only possible to block for all coordinates. However, for some problems it might make sense to only block one specific direction. This can now be achieved by setting unwanted coordinates to zero.

Merge request reports