Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build error on windows #288

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

perseusdg
Copy link
Contributor

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 and others added 10 commits August 16, 2021 14:04
This reverts commit d2ce966.
Undo tensorrt8 changes on the master branch
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This reverts commit ac0d6e9, reversing
changes made to 40266a6.
ceccocats/tkdnn:master -> perseusdg/tkdnn:tensorrt8
This commit has fixes in the form of __declspec(dllexport) and __declspec(dllimport) to run the tkdnn master branch on windows along with removing cmake_export_all_symbols and solely using __declspec(dllexport)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants