[Feature] Support custom set kv buffer kernel (#8884)

This commit is contained in:
DarkSharpness
2025-08-12 16:56:51 -07:00
committed by GitHub
parent 0edda32001
commit 86a0be65d8
6 changed files with 178 additions and 0 deletions

View File

@@ -280,6 +280,7 @@ set(SOURCES
"csrc/speculative/packbit.cu"
"csrc/spatial/greenctx_stream.cu"
"csrc/speculative/speculative_sampling.cu"
"csrc/memory/store.cu"
"${repo-flashinfer_SOURCE_DIR}/csrc/norm.cu"
"${repo-flashinfer_SOURCE_DIR}/csrc/renorm.cu"
"${repo-flashinfer_SOURCE_DIR}/csrc/sampling.cu"