Skip to content

Commit

Permalink
🐛 I don't know what I'm doing
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <[email protected]>
  • Loading branch information
joerunde committed Jun 14, 2024
1 parent dfc39d6 commit 47c11ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csrc/punica/bgmv/bgmv_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ void bgmv_kernel(out_T *__restrict__ Y, const in_T *__restrict__ X,
f(in_T, out_T, W_T, 8, 64) \
f(in_T, out_T, W_T, 16, 64) \
f(in_T, out_T, W_T, 32, 64) \
f(in_T, out_T, W_T, 64, 64)
f(in_T, out_T, W_T, 64, 64) \
f(in_T, out_T, W_T, 128, 128)

// clang-format on

0 comments on commit 47c11ae

Please sign in to comment.