Uh oh!
There was an error while loading. Please reload this page.
Remove Incorrect Extension Registration of tvm::Target - #1272
Conversation
@kazum this change causes a following error in osx: |
kazum
commented
Jun 13, 2018
@nishi-t Thanks for your comment. It looks like clang doesn't support -Bsymbolic-functions option. |
0419532 to
4c3e4a8Comparetqchen
commented
Jun 13, 2018
Sorry I didn't take a closer look. This actually reveals a BUG that needs to be fixed. Specifically, tvm::Target is no longer an extension type, but a node type now, and we should remove the extension registeration here https://github.com/dmlc/tvm/blob/master/topi/src/topi.cc#L50 |
kazum
commented
Jun 13, 2018
@tqchen Okay, I'll fix the problem based on your comment, thanks. |
4c3e4a8 to
6d11057Comparetqchen
commented
Jun 14, 2018
Thanks! this is merged |
This PR fixes#1244 for CMake.
Here is an example configuration to produce the problem:
CMAKE_BUILD_TYPE=Debug
CMAKE_CXX_FLAGS_DEBUG="-g -O0"