CXX11_ABI Flag
dhingratul opened this issue · 2 comments
dhingratul commented
Why was ABI flag set to 0 in Makefile?
ABI=-D_GLIBCXX_USE_CXX11_ABI=0
andrei-pokrovsky commented
IIRC this is for gcc 4.9/gcc 5 ABI differences to work with tensorflow correctly.
dhingratul commented
FYI: Need to set it to 1 if using with tensorflow share object file.