diff options
| author | Yeoh Ee Peng <ee.peng.yeoh@intel.com> | 2020-04-28 10:58:48 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-04-28 11:09:36 +0800 |
| commit | b6175f453d976de0469195157efb3a8c2bcfc627 (patch) | |
| tree | 408af2fb65b9f97b50ca4023b68b4b8cc58d2bdd /lib/oeqa/runtime/miutils | |
| parent | 8be4ad8bc2a055f180a1852e8e25ff4158a312e4 (diff) | |
| download | meta-intel-b6175f453d976de0469195157efb3a8c2bcfc627.tar.gz | |
runtime/onednn: Update tests as mkldnn rename to onednn
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>
Diffstat (limited to 'lib/oeqa/runtime/miutils')
| -rw-r--r-- | lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py b/lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py index 13afd1a4..41a76025 100644 --- a/lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py +++ b/lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py | |||
| @@ -9,7 +9,7 @@ class MkldnnTest(object): | |||
| 9 | self.target.run('rm /tmp/%s' % self.mkldnn_target_test_filename) | 9 | self.target.run('rm /tmp/%s' % self.mkldnn_target_test_filename) |
| 10 | 10 | ||
| 11 | def test_mkldnn_can_compile_and_execute(self): | 11 | def test_mkldnn_can_compile_and_execute(self): |
| 12 | mkldnn_src_dir = '/usr/src/debug/mkl-dnn/' | 12 | mkldnn_src_dir = '/usr/src/debug/onednn/' |
| 13 | mkldnn_src_test_filename = 'api.c' | 13 | mkldnn_src_test_filename = 'api.c' |
| 14 | mkldnn_src_test_file = '' | 14 | mkldnn_src_test_file = '' |
| 15 | 15 | ||
