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

[CPU] [EXPERIMENTAL] FullyConnected: enabled sparsity weights decompression #13775

Merged
merged 1 commit into from
Dec 4, 2022

Conversation

antonvor
Copy link
Contributor

@antonvor antonvor commented Nov 2, 2022

Issue: 77198
PR in onednn fork: openvinotoolkit/oneDNN#158

@dmitry-gorokhov dmitry-gorokhov added the category: CPU OpenVINO CPU plugin label Nov 2, 2022
@dmitry-gorokhov dmitry-gorokhov added this to the 2022.3 milestone Nov 2, 2022
@antonvor antonvor marked this pull request as ready for review November 3, 2022 08:51
@antonvor antonvor requested review from a team as code owners November 3, 2022 08:51
@antonvor antonvor self-assigned this Nov 3, 2022
@antonvor antonvor force-pushed the feature/sparsity branch 2 times, most recently from 336824f to cf1003c Compare November 7, 2022 00:19
Copy link
Contributor

@dmitry-gorokhov dmitry-gorokhov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OV part

src/plugins/intel_cpu/src/nodes/fullyconnected.cpp Outdated Show resolved Hide resolved
src/plugins/intel_cpu/src/nodes/fullyconnected.h Outdated Show resolved Hide resolved
src/plugins/intel_cpu/src/graph.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/fullyconnected.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/fullyconnected.cpp Outdated Show resolved Hide resolved
@antonvor antonvor force-pushed the feature/sparsity branch 2 times, most recently from 98920d7 to df9b32c Compare November 23, 2022 19:11
@antonvor antonvor changed the title WIP: [CPU] [EXPERIMENTAL] FullyConnected: enabled sparsity weights decompression [CPU] [EXPERIMENTAL] FullyConnected: enabled sparsity weights decompression Nov 24, 2022
Copy link
Contributor

@dmitry-gorokhov dmitry-gorokhov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general lgmt.
We need to follow up in separate PRs:

  1. Fix remaining comments and and corresponding tests.
  2. Update user documentation

@dmitry-gorokhov dmitry-gorokhov merged commit 3caebff into openvinotoolkit:master Dec 4, 2022
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