leezu edited a comment on issue #17514: comping from sources: C++ ABI mismatch (Switch to modern CMake CUDA handling) URL: https://github.com/apache/incubator-mxnet/issues/17514#issuecomment-582096378 I ran bisect, and actually b1e491182fa9c15da89f1b701778de3a1421811b is at fault here: @anirudh2290 note that to reproduce this issue, you need a fresh checkout of the repository. To reproduce: `git clone --recursive https://github.com/apache/incubator-mxnet/ mxnet; cd mxnet; git checkout b1e491182fa9c15da89f1b701778de3a1421811b; rm -rf *; git checkout .; git submodule update --init --recursive; mkdir build; cd build; cmake -DUSE_CPP_PACKAGE=1 -DCMAKE_BUILD_TYPE=Release -GNinja -DUSE_CUDA=OFF ..; ninja`
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
