Skip to content
Snippets Groups Projects
Commit 27366695 authored by Martin Bauer's avatar Martin Bauer
Browse files

More generic iterative LB initialization

- update kida vortex benchmark
parent 8833346c
No related merge requests found
......@@ -152,7 +152,7 @@ class DataHandling(ABC):
"""
@abstractmethod
def swap(self, name1, name2):
def swap(self, name1, name2, gpu=False):
"""Swaps data of two arrays"""
# ------------------------------- CPU/GPU transfer -----------------------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment