Skip to content

Commit b78d909

Browse files
authored
Merge pull request #323 from KernelTuner/expand-default-optimization-directions
add default optimization direction for 'fitness' and 'cost'
2 parents a48abc1 + e20cb54 commit b78d909

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel_tuner/integration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
objective_default_map = {
1212
"time": False,
1313
"energy": False,
14+
"fitness": True,
15+
"cost": False,
16+
"loss": False,
1417
"GFLOP/s": True,
1518
"TFLOP/s": True,
1619
"GB/s": True,

0 commit comments

Comments
 (0)