We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad14dd commit ee3a3b3Copy full SHA for ee3a3b3
lightllm/common/triton_utils/autotuner.py
@@ -113,11 +113,11 @@ def __init__(
113
]
114
self._run_key_func_param_names = [name for name, _ in inspect.signature(self.run_key_func).parameters.items()]
115
self.mutates_args = mutates_args
116
-
+
117
assert self.autotune_level in [
118
- AutotuneLevel.NO_AUTOTUNE,
119
- AutotuneLevel.AUTOTUNE,
120
- AutotuneLevel.AUTOTUNE_OVERWRITE,
+ AutotuneLevel.USE_AUTOTUNE_HIS_CONFIG,
+ AutotuneLevel.ADAPTIVE_AUTOTUNE,
+ AutotuneLevel.FORCE_AUTOTUNE,
121
AutotuneLevel.CLOSE_AUTOTUNE,
122
123
return
0 commit comments