Skip to content

Commit

Permalink
change size for gather test
Browse files Browse the repository at this point in the history
  • Loading branch information
guodongliang committed Nov 22, 2024
1 parent 806a1d4 commit a9d4da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntt/test/benchmark_test/benchmark_ntt_gather.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void benchmark_ntt_gather_pack1d_dim1_contiguous() {
#endif
constexpr size_t P = NTT_VLEN / (sizeof(float) * 8);

constexpr size_t M = 4;
constexpr size_t M = 8;
constexpr size_t N = 512;
constexpr size_t Period = 1;
using tensor_a_type = ntt::tensor<float, ntt::fixed_shape<M, N>>;
Expand Down

0 comments on commit a9d4da4

Please sign in to comment.