You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/08/03 16:31:00 UTC

[GitHub] [incubator-mxnet] leezu commented on pull request #18836: Add compiled_with_cxx11_abi API

leezu commented on pull request #18836:
URL: https://github.com/apache/incubator-mxnet/pull/18836#issuecomment-668118462


   @szha @eric-haibin-lin we shouldn't add a `D_GLIBCXX_USE_CXX11_ABI` option as this is a hidden feature of the gcc compiler and MXNet supports any C++17 compatible compiler (ie. this feature breaks non-gcc compiler support). Instead, we can add a more general ABI selector or verify that the option is only added when compiling with gcc.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org