Commit 562dbbd
committed
Fix compilation errors in trtllm_fmha_kernel_launcher
- Add missing 'int' type for kv_stride_keys_values declarations
- Fix lse parameter order in trtllm_paged_attention_launcher calls (lse params should come after workspace_size, not before sm_count)1 parent 6a372b1 commit 562dbbd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments