Skip to content

Commit

Permalink
Mark force recompute
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Nov 3, 2024
1 parent 3060489 commit e892e31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions enzyme/Enzyme/EnzymeLogic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ struct CacheAnalysis {
return false;
}

if (getMetadata(li, "enzyme_force_recompute"))
return false;

if (EnzymeJuliaAddrLoad)
if (auto PT = dyn_cast<PointerType>(li.getType()))
if (PT->getAddressSpace() == 13)
Expand Down

0 comments on commit e892e31

Please sign in to comment.