Spaces:
Running
on
Zero
Running
on
Zero
up
Browse files- 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 |
|