Skip to content

Commit e1dcb86

Browse files
authored
Merge pull request #2548 from devitocodes/launch-bounds
compiler: Fix update_properties
2 parents f854b0c + 9a21ec2 commit e1dcb86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devito/ir/support/properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def update_properties(properties, exprs):
195195
except AttributeError:
196196
break
197197

198-
if not wf._mem_shared:
198+
if not rf or not wf._mem_shared:
199199
break
200200
dims.update({d.parent for d in wf.dimensions if d.parent in properties})
201201

0 commit comments

Comments
 (0)