-
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 brdgmm kernel in CPU plugin #27589
[CPU] enable brdgmm kernel in CPU plugin #27589
Conversation
A related question: since openvino always use fp32 type for bias on X86, while oneDNN brdgmm algo not support this kind of mixture precision. so even enabled brdgmm algorithm for openvino, this kind of kernel also can't be used for f16 infer precision(GNR platform)(details in ticket: CVS-157009). |
src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp
Show resolved
Hide resolved
src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution.cpp
Outdated
Show resolved
Hide resolved
src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution.cpp
Show resolved
Hide resolved
src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution.cpp
Outdated
Show resolved
Hide resolved
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. let us check the perf data.
src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution.cpp
Show resolved
Hide resolved
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
685b8b7
to
2fc2b16
Compare
src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: HU Yuan2 <[email protected]>
Signed-off-by: HU Yuan2 <[email protected]>
### Details: - *replace impl string brdgmm with brgconv* - *add test case* - *remove skip CVS-56143 config, CVS-56143 is already closed* - *remove skip CVS-53578 config, CVS-53578 is already closed* - *use new ticket CVS-157596 to track leftover test case* ### Tickets: - *CVS-156792* --------- Signed-off-by: HU Yuan2 <[email protected]>
Details:
Tickets: