Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions csrc/src/flash.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ struct ZOH_params {
index_t active_mask_head_stride; // Stride between heads of active mask
index_t zoh_row_stride; // Stride between rows of ZOH states
index_t active_mask_row_stride; // Stride between rows of active mask
index_t zoh_col_stride; // Stride between columns of ZOH states
index_t active_mask_col_stride; // Stride between columns of active mask

// The keep window size.
int keep_window_size; // Number of tokens to keep in top-k (0 means don't apply top-k)
Expand Down