ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
718 stars 208 forks source link

Fix build error on windows #288

Open perseusdg opened 2 years ago

perseusdg commented 2 years ago

This pull requests fixes the issues mentioned in 287 and moves to declspec(dllexport) and declspec(dllimport) on a as needed basis (symbol wise per header) instead of using CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS in the cmakelists.txt