uber-research/sbnet

CXX11_ABI Flag

dhingratul opened this issue · 2 comments

Why was ABI flag set to 0 in Makefile?
ABI=-D_GLIBCXX_USE_CXX11_ABI=0

IIRC this is for gcc 4.9/gcc 5 ABI differences to work with tensorflow correctly.

FYI: Need to set it to 1 if using with tensorflow share object file.