From ff17e11b8987cf2ef74380ce942f545e9e36a766 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Fri, 02 Dec 2016 18:25:03 +0000
Subject: [PATCH] Added: compute_52,sm_52
---
build/darknet/darknet.vcxproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build/darknet/darknet.vcxproj b/build/darknet/darknet.vcxproj
index 22478a1..3221142 100644
--- a/build/darknet/darknet.vcxproj
+++ b/build/darknet/darknet.vcxproj
@@ -131,8 +131,8 @@
<OutputFile>$(OutDir)\..\$(TargetName)$(TargetExt)</OutputFile>
</Link>
<CudaCompile>
- <TargetMachinePlatform>32</TargetMachinePlatform>
- <CodeGeneration>compute_30,sm_30</CodeGeneration>
+ <TargetMachinePlatform>64</TargetMachinePlatform>
+ <CodeGeneration>compute_30,sm_30;compute_52,sm_52</CodeGeneration>
</CudaCompile>
</ItemDefinitionGroup>
<ItemGroup>
--
Gitblit v1.10.0