We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75136e4 commit 90a6e1dCopy full SHA for 90a6e1d
hopper/tile_size.h
@@ -56,6 +56,7 @@ constexpr std::tuple<int, int, bool, bool> tile_size_fwd_sm90(
56
return {64, 128, true, true};
57
} else {
58
return {192, 160, true, true};
59
+ }
60
} else if (headdim <= 96) {
61
return {192, 128, true, true};
62
} else if (headdim <= 128) {
0 commit comments