We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8057993 commit 4ad14ddCopy full SHA for 4ad14dd
lightllm/common/triton_utils/autotuner.py
@@ -22,11 +22,11 @@
22
class AutotuneLevel:
23
USE_AUTOTUNE_HIS_CONFIG = 0
24
# Autotune if no config is cached.
25
- ADAPTIVE_AUTOTUNE = 0
+ ADAPTIVE_AUTOTUNE = 1
26
# Autotune anyway to overwrite the config of cached files.
27
- FORCE_AUTOTUNE = 1
+ FORCE_AUTOTUNE = 2
28
# Close autotune and not use the config of cached files.
29
- CLOSE_AUTOTUNE = 2
+ CLOSE_AUTOTUNE = 3
30
31
32
def autotune(
0 commit comments