Remove linker and dlopen flags that allowed undefined symbols in rocm build (#15091)
authorbddppq <bai@in.tum.de>
Wed, 12 Dec 2018 07:20:31 +0000 (23:20 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 12 Dec 2018 07:23:47 +0000 (23:23 -0800)
commit479481b6cbcdccbc99c8c45da30033b77502b96b
tree41d9917b9f520fbb22e3539d4161179c88165148
parent0dade9862c62a427e5d48d74b1316a079c107726
Remove linker and dlopen flags that allowed undefined symbols in rocm build (#15091)

Summary:
Previously the undefined symbols were caused by disabled_modules in tools/amd_build/disabled_features.json (now it's cleared).
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15091

Differential Revision: D13429595

Pulled By: bddppq

fbshipit-source-id: b341e83f9e5a8d16440a364e837b045a8a4fd6e1
aten/src/ATen/CMakeLists.txt
caffe2/python/_import_c_extension.py
cmake/Dependencies.cmake
tools/amd_build/build_amd.py