-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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] Enable compressed FC via oneDNN Matmul primitive #27459
Merged
dmitry-gorokhov
merged 3 commits into
openvinotoolkit:master
from
dmitry-gorokhov:feature/fc_matmul_with_decompression_executor
Dec 19, 2024
Merged
[CPU] Enable compressed FC via oneDNN Matmul primitive #27459
dmitry-gorokhov
merged 3 commits into
openvinotoolkit:master
from
dmitry-gorokhov:feature/fc_matmul_with_decompression_executor
Dec 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dmitry-gorokhov
commented
Nov 13, 2024
src/plugins/intel_cpu/tests/functional/cmake/target_per_test.cmake
Outdated
Show resolved
Hide resolved
dmitry-gorokhov
commented
Nov 13, 2024
@EgorDuplensky Please review the PR |
dmitry-gorokhov
force-pushed
the
feature/fc_matmul_with_decompression_executor
branch
from
November 18, 2024 09:11
7479c09
to
4137826
Compare
dmitry-gorokhov
force-pushed
the
feature/fc_matmul_with_decompression_executor
branch
3 times, most recently
from
December 12, 2024 11:49
370e2b2
to
9a336e2
Compare
v-Golubev
reviewed
Dec 17, 2024
src/plugins/intel_cpu/src/transformations/cpu_opset/convert_to_cpu_specific_opset.hpp
Show resolved
Hide resolved
src/plugins/intel_cpu/src/transformations/transformation_pipeline.cpp
Outdated
Show resolved
Hide resolved
...ntel_cpu/tests/functional/custom/subgraph_tests/src/classes/matmul_weights_decompression.hpp
Outdated
Show resolved
Hide resolved
...ntel_cpu/tests/functional/custom/subgraph_tests/src/classes/matmul_weights_decompression.cpp
Outdated
Show resolved
Hide resolved
...ntel_cpu/tests/functional/custom/subgraph_tests/src/classes/matmul_weights_decompression.hpp
Outdated
Show resolved
Hide resolved
src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp
Show resolved
Hide resolved
...ns/intel_cpu/tests/functional/custom/subgraph_tests/src/arm/matmul_weights_decompression.cpp
Outdated
Show resolved
Hide resolved
src/plugins/intel_cpu/src/nodes/executors/dnnl/dnnl_matmul_primitive.cpp
Outdated
Show resolved
Hide resolved
src/plugins/intel_cpu/src/nodes/executors/dnnl/dnnl_matmul_primitive.cpp
Show resolved
Hide resolved
dmitry-gorokhov
force-pushed
the
feature/fc_matmul_with_decompression_executor
branch
3 times, most recently
from
December 18, 2024 13:35
983405c
to
51b67ca
Compare
v-Golubev
approved these changes
Dec 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
src/plugins/intel_cpu/src/nodes/executors/dnnl/dnnl_matmul_primitive.cpp
Show resolved
Hide resolved
src/plugins/intel_cpu/src/transformations/cpu_opset/convert_to_cpu_specific_opset.hpp
Show resolved
Hide resolved
dmitry-gorokhov
force-pushed
the
feature/fc_matmul_with_decompression_executor
branch
from
December 19, 2024 13:09
51b67ca
to
aa77df7
Compare
dmitry-gorokhov
deleted the
feature/fc_matmul_with_decompression_executor
branch
December 19, 2024 16:53
11happy
pushed a commit
to 11happy/openvino
that referenced
this pull request
Dec 23, 2024
…it#27459) ### Details: - This PR enables execution FullyConnected operations via OneDNN Matmul Primitive - Matmul_weights_decompression tests are splitted on x64 and arm instances, ARM tests run well via ref matmul. - Newly added functionality is still under debug caps. To try it out: -- Build OV with: -DENABLE_DEBUG_CAPS=ON cmake option -- export OV_CPU_ENABLE_DNNL_MAMTUL_FOR_FC=1
MirceaDan99
pushed a commit
to MirceaDan99/openvino
that referenced
this pull request
Jan 22, 2025
…it#27459) ### Details: - This PR enables execution FullyConnected operations via OneDNN Matmul Primitive - Matmul_weights_decompression tests are splitted on x64 and arm instances, ARM tests run well via ref matmul. - Newly added functionality is still under debug caps. To try it out: -- Build OV with: -DENABLE_DEBUG_CAPS=ON cmake option -- export OV_CPU_ENABLE_DNNL_MAMTUL_FOR_FC=1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Details:
-- Build OV with: -DENABLE_DEBUG_CAPS=ON cmake option
-- export OV_CPU_ENABLE_DNNL_MAMTUL_FOR_FC=1