From a5a384c53868d360b5657beb623b5d5e9dc65ac2 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Thu, 17 Oct 2024 20:09:30 +0200 Subject: [PATCH] revert skipping the tests themselves --- cache | 1 + .../behavior/async_compiled_for_multiple_device_test.cpp | 9 --------- src/plugins/intel_npu/thirdparty/level-zero | 1 + 3 files changed, 2 insertions(+), 9 deletions(-) create mode 160000 cache create mode 160000 src/plugins/intel_npu/thirdparty/level-zero diff --git a/cache b/cache new file mode 160000 index 00000000000000..0c45773b623bea --- /dev/null +++ b/cache @@ -0,0 +1 @@ +Subproject commit 0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 diff --git a/src/plugins/auto/tests/functional/behavior/async_compiled_for_multiple_device_test.cpp b/src/plugins/auto/tests/functional/behavior/async_compiled_for_multiple_device_test.cpp index 36779dd80e3707..083de1467f3a9f 100644 --- a/src/plugins/auto/tests/functional/behavior/async_compiled_for_multiple_device_test.cpp +++ b/src/plugins/auto/tests/functional/behavior/async_compiled_for_multiple_device_test.cpp @@ -42,9 +42,6 @@ TEST_F(AutoFuncTests, threading_test) { } TEST_F(AutoFuncTests, threading_test_cache_enabled) { -# if defined(__SANITIZE_ADDRESS__) || defined(__SANITIZE_UNDEFINED__) || defined(__SANITIZE_THREAD__) - GTEST_SKIP() << "Skipping threading_compiled_with_cpu_help due to sanitizers being enabled (Issue 155210)."; -# endif core.set_property(ov::cache_dir(cache_path)); ThreadingTest::runParallel( [&]() { @@ -66,9 +63,6 @@ TEST_F(AutoFuncTests, threading_test_get_version) { } TEST_F(AutoFuncTests, theading_compiled_with_cpu_help) { -# if defined(__SANITIZE_ADDRESS__) || defined(__SANITIZE_UNDEFINED__) || defined(__SANITIZE_THREAD__) - GTEST_SKIP() << "Skipping threading_compiled_with_cpu_help due to sanitizers being enabled (Issue 155210)."; -# endif ThreadingTest::runParallel( [&]() { (void)core.compile_model(model_can_batch, "AUTO", {ov::device::priorities("MOCK_GPU", "MOCK_CPU")}); @@ -78,9 +72,6 @@ TEST_F(AutoFuncTests, theading_compiled_with_cpu_help) { } TEST_F(AutoFuncTests, threading_test_hardware_slower) { -# if defined(__SANITIZE_ADDRESS__) || defined(__SANITIZE_UNDEFINED__) || defined(__SANITIZE_THREAD__) - GTEST_SKIP() << "Skipping threading_compiled_with_cpu_help due to sanitizers being enabled (Issue 155210)."; -# endif core.compile_model(model_cannot_batch, "MOCK_CPU"); core.compile_model(model_cannot_batch, "MOCK_GPU"); // need to initialize the order of plugins in mock_engine register_plugin_mock_gpu_compile_slower(core, "MOCK_GPU_SLOWER", {}); diff --git a/src/plugins/intel_npu/thirdparty/level-zero b/src/plugins/intel_npu/thirdparty/level-zero new file mode 160000 index 00000000000000..fd459f28041c17 --- /dev/null +++ b/src/plugins/intel_npu/thirdparty/level-zero @@ -0,0 +1 @@ +Subproject commit fd459f28041c176df23a0b7b791ff20a7689d237