diff options
author | Michael Feil <63565275+michaelfeil@users.noreply.github.com> | 2024-12-31 09:32:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-31 09:32:22 +0100 |
commit | 71cd6d55337b1541f602c1afffa6baf6dd75b09c (patch) | |
tree | 207e7d050e9c4bd685a563e457b2e9ef59b66f20 /candle-flash-attn/kernels/flash_fwd_hdim160_fp16_sm80.cu | |
parent | d60eba140820326ffc7ec39a8982e91feb462732 (diff) | |
download | candle-71cd6d55337b1541f602c1afffa6baf6dd75b09c.tar.gz candle-71cd6d55337b1541f602c1afffa6baf6dd75b09c.tar.bz2 candle-71cd6d55337b1541f602c1afffa6baf6dd75b09c.zip |
Flash-Attn upgrade / SoftCap Candle-FlashAttn [1/n] (#2688)
* update flash-attn v1
* restore: hdim224
* add 224 flash_fwd_template
* remove whitespace
Diffstat (limited to 'candle-flash-attn/kernels/flash_fwd_hdim160_fp16_sm80.cu')
-rw-r--r-- | candle-flash-attn/kernels/flash_fwd_hdim160_fp16_sm80.cu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-flash-attn/kernels/flash_fwd_hdim160_fp16_sm80.cu b/candle-flash-attn/kernels/flash_fwd_hdim160_fp16_sm80.cu index a9796ade..96abfbd8 100644 --- a/candle-flash-attn/kernels/flash_fwd_hdim160_fp16_sm80.cu +++ b/candle-flash-attn/kernels/flash_fwd_hdim160_fp16_sm80.cu @@ -1,4 +1,4 @@ -// Copyright (c) 2023, Tri Dao. +// Copyright (c) 2024, Tri Dao. // Splitting the different head dimensions to different files to speed up compilation. // This file is auto-generated. See "generate_kernels.py" |