sayakpaul HF Staff commited on
Commit
b6c7a86
·
1 Parent(s): ee4246b
Files changed (1) hide show
  1. optimization.py +1 -1
optimization.py CHANGED
@@ -21,7 +21,7 @@ INDUCTOR_CONFIGS = {
21
  "epilogue_fusion": False,
22
  "coordinate_descent_tuning": True,
23
  "coordinate_descent_check_all_directions": True,
24
- "max_autotune": True,
25
  "triton.cudagraphs": True,
26
  }
27
 
 
21
  "epilogue_fusion": False,
22
  "coordinate_descent_tuning": True,
23
  "coordinate_descent_check_all_directions": True,
24
+ # "max_autotune": True, # not very helpful.
25
  "triton.cudagraphs": True,
26
  }
27