Skip to content

Commit

Permalink
Merge branch 'master' into warnings_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cv authored Mar 15, 2023
2 parents 5fdb07f + 6ff02f5 commit b648e5e
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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, {}}}};
};

Expand Down

0 comments on commit b648e5e

Please sign in to comment.