Fixes for running master branch on windows
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)
This commit is contained in:
+2
-2
@@ -15,8 +15,8 @@
|
||||
|
||||
using namespace nvinfer1;
|
||||
|
||||
extern std::mutex gYoloPlugins_mutex;
|
||||
extern std::vector<YoloRT*> gYoloPlugins;
|
||||
TKDNN_LIB_IMPORT_API extern std::mutex gYoloPlugins_mutex;
|
||||
TKDNN_LIB_IMPORT_API extern std::vector<YoloRT*> gYoloPlugins;
|
||||
|
||||
// Logger for info/warning/errors
|
||||
class Logger : public ILogger {
|
||||
|
||||
Reference in New Issue
Block a user