You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use_splash_scheduler: false # to use tokamax splash attention scheduler.
1104
+
sa_fuse_reciprocal: true # defaults to true in Tokamax
1105
+
sa_use_base2_exp: true # defaults to true in Tokamax
1104
1106
# local_sa_* variants apply to local (sliding window) attention layers;
1105
1107
# if None, each inherits from the corresponding global sa_* flag.
1106
1108
local_sa_block_q: None # inherits from sa_block_q if None
@@ -1116,6 +1118,8 @@ local_sa_q_layout: None # inherits from sa_q_layout if None
1116
1118
local_sa_k_layout: None # inherits from sa_k_layout if None
1117
1119
local_sa_v_layout: None # inherits from sa_v_layout if None
1118
1120
local_use_splash_scheduler: None # inherits from use_splash_scheduler if None
1121
+
local_sa_fuse_reciprocal: None # inherits from sa_fuse_reciprocal if None
1122
+
local_sa_use_base2_exp: None # inherits from sa_use_base2_exp if None
1119
1123
use_max_logit_estimate: -1# -1 means no estimate, any > 0 value will be used as max logit estimate
1120
1124
cost_estimate_flops_fwd: -1# -1 means using splash default cost estmiation, any >= 0 value will be used as cost estmiation for splash to overlap for communication (forward)
1121
1125
cost_estimate_flops_bwd: -1# -1 means using splash default cost estmiation, any >= 0 value will be used as cost estmiation for splash to overlap for communication (backward)
0 commit comments