Chen Peter

Results 57 comments of Chen Peter

> > @peterchen-intel , Does it need to port to 2022.2 and master too? Yes. Please also create PR to master branch.

@sbalandi Please check again, I think there is no reason to extract device list here now.

> > @sbalandi Please check again, I think there is no reason to extract device list here now. > > yes, I agree with you, but I just realized that...

``` std::string::size_type pos = temp_device.find(":", 0); if (pos != std::string::npos) { target_device = temp_device.substr(0, pos); if (ov::device::priorities.name() is not in compileModelProperties) { insert ov::device::priorities(temp_device.substr(++pos, std::string::npos)) to compileModelProperties } else {...

Need to be merged after https://github.com/openvinotoolkit/openvino/pull/23730 which fixes random ie_tests failure on cpu_ubuntu20 plaftorm

> The changes I am making in compiled_model.cpp of auto_batch plugin are not being reflected when running the benchmark_app command. Does build_samples_msvc not compile the code again? The script builds...

@wanglxchina The difference is due to the TEMPLATE and CPU device. Will ask CPU engineer to take a look.

The original issue was observed in the checks of this PR https://github.com/openvinotoolkit/openvino/pull/23740. It is reproduced in high frequency randomly.