summaryrefslogtreecommitdiff
path: root/candle-flash-attn/kernels/flash_fwd_hdim160_fp16_sm80.cu
diff options
context:
space:
mode:
authorMichael Feil <63565275+michaelfeil@users.noreply.github.com>2024-12-31 09:32:22 +0100
committerGitHub <noreply@github.com>2024-12-31 09:32:22 +0100
commit71cd6d55337b1541f602c1afffa6baf6dd75b09c (patch)
tree207e7d050e9c4bd685a563e457b2e9ef59b66f20 /candle-flash-attn/kernels/flash_fwd_hdim160_fp16_sm80.cu
parentd60eba140820326ffc7ec39a8982e91feb462732 (diff)
downloadcandle-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.cu2
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"