Opencl datahandling
Compare changes
- Stephan Seitz authored
+ 13
− 5
@@ -12,7 +13,6 @@ from pystencils.simp.assignment_collection import AssignmentCollection
@@ -12,7 +13,6 @@ from pystencils.simp.assignment_collection import AssignmentCollection
@@ -143,7 +143,9 @@ def create_indexed_kernel(assignments,
@@ -143,7 +143,9 @@ def create_indexed_kernel(assignments,
coordinates which are stored in an index field. This traversal method can e.g. be used for boundary handling.
@@ -193,7 +195,7 @@ def create_indexed_kernel(assignments,
@@ -193,7 +195,7 @@ def create_indexed_kernel(assignments,
@@ -202,6 +204,12 @@ def create_indexed_kernel(assignments,
@@ -202,6 +204,12 @@ def create_indexed_kernel(assignments,
@@ -298,7 +306,7 @@ def create_staggered_kernel(assignments, target='cpu', gpu_exclusive_conditions=
@@ -298,7 +306,7 @@ def create_staggered_kernel(assignments, target='cpu', gpu_exclusive_conditions=