tensorflow / ngraph-bridge

TensorFlow-nGraph bridge
Other
137 stars 65 forks source link

build - make cxx_abi=0 default #783

Closed kanvi-nervana closed 3 years ago

kanvi-nervana commented 3 years ago

Build options: Build with CXX_ABI=0 by default

kanvi-nervana commented 3 years ago

Why can't one use prebuilt-tensorflow with OV built with _GLIBCXX_USE_CXX11_ABI=0? Perhaps we should default to building everything with _GLIBCXX_USE_CXX11_ABI=0?

You could, you would need to make sure that when you use these 2 options together then you provide the right location of OV built with ABI=0 Fixing the build to use ABI=0 always is a better option.