Skip to content

Use common shape to resolve buffer access

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

Pystencils assume that all fields have the same spatial shape. Thus the field access should also be resolved by one common field shape. This was violated in the GPU kernel creation and should be fixed with this MR

Merge request reports