Rename CK Flash attention to just Flash attention

This commit is contained in:
Disty0
2025-11-08 23:24:40 +03:00
parent a93715e0da
commit 2bbbb684cc
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ def get_default_modes(cmd_opts, mem_stat):
default_sdp_choices = ['Flash', 'Memory', 'Math']
default_sdp_options = ['Flash', 'Memory', 'Math']
default_sdp_override_choices = ['Dynamic attention', 'CK Flash attention', 'Sage attention']
default_sdp_override_choices = ['Dynamic attention', 'Flash attention', 'Sage attention']
default_sdp_override_options = []
if devices.backend == "zluda":