Skip to content

Commit 6673cd5

Browse files
committed
compiler: Pass kwargs to make_parallel
1 parent 1160bae commit 6673cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devito/passes/iet/parpragma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def _make_parallel(self, iet, sync_mapper=None):
432432

433433
return iet, {'includes': [self.langbb['header']]}
434434

435-
def make_parallel(self, graph):
435+
def make_parallel(self, graph, **kwargs):
436436
return self._make_parallel(graph, sync_mapper=graph.sync_mapper)
437437

438438

0 commit comments

Comments
 (0)