Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1bc508a

Browse files
authored
Merge pull request#82 from zielar2/master
Support for the latest NVIDIA architecture added
2 parents7eb45d7 +59e96bf commit1bc508a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎GPU/GPUEngine.cu‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ int _ConvertSMVer2Cores(int major, int minor) {
154154
{0x70,64},
155155
{0x72,64},
156156
{0x75,64},
157+
{0x80,64},
158+
{0x86,128},
157159
{-1, -1} };
158160

159161
int index =0;

‎VanitySearch.vcxproj‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<ItemGroup>
6161
<CudaCompileInclude="GPU\GPUEngine.cu">
6262
<CodeGenerationCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">compute_30,sm_30</CodeGeneration>
63-
<CodeGenerationCondition="'$(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>
63+
<CodeGenerationCondition="'$(Configuration)|$(Platform)'=='Release|x64'">compute_50,sm_50;compute_52,sm_52;compute_60,sm_60;compute_61,sm_61;compute_70,sm_70;compute_75,sm_75;compute_80,sm_80;compute_86,sm_86;</CodeGeneration>
6464
<CodeGenerationCondition="'$(Configuration)|$(Platform)'=='ReleaseSM30|x64'">compute_61,sm_61</CodeGeneration>
6565
<PtxAsOptionVCondition="'$(Configuration)|$(Platform)'=='Release|x64'">true</PtxAsOptionV>
6666
<PtxAsOptionVCondition="'$(Configuration)|$(Platform)'=='ReleaseSM30|x64'">true</PtxAsOptionV>
@@ -97,7 +97,7 @@
9797
</PropertyGroup>
9898
<ImportProject="$(VCTargetsPath)\Microsoft.Cpp.props" />
9999
<ImportGroupLabel="ExtensionSettings">
100-
<ImportProject="$(VCTargetsPath)\BuildCustomizations\CUDA 11.0.props" />
100+
<ImportProject="$(VCTargetsPath)\BuildCustomizations\CUDA 11.1.props" />
101101
</ImportGroup>
102102
<ImportGroupLabel="PropertySheets"Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
103103
<ImportProject="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"Label="LocalAppDataPlatform" />
@@ -168,6 +168,6 @@
168168
</ItemDefinitionGroup>
169169
<ImportProject="$(VCTargetsPath)\Microsoft.Cpp.targets" />
170170
<ImportGroupLabel="ExtensionTargets">
171-
<ImportProject="$(VCTargetsPath)\BuildCustomizations\CUDA 11.0.targets" />
171+
<ImportProject="$(VCTargetsPath)\BuildCustomizations\CUDA 11.1.targets" />
172172
</ImportGroup>
173-
</Project>
173+
</Project>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp