Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
flash-attention
Commits
9bc63d1e
Commit
9bc63d1e
authored
Nov 25, 2022
by
Tri Dao
Browse files
Fix typo in comments
parent
d95ee1a9
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
6 deletions
+6
-6
csrc/flash_attn/src/.DS_Store
csrc/flash_attn/src/.DS_Store
+0
-0
csrc/flash_attn/src/fmha_bwd_hdim128.cu
csrc/flash_attn/src/fmha_bwd_hdim128.cu
+1
-1
csrc/flash_attn/src/fmha_bwd_hdim32.cu
csrc/flash_attn/src/fmha_bwd_hdim32.cu
+1
-1
csrc/flash_attn/src/fmha_bwd_hdim64.cu
csrc/flash_attn/src/fmha_bwd_hdim64.cu
+1
-1
csrc/flash_attn/src/fmha_fwd_hdim128.cu
csrc/flash_attn/src/fmha_fwd_hdim128.cu
+1
-1
csrc/flash_attn/src/fmha_fwd_hdim32.cu
csrc/flash_attn/src/fmha_fwd_hdim32.cu
+1
-1
csrc/flash_attn/src/fmha_fwd_hdim64.cu
csrc/flash_attn/src/fmha_fwd_hdim64.cu
+1
-1
No files found.
csrc/flash_attn/src/.DS_Store
deleted
100644 → 0
View file @
d95ee1a9
File deleted
csrc/flash_attn/src/fmha_bwd_hdim128.cu
View file @
9bc63d1e
// Copyright (c) 2022, Tri Dao.
// Splitting the different head dimen
t
ions to different files to speed up compilation.
// Splitting the different head dimen
s
ions to different files to speed up compilation.
#include "fmha_bwd_launch_template.h"
...
...
csrc/flash_attn/src/fmha_bwd_hdim32.cu
View file @
9bc63d1e
// Copyright (c) 2022, Tri Dao.
// Splitting the different head dimen
t
ions to different files to speed up compilation.
// Splitting the different head dimen
s
ions to different files to speed up compilation.
#include "fmha_bwd_launch_template.h"
...
...
csrc/flash_attn/src/fmha_bwd_hdim64.cu
View file @
9bc63d1e
// Copyright (c) 2022, Tri Dao.
// Splitting the different head dimen
t
ions to different files to speed up compilation.
// Splitting the different head dimen
s
ions to different files to speed up compilation.
#include "fmha_bwd_launch_template.h"
...
...
csrc/flash_attn/src/fmha_fwd_hdim128.cu
View file @
9bc63d1e
// Copyright (c) 2022, Tri Dao.
// Splitting the different head dimen
t
ions to different files to speed up compilation.
// Splitting the different head dimen
s
ions to different files to speed up compilation.
#include "fmha_fwd_launch_template.h"
...
...
csrc/flash_attn/src/fmha_fwd_hdim32.cu
View file @
9bc63d1e
// Copyright (c) 2022, Tri Dao.
// Splitting the different head dimen
t
ions to different files to speed up compilation.
// Splitting the different head dimen
s
ions to different files to speed up compilation.
#include "fmha_fwd_launch_template.h"
...
...
csrc/flash_attn/src/fmha_fwd_hdim64.cu
View file @
9bc63d1e
// Copyright (c) 2022, Tri Dao.
// Splitting the different head dimen
t
ions to different files to speed up compilation.
// Splitting the different head dimen
s
ions to different files to speed up compilation.
#include "fmha_fwd_launch_template.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment