Skip to content

Commit 520df41

Browse files
committed
compiler: Bump SafeInv cost
1 parent d1d4020 commit 520df41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devito/symbolics/inspection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def estimate_cost(exprs, estimate=False):
117117

118118
estimate_values = {
119119
'elementary': 100,
120+
'SafeInv': 75,
120121
'pow': 50,
121-
'SafeInv': 50,
122122
'div': 5,
123123
'Abs': 5,
124124
'floor': 1,

0 commit comments

Comments
 (0)