added perf test for dot product (8U, 32S, 32F)

This commit is contained in:
Kirill Kornyakov
2011-12-28 13:29:27 +00:00
parent 457b8d7bff
commit 70da780c8e
3 changed files with 35 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ PERF_TEST_P(Size_MatType, dft, TEST_MATS_DFT)
}
SANITY_CHECK(dst, 1e-5);
}
}