Skip to content

Commit

Permalink
⚗️ maybe?
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 47c11ae commit be5e8a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion csrc/punica/bgmv/bgmv_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ void bgmv_kernel(out_T *__restrict__ Y, const in_T *__restrict__ X,
// clang-format off

#define FOR_BGMV_WIDE(f, in_T, out_T, W_T, narrow) \
f(in_T, out_T, W_T, narrow, 128) \
f(in_T, out_T, W_T, narrow, 256) \
f(in_T, out_T, W_T, narrow, 512) \
f(in_T, out_T, W_T, narrow, 640) \
Expand Down

0 comments on commit be5e8a1

Please sign in to comment.