-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: append attention kernels for fp8 kv-cache (#420)
This implementation do not rely on fp8 tensor cores, but uses fp16 tensor cores instead, the fp8 kv-cache will be dequantized on-the-fly. sm_89 and sm_90 append attention kernels that uses native fp8 tensor cores will be available in later PRs. --------- Co-authored-by: Cody Yu <hao.yu.cody@gmail.com>
- Loading branch information
Showing
24 changed files
with
1,670 additions
and
822 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.