Skip to content

Commit 18dba9d

Browse files
committed
compiler: Fixup lower_async_objs
1 parent 98df634 commit 18dba9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devito/passes/iet/asynchrony.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def pthreadify(graph, **kwargs):
3838
AsyncMeta = namedtuple('AsyncMeta', 'sdata threads init shutdown')
3939

4040

41-
@iet_pass
41+
@iet_pass(updates_args=True)
4242
def lower_async_objs(iet, **kwargs):
4343
# Different actions depending on the Callable type
4444
iet, efuncs = _lower_async_objs(iet, **kwargs)

0 commit comments

Comments
 (0)