summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py
Commit message (Collapse)AuthorAgeFilesLines
* runtime/miutils/tests/mkl_dnn_test: update test test_mkldnn_rnn_apisangeeta jain2020-12-181-3/+1
| | | | | | | | | | 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 <sangeeta.jain@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* runtime/onednn: Check onednn file existYeoh Ee Peng2020-04-281-3/+3
| | | | | | | | | | Previously, the status return with 0 even though the file required was not exist. Fixed the file exist checking for onednn source file required for compilation testing. Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* runtime/onednn: Update tests as mkldnn rename to onednnYeoh Ee Peng2020-04-281-1/+1
| | | | | | | | Update test pakcages checking and referencing as mkldnn rename to onednn. Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* oeqa/runtime/mkl_dnn: Add mkldnn testsYeoh Ee Peng2020-01-221-0/+57
Add automated tests that: - test that mkl_dnn shared libraries and headers can be used to compile mkl_dnn sample application and execute it - test that mkl_dnn various api (eg. convolution, deconv, rnn, etc) are executable - add extra packages checking for test compiling mkldnn application Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>