From: sangeeta jain <[email protected]> Update test_mkldnn_rnn_api to run batch test 'test_rnn_all'. Previously it was not ready and testcase was running 'test_rnn_small'.
test_rnn_small is no longer available. Signed-off-by: sangeeta jain <[email protected]> Signed-off-by: Anuj Mittal <[email protected]> --- lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py b/lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py index 3f56372..869a4cb 100644 --- a/lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py +++ b/lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py @@ -49,9 +49,7 @@ class MkldnnTest(object): return self._run_mkldnn_benchdnn_test('./benchdnn --reorder --batch=inputs/reorder/test_reorder_bfloat16') def test_mkldnn_rnn_api(self): - # test_rnn_inference was not yet ready and was expected to fail - # while waiting it to be ready, use test_rnn_small for now - return self._run_mkldnn_benchdnn_test('./benchdnn --rnn --batch=inputs/rnn/test_rnn_small') + return self._run_mkldnn_benchdnn_test('./benchdnn --rnn --batch=inputs/rnn/test_rnn_all') def test_mkldnn_shuffle_api(self): return self._run_mkldnn_benchdnn_test('./benchdnn --shuffle --batch=inputs/shuffle/test_shuffle_bfloat16') \ No newline at end of file -- 2.7.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6913): https://lists.yoctoproject.org/g/meta-intel/message/6913 Mute This Topic: https://lists.yoctoproject.org/mt/80498461/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
