-
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
Add kleidiai as thirdparty #27331
base: master
Are you sure you want to change the base?
Add kleidiai as thirdparty #27331
Conversation
f05c178
to
4b52286
Compare
build_jenkins |
build_jenkins |
@@ -175,6 +176,11 @@ if(DNNL_USE_ACL) | |||
set(OV_CPU_WITH_ACL ON) | |||
endif() | |||
|
|||
if(ENABLE_KLEIDIAI_FOR_CPU) | |||
add_definitions(-DOV_CPU_WITH_KLEIDIAI) | |||
set(OV_CPU_WITH_KLEIDIAI ON) |
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.
looks like it's not used
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.
I plan to use it later
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.
ok, why ENABLE_KLEIDIAI_FOR_CPU
is not enough?
build_jenkins |
build_jenkins |
build_jenkins |
build_jenkins |
build_jenkins |
build_jenkins |
build_jenkins |
build_jenkins |
build_jenkins |
build_jenkins |
@@ -218,8 +218,8 @@ void CPUTestsBase::CheckPluginRelatedResultsImpl(const std::shared_ptr<const ov: | |||
|
|||
auto primType = getExecValue(ov::exec_model_info::IMPL_TYPE); | |||
|
|||
ASSERT_TRUE(primTypeCheck(primType)) | |||
<< "primType is unexpected : " << primType << " Expected : " << selectedType; | |||
// ASSERT_TRUE(primTypeCheck(primType)) |
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.
Should be removed?
This PR will be closed in a week because of 2 weeks of no activity. |
Details: