tkDNN icon indicating copy to clipboard operation
tkDNN copied to clipboard

Fix build error on windows

Open perseusdg opened this issue 2 years ago • 0 comments

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

perseusdg avatar Apr 17 '22 05:04 perseusdg