File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
user_tests/tests/mli_krn_gru_cell Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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 ||
You can’t perform that action at this time.
0 commit comments