Fix build error on windows #288

Open
perseusdg wants to merge 10 commits from perseusdg/master into master
perseusdg commented 2022-04-17 07:40:51 +02:00 (Migrated from github.com)

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

This pull requests fixes the issues mentioned in [287](https://github.com/ceccocats/tkDNN/issues/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
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmr/tkDNN#288