Commit 17761898 authored by Kirill Kornyakov's avatar Kirill Kornyakov

dft perf test minor fix

parent 11b71276
......@@ -20,9 +20,9 @@ PERF_TEST_P(Size_MatType, dft, TEST_MATS_DFT)
declare.time(60);
TEST_CYCLE(100)
{
dft(src, dst, 0.f);
}
{
dft(src, dst);
}
SANITY_CHECK(dst);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment