-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
openvino/2024.4.0 update #25327
openvino/2024.4.0 update #25327
Conversation
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.
Since OpenVINO 2024.4, static build of CPU and GPU plugin can be combined together.
So, could you please add a version check here
conan-center-index/recipes/openvino/all/conanfile.py
Lines 278 to 283 in ae51be0
if self.options.get_safe("enable_gpu") and not self.options.shared and self.options.enable_cpu: | |
# GPU and CPU plugins cannot be simultaneously built statically, because they use different oneDNN versions | |
self.output.warning(f"{self.name} recipe builds GPU plugin without oneDNN (dGPU) support during static build, " | |
"because CPU plugin compiled with different oneDNN version may cause ODR violation. " | |
"To enable oneDNN support for GPU plugin, please, either use shared build configuration " | |
"or disable CPU plugin by setting 'enable_cpu' option to False.") |
This comment has been minimized.
This comment has been minimized.
ae51be0
to
f1572bb
Compare
Conan v1 pipeline ✔️All green in build 2 (
Conan v2 pipeline ✔️
All green in build 2 (
|
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.
No further change found on build side between 2024.4 and 2024.3: openvinotoolkit/openvino@2024.3.0...2024.4.0#diff-a569c4555e0eefde7ad22cdb2329257461f5f6d483b717e7f7f50d55ecbf0734
The Onednn_gpu has no build changes since last version in CCI: oneapi-src/oneDNN@7ab8ee9...4ccd07e
The Onednn_cpu has changes, but in specific this one follows the current change in the recipe: openvinotoolkit/openvino@2024.3.0...2024.4.0#diff-a569c4555e0eefde7ad22cdb2329257461f5f6d483b717e7f7f50d55ecbf0734
|
@ilya-lavrenov Thank you for the reference! 😄 |
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 Thanks!
Summary
Changes to recipe: openvino/2024.4.0
Motivation
New release
Details
No specific details, only added new package links and sha256 hashes