Skip to content

Commit

Permalink
compiler: Set Function._mem_heap
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Jan 24, 2025
1 parent 2537280 commit 770a4cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devito/types/dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ def _data_alignment(self):
def _mem_external(self):
return True

@property
def _mem_heap(self):
return True

@property
def staggered(self):
return self._staggered
Expand Down

0 comments on commit 770a4cb

Please sign in to comment.