We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47952e2 commit e91f536Copy full SHA for e91f536
1 file changed
tests/test_mxv.cpp
@@ -89,7 +89,7 @@ TEST(mxv_masked, naive) {
89
}
90
91
TEST(mxv_masked, perf) {
92
- const int N = 1000000;
+ const int N = 980000;
93
const int K = 256;
94
const int S = 10;
95
const int NITER = 10;
0 commit comments