Skip to content

Commit

Permalink
Restored project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanLucPons committed Sep 9, 2020
1 parent fd5df4a commit d97834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VC_CUDA102/Kangaroo.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<ItemGroup>
<CudaCompile Include="..\GPU\GPUEngine.cu">
<CodeGeneration Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compute_30,sm_30</CodeGeneration>
<CodeGeneration Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compute_61,sm_61</CodeGeneration>
<CodeGeneration Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compute_30,sm_30;compute_35,sm_35;compute_37,sm_37;compute_50,sm_50;compute_52,sm_52;compute_60,sm_60;compute_61,sm_61;compute_70,sm_70;compute_75,sm_75;</CodeGeneration>
<CodeGeneration Condition="'$(Configuration)|$(Platform)'=='ReleaseSM30|x64'">compute_61,sm_61</CodeGeneration>
<PtxAsOptionV Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</PtxAsOptionV>
<PtxAsOptionV Condition="'$(Configuration)|$(Platform)'=='ReleaseSM30|x64'">true</PtxAsOptionV>
Expand Down

0 comments on commit d97834e

Please sign in to comment.