|
|
|
@ -93,8 +93,8 @@ |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\include;..\..\3rdparty\include;%(AdditionalIncludeDirectories);$(CudaToolkitIncludeDir);$(cudnn)\include</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>_MBCS;LIB_EXPORTS;_TIMESPEC_DEFINED;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;GPU;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<UndefinePreprocessorDefinitions>CUDNN</UndefinePreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>_MBCS;LIB_EXPORTS;_TIMESPEC_DEFINED;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;GPU;WIN32;DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<UndefinePreprocessorDefinitions>CUDNN_HALF;CUDNN</UndefinePreprocessorDefinitions> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<ForcedIncludeFiles>stdlib.h;crtdbg.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> |
|
|
|
|
</ClCompile> |
|
|
|
@ -106,7 +106,7 @@ |
|
|
|
|
<AssemblyDebug>true</AssemblyDebug> |
|
|
|
|
</Link> |
|
|
|
|
<CudaCompile> |
|
|
|
|
<CodeGeneration>compute_30,sm_30;compute_52,sm_52</CodeGeneration> |
|
|
|
|
<CodeGeneration>compute_30,sm_30;compute_75,sm_75</CodeGeneration> |
|
|
|
|
<TargetMachinePlatform>64</TargetMachinePlatform> |
|
|
|
|
</CudaCompile> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
@ -137,7 +137,7 @@ |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
|
<AdditionalIncludeDirectories>C:\opencv_3.0\opencv\build\include;..\..\include;..\..\3rdparty\include;%(AdditionalIncludeDirectories);$(CudaToolkitIncludeDir);$(cudnn)\include</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>CUDNN;GPU;LIB_EXPORTS;_TIMESPEC_DEFINED;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>CUDNN_HALF;CUDNN;GPU;LIB_EXPORTS;_TIMESPEC_DEFINED;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<CLanguageStandard>c11</CLanguageStandard> |
|
|
|
|
<CppLanguageStandard>c++1y</CppLanguageStandard> |
|
|
|
|
<PrecompiledHeaderCompileAs>CompileAsCpp</PrecompiledHeaderCompileAs> |
|
|
|
@ -156,7 +156,7 @@ |
|
|
|
|
</Link> |
|
|
|
|
<CudaCompile> |
|
|
|
|
<TargetMachinePlatform>64</TargetMachinePlatform> |
|
|
|
|
<CodeGeneration>compute_30,sm_30;compute_52,sm_52</CodeGeneration> |
|
|
|
|
<CodeGeneration>compute_30,sm_30;compute_75,sm_75</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|