Skip to content

Commit 6ec4db3

Browse files
authored
misc: add page ops to shared-prefix kernel unittest warmup function (#630)
In #629 , page ops are missing in shared-prefix kernel unittest's warmup function
1 parent 8f5f349 commit 6ec4db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_shared_prefix_kernels.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def warmup_jit():
4444
[False], # use_logits_soft_caps
4545
[False], # allow_fp16_qk_reductions
4646
)
47+
+ [flashinfer.page.get_page_module, []]
4748
)
4849
except Exception as e:
4950
# abort the test session if warmup fails

0 commit comments

Comments
 (0)