Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix performance inefficiencies coverity scan issues in CPU plugin #28291

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

aobolensk
Copy link
Contributor

Details:

  • Fix "COPY_INSTEAD_OF_MOVE" coverity scans: 1560671, 1560670, 1560668, 1560667, 1560666, 1560059, 1560057, 1560055, 1560054, 1560052, 1560051, 1560050, 1560047, 1560046, 1560045, 1560043, 1560042, 1560041, 1559840, 1559804, 1559802, 1559777, 1559761, 1559697, 1559559, 1559558, 1559557, 1559556, 1559553, 1559552, 1559549, 1559547, 1559545, 1559543, 1559542, 1559539
  • Fix "Use of auto that causes a copy" coverity scans: 1560673, 1560669, 1560044, 1559820, 1559817, 1559561, 1559560, 1559555, 1559544, 1559540

Tickets:

@aobolensk aobolensk requested review from a team as code owners January 7, 2025 08:24
@github-actions github-actions bot added the category: CPU OpenVINO CPU plugin label Jan 7, 2025
src/plugins/intel_cpu/src/cpu_memory.cpp Outdated Show resolved Hide resolved
src/plugins/intel_cpu/src/nodes/fullyconnected.cpp Outdated Show resolved Hide resolved
src/plugins/intel_cpu/src/nodes/llm_mlp.cpp Outdated Show resolved Hide resolved
src/plugins/intel_cpu/src/nodes/reorder.cpp Outdated Show resolved Hide resolved
@maxnick maxnick enabled auto-merge January 7, 2025 16:28
@maxnick maxnick added this to the 2025.0 milestone Jan 7, 2025
@maxnick maxnick added this pull request to the merge queue Jan 7, 2025
Merged via the queue into openvinotoolkit:master with commit 8a19942 Jan 7, 2025
181 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants