remove invalid cases (#16234)

Signed-off-by: fishbell <bell.song@intel.com>
This commit is contained in:
yanlan song 2023-03-15 21:58:48 +08:00 committed by GitHub
parent e1ee8f0ec8
commit 6ff02f5e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,18 +49,6 @@ auto AutoConfigs = []() {
CommonTestUtils::DEVICE_GPU,
{ov::hint::performance_mode(ov::hint::PerformanceMode::CUMULATIVE_THROUGHPUT)}},
{CommonTestUtils::DEVICE_CPU, {}},
{CommonTestUtils::DEVICE_GPU, {}}},
{{CommonTestUtils::DEVICE_AUTO + std::string(":") + CommonTestUtils::DEVICE_GPU + "," +
CommonTestUtils::DEVICE_CPU,
{ov::hint::performance_mode(ov::hint::PerformanceMode::CUMULATIVE_THROUGHPUT),
ov::intel_auto::device_bind_buffer(true)}},
{CommonTestUtils::DEVICE_GPU, {}},
{CommonTestUtils::DEVICE_CPU, {}}},
{{CommonTestUtils::DEVICE_AUTO + std::string(":") + CommonTestUtils::DEVICE_CPU + "," +
CommonTestUtils::DEVICE_GPU,
{ov::hint::performance_mode(ov::hint::PerformanceMode::CUMULATIVE_THROUGHPUT),
ov::intel_auto::device_bind_buffer(true)}},
{CommonTestUtils::DEVICE_CPU, {}},
{CommonTestUtils::DEVICE_GPU, {}}}};
};