Skip to content

Commit ad1df2e

Browse files
dyudakovJaccovG
authored andcommitted
revert user_test for vdsp
1 parent f26b02d commit ad1df2e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

user_tests/tests/mli_krn_gru_cell/tests_mli_krn_gru_cell.cc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -231,16 +231,6 @@ int main() {
231231
is_test_passed = false;
232232
}
233233

234-
/* TODO: Remove when support vdsp version */
235-
#if !defined(MLI_BUILD_REFERENCE) && defined(__Xvec_width)
236-
if (strstr(cur_test->descr, "Test 1 SA8_SA32 OtO,Forw") != nullptr ||
237-
strstr(cur_test->descr, "Test 2 SA8_SA32 OtO,Back") != nullptr) {
238-
// VPX fails bitwise comparison with reference .
239-
reporter.report_message(cur_test->descr, "SKIPPED due to a known issue");
240-
continue;
241-
}
242-
#endif
243-
244234
#if defined(__Xvec_guard_bit_option) && (__Xvec_guard_bit_option == 0)
245235
if (strstr(cur_test->descr, "Test 1 FX16 OtO,Forw") != nullptr ||
246236
strstr(cur_test->descr, "Test 1 SA8_SA32 OtO,Forw") != nullptr ||

0 commit comments

Comments
 (0)