Skip to content
Snippets Groups Projects
Commit 6f8ff7ad authored by Markus Holzer's avatar Markus Holzer Committed by Martin Bauer
Browse files

Bufix in boundary handling - transfer of data to GPU

parent 843ea751
Branches
Tags
No related merge requests found
...@@ -318,7 +318,7 @@ class BoundaryHandling: ...@@ -318,7 +318,7 @@ class BoundaryHandling:
def to_cpu(gpu_version, cpu_version): def to_cpu(gpu_version, cpu_version):
gpu_version = gpu_version.boundary_object_to_index_list gpu_version = gpu_version.boundary_object_to_index_list
cpu_version = cpu_version.boundary_object_to_index_list cpu_version = cpu_version.boundary_object_to_index_list
for obj, cpu_arr in cpu_version.values(): for obj, cpu_arr in cpu_version.items():
gpu_version[obj].get(cpu_arr) gpu_version[obj].get(cpu_arr)
@staticmethod @staticmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment