Skip to content

Commit a687318

Browse files
committed
compiler: Bump SafeInv cost
1 parent ddf07ef commit a687318

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
@@ -116,8 +116,8 @@ def estimate_cost(exprs, estimate=False):
116116

117117
estimate_values = {
118118
'elementary': 100,
119+
'SafeInv': 75,
119120
'pow': 50,
120-
'SafeInv': 50,
121121
'div': 5,
122122
'Abs': 5,
123123
'floor': 1,

0 commit comments

Comments
 (0)