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

Additional RTTI Fix #27866

Closed
wants to merge 26 commits into from
Closed

Conversation

vraghavulu
Copy link

Fix RTTI declaration

Details:

  • issues in Android system with the standart c++ RTTI changing type cast of std::dynamic_pointer_cast to ov::as_type_ptr

Fix RTTI declaration

Co-authored-by: Venkat R <[email protected]>
@vraghavulu vraghavulu requested review from a team as code owners December 3, 2024 00:52
@vraghavulu vraghavulu requested review from itikhono and removed request for a team December 3, 2024 00:52
@github-actions github-actions bot added category: Core OpenVINO Core (aka ngraph) category: GPU OpenVINO GPU plugin category: CPU OpenVINO CPU plugin category: transformations OpenVINO Runtime library - Transformations category: LP transformations OpenVINO Low Precision transformations category: IR FE OpenVINO IR v10 / v11 FrontEnd category: TEMPLATE OpenVINO Template plugin category: CPP API OpenVINO CPP API bindings category: TFL FE OpenVINO TensorFlow Lite FrontEnd labels Dec 3, 2024
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Dec 3, 2024
@ilya-lavrenov ilya-lavrenov added this to the 2025.0 milestone Dec 3, 2024
@ilya-lavrenov
Copy link
Contributor

build_jenkins

@t-jankowski t-jankowski requested review from a team as code owners December 10, 2024 22:43
@github-actions github-actions bot added category: IE Tests OpenVINO Test: plugins and common category: PDPD FE OpenVINO PaddlePaddle FrontEnd category: PyTorch FE OpenVINO PyTorch Frontend labels Dec 10, 2024
@github-actions github-actions bot added the category: TF FE OpenVINO TensorFlow FrontEnd label Dec 11, 2024
@t-jankowski t-jankowski added WIP work in progress do_not_review labels Dec 11, 2024
@t-jankowski t-jankowski requested a review from a team as a code owner December 16, 2024 21:12
@t-jankowski
Copy link
Contributor

build_jenkins

@t-jankowski
Copy link
Contributor

t-jankowski commented Dec 19, 2024

Due to to review complexity it's been decided to do these changes in bunch of small targeted PRs - tracked in epic CVS-159217.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Core OpenVINO Core (aka ngraph) category: CPP API OpenVINO CPP API bindings category: CPU OpenVINO CPU plugin category: GPU OpenVINO GPU plugin category: IE Tests OpenVINO Test: plugins and common category: IR FE OpenVINO IR v10 / v11 FrontEnd category: LP transformations OpenVINO Low Precision transformations category: PDPD FE OpenVINO PaddlePaddle FrontEnd category: PyTorch FE OpenVINO PyTorch Frontend category: TEMPLATE OpenVINO Template plugin category: TF FE OpenVINO TensorFlow FrontEnd category: TFL FE OpenVINO TensorFlow Lite FrontEnd category: transformations OpenVINO Runtime library - Transformations do_not_review ExternalPR External contributor platform: android OpenVINO on Android WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: RTTI failures at runtime when built with CLANG complier
8 participants