Skip to content

Commit 6e4fedb

Browse files
author
Aditya K Kamath
committed
Add num_colocated_ctas to BlockSparseAttention
1 parent 1b19890 commit 6e4fedb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flashinfer/sparse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ def plan(
473473
if self._backend == "fa2":
474474
args.append(-1) # fixed_split_size
475475
args.append(False) # disable_split_kv
476+
args.append(0) # num_colocated_ctas
476477
self._plan_info = self._cached_module.plan(
477478
*args,
478479
)

0 commit comments

Comments
 (0)