Gpu bufferfield fix
Compare changes
@@ -34,7 +34,7 @@ def create_cuda_kernel(assignments: Union[AssignmentCollection, NodeCollection],
@@ -34,7 +34,7 @@ def create_cuda_kernel(assignments: Union[AssignmentCollection, NodeCollection],
Some small changes in the calculation of the field sizes to allow only buffered fields as well as only absolute access fields. This is needed to allow AA-pattern and communication hiding for sparse kernels (ListLBM)