Skip to content

Commit 8b72ed7

Browse files
committed
Removes unused bias accumulation flag
Simplifies backward parameters by removing an unused boolean that toggled bias accumulation. Reduces maintenance surface and potential ABI issues; no behavior change expected.
1 parent df0971d commit 8b72ed7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

csrc/flash_dmattn/src/flash.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ struct Flash_bwd_params : public Flash_fwd_params {
195195

196196
bool deterministic;
197197
index_t dq_accum_split_stride;
198-
199-
bool accum_dbias;
200198
};
201199

202200
////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)