Skip to content

Commit

Permalink
Fix enzyme_nocache
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Nov 3, 2024
1 parent 5ba7dcb commit 5a318eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/Enzyme/EnzymeLogic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ struct CacheAnalysis {
return false;
}

if (hasMetadata(&li, "enzyme_force_recompute"))
if (hasNoCache(&li))
return false;

if (EnzymeJuliaAddrLoad)
Expand Down

0 comments on commit 5a318eb

Please sign in to comment.