Skip to content

Commit 90a6e1d

Browse files
committed
fix syntax error
Signed-off-by: Jonas Kuebler <kuebj@amazon.com>
1 parent 75136e4 commit 90a6e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hopper/tile_size.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ constexpr std::tuple<int, int, bool, bool> tile_size_fwd_sm90(
5656
return {64, 128, true, true};
5757
} else {
5858
return {192, 160, true, true};
59+
}
5960
} else if (headdim <= 96) {
6061
return {192, 128, true, true};
6162
} else if (headdim <= 128) {

0 commit comments

Comments
 (0)