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
ea8a25ca
Commit
ea8a25ca
authored
Jan 21, 2024
by
Tri Dao
Browse files
Remove configure in bwd kernel launch
parent
af01244d
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/flash_attn/src/static_switch.h
csrc/flash_attn/src/static_switch.h
+1
-1
No files found.
csrc/flash_attn/src/static_switch.h
View file @
ea8a25ca
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
} \
} \
}()
}()
#define
FWD_
HEADDIM_SWITCH(HEADDIM, ...) \
#define HEADDIM_SWITCH(HEADDIM, ...) \
[&] { \
[&] { \
if (HEADDIM <= 32) { \
if (HEADDIM <= 32) { \
constexpr static int kHeadDim = 32; \
constexpr static int kHeadDim = 32; \
...
...
Prev
1
2
Next
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