remove invalid cases (#16234)
Signed-off-by: fishbell <bell.song@intel.com>
This commit is contained in:
parent
e1ee8f0ec8
commit
6ff02f5e25
@ -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, {}}}};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user