Skip to content
Open
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
1 change: 1 addition & 0 deletions src/ksana_llm/kernels/nvidia/kernel_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@ void InvokePagedAttention(void* output_ptr, void* query_ptr, void** key_cache_pt
const_null_tensor, // rotary_cos_: seqlen_ro x (rotary_dim / 2)
const_null_tensor, // rotary_sin_: seqlen_ro x (rotary_dim / 2)
const_null_tensor, // cache_batch_idx_: indices to index into the KV cache
const_null_tensor, // indices that the KV cache starts. [batch_size,], nullptr, default 0
block_table_tensor, // batch_size x max_num_blocks_per_seq
alibi_slopes_tensor, // num_heads or batch_size x num_heads
out_tensor, // batch_size x seqlen_q x num_heads x head_size
Expand Down