Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
riverlijunjie committed Jan 9, 2024
1 parent 4843ac2 commit 26a3a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/plugins/intel_cpu/src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ Engine::compile_model(const std::shared_ptr<const ov::Model>& model, const ov::A
}

conf.readProperties(config, modelType);
std::cout << "Engine::compile_model - conf.readProperties " << std::endl;
calculate_streams(conf, cloned_model);
std::cout << "Engine::compile_model - calculate_streams " << std::endl;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ TEST_F(OVClassConfigTestCPU, smoke_CpuExecNetworkCheckModelStreamsHasHigherPrior
int32_t streams = ov::get_number_of_cpu_cores(); // latency hint should apply lower number of streams
int32_t value = 0;

std::cout << "smoke_CpuExecNetworkCheckModelStreamsHasHigherPriorityThanLatencyHint...2" << std::endl;
std::cout << "smoke_CpuExecNetworkCheckModelStreamsHasHigherPriorityThanLatencyHint...2 - streams = " << streams
<< std::endl;
ASSERT_NO_THROW(ie.set_property(deviceName, ov::hint::performance_mode(ov::hint::PerformanceMode::LATENCY)));
std::cout << "smoke_CpuExecNetworkCheckModelStreamsHasHigherPriorityThanLatencyHint...3" << std::endl;
ov::AnyMap config;
Expand Down

0 comments on commit 26a3a55

Please sign in to comment.