Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Plewinski
pystencils
Commits
27366695
Commit
27366695
authored
May 15, 2018
by
Martin Bauer
Browse files
More generic iterative LB initialization
- update kida vortex benchmark
parent
8833346c
Changes
1
Hide whitespace changes
Inline
Side-by-side
datahandling/datahandling_interface.py
View file @
27366695
...
...
@@ -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 -----------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment