mirror of https://github.com/AlexeyAB/darknet.git
Added: compute_52,sm_52
This commit is contained in:
parent
e186a6a815
commit
ff17e11b89
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue