Skip to content

Commit

Permalink
update CID fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangleis committed Jan 26, 2025
1 parent 6929f7e commit 94638d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inference/src/dev/threading/cpu_streams_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ struct CPUStreamsExecutor::Impl {
_rank = _impl->_config.get_rank();
get_cur_stream_info(stream_id,
_impl->_config.get_cpu_pinning(),
std::move(org_proc_type_table),
org_proc_type_table,
_impl->_config.get_streams_info_table(),
stream_type,
concurrency,
Expand Down

0 comments on commit 94638d8

Please sign in to comment.