[Bug]: RTTI failures at runtime when built with CLANG complier #27855
Labels
bug
Something isn't working
category: LP transformations
OpenVINO Low Precision transformations
category: transformations
OpenVINO Runtime library - Transformations
support_request
OpenVINO Version
Openvino master branch
Operating System
Android System
Device used for inference
GPU
Framework
None
Model used
TFlite
Issue description
When built with CLANG complier (Android NDK tool chains), at run time many RTTI failures are observed.
Step-by-step reproduction
Build it following the instruction https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/build_android.md
a. set ANDROID_ABI = x86_64
b. Additionally, one can use this build flags -DCMAKE_CXX_FLAGS="-fsanitize=address -fno-omit-frame-pointer"
and perform the build.
After build is completed, when benchmark_app is ran with GPU device it leads to reporting RTTI issue.
Relevant log output
Issue submission checklist
The text was updated successfully, but these errors were encountered: