Commit ea8a25ca authored by Tri Dao's avatar Tri Dao
Browse files

Remove configure in bwd kernel launch

parent af01244d
...@@ -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; \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment