Change sanity check for perfomance test of dft
This commit is contained in:
parent
a6b53489e6
commit
9b6feee1a5
@ -22,5 +22,5 @@ PERF_TEST_P(Size_MatType, dft, TEST_MATS_DFT)
|
|||||||
|
|
||||||
TEST_CYCLE() dft(src, dst);
|
TEST_CYCLE() dft(src, dst);
|
||||||
|
|
||||||
SANITY_CHECK(dst, 1e-5);
|
SANITY_CHECK(dst, 1e-5, ERROR_RELATIVE);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user