forked from rigaya/NVEnc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcudaver.props
102 lines (102 loc) · 5.93 KB
/
cudaver.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" Condition="'$(CUDA_PATH)' == '$(CUDA_PATH_V8_0)'" >
<CUDA_MAJOR_VER>8</CUDA_MAJOR_VER>
<CUDA_MINOR_VER>0</CUDA_MINOR_VER>
<CUDA_VER>$(CUDA_MAJOR_VER).$(CUDA_MINOR_VER)</CUDA_VER>
<CUDA_CODE_GEN>compute_30,compute_30;compute_61,compute_61</CUDA_CODE_GEN>
<NVRTC_DLL_NAME>nvrtc64_80.dll</NVRTC_DLL_NAME>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(CUDA_PATH)' == '$(CUDA_PATH_V9_0)'" >
<CUDA_MAJOR_VER>9</CUDA_MAJOR_VER>
<CUDA_MINOR_VER>0</CUDA_MINOR_VER>
<CUDA_VER>$(CUDA_MAJOR_VER).$(CUDA_MINOR_VER)</CUDA_VER>
<CUDA_CODE_GEN>compute_30,compute_30;compute_61,compute_61</CUDA_CODE_GEN>
<NVRTC_DLL_NAME>nvrtc64_90.dll</NVRTC_DLL_NAME>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(CUDA_PATH)' == '$(CUDA_PATH_V9_1)'" >
<CUDA_MAJOR_VER>9</CUDA_MAJOR_VER>
<CUDA_MINOR_VER>1</CUDA_MINOR_VER>
<CUDA_VER>$(CUDA_MAJOR_VER).$(CUDA_MINOR_VER)</CUDA_VER>
<CUDA_CODE_GEN>compute_30,compute_30;compute_61,compute_61</CUDA_CODE_GEN>
<NVRTC_DLL_NAME>nvrtc64_91.dll</NVRTC_DLL_NAME>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(CUDA_PATH)' == '$(CUDA_PATH_V9_2)'" >
<CUDA_MAJOR_VER>9</CUDA_MAJOR_VER>
<CUDA_MINOR_VER>2</CUDA_MINOR_VER>
<CUDA_VER>$(CUDA_MAJOR_VER).$(CUDA_MINOR_VER)</CUDA_VER>
<CUDA_CODE_GEN>compute_30,compute_30;compute_61,compute_61</CUDA_CODE_GEN>
<NVRTC_DLL_NAME>nvrtc64_92.dll</NVRTC_DLL_NAME>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(CUDA_PATH)' == '$(CUDA_PATH_V10_0)'" >
<CUDA_MAJOR_VER>10</CUDA_MAJOR_VER>
<CUDA_MINOR_VER>0</CUDA_MINOR_VER>
<CUDA_VER>$(CUDA_MAJOR_VER).$(CUDA_MINOR_VER)</CUDA_VER>
<CUDA_CODE_GEN>compute_30,compute_30;compute_61,compute_61;compute_75,compute_75</CUDA_CODE_GEN>
<NVRTC_DLL_NAME>nvrtc64_100_0.dll</NVRTC_DLL_NAME>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(CUDA_PATH)' == '$(CUDA_PATH_V10_1)'" >
<CUDA_MAJOR_VER>10</CUDA_MAJOR_VER>
<CUDA_MINOR_VER>1</CUDA_MINOR_VER>
<CUDA_VER>$(CUDA_MAJOR_VER).$(CUDA_MINOR_VER)</CUDA_VER>
<CUDA_CODE_GEN>compute_30,compute_30;compute_61,compute_61;compute_75,compute_75</CUDA_CODE_GEN>
<NVRTC_DLL_NAME>nvrtc64_101_0.dll</NVRTC_DLL_NAME>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(CUDA_PATH)' == '$(CUDA_PATH_V10_2)'" >
<CUDA_MAJOR_VER>10</CUDA_MAJOR_VER>
<CUDA_MINOR_VER>2</CUDA_MINOR_VER>
<CUDA_VER>$(CUDA_MAJOR_VER).$(CUDA_MINOR_VER)</CUDA_VER>
<CUDA_CODE_GEN>compute_30,compute_30;compute_61,compute_61;compute_75,compute_75</CUDA_CODE_GEN>
<NVRTC_DLL_NAME>nvrtc64_102_0.dll</NVRTC_DLL_NAME>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(CUDA_PATH)' == '$(CUDA_PATH_V11_0)'" >
<CUDA_MAJOR_VER>11</CUDA_MAJOR_VER>
<CUDA_MINOR_VER>0</CUDA_MINOR_VER>
<CUDA_VER>$(CUDA_MAJOR_VER).$(CUDA_MINOR_VER)</CUDA_VER>
<CUDA_CODE_GEN>compute_50,compute_50;compute_61,compute_61;compute_75,compute_75</CUDA_CODE_GEN>
<NVRTC_DLL_NAME>nvrtc64_110_0.dll</NVRTC_DLL_NAME>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(CUDA_PATH)' == '$(CUDA_PATH_V11_1)'" >
<CUDA_MAJOR_VER>11</CUDA_MAJOR_VER>
<CUDA_MINOR_VER>1</CUDA_MINOR_VER>
<CUDA_VER>$(CUDA_MAJOR_VER).$(CUDA_MINOR_VER)</CUDA_VER>
<CUDA_CODE_GEN>compute_50,compute_50;compute_61,compute_61;compute_75,compute_75;compute_86,compute_86</CUDA_CODE_GEN>
<NVRTC_DLL_NAME>nvrtc64_111_0.dll</NVRTC_DLL_NAME>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(CUDA_PATH)' == '$(CUDA_PATH_V11_2)'" >
<CUDA_MAJOR_VER>11</CUDA_MAJOR_VER>
<CUDA_MINOR_VER>2</CUDA_MINOR_VER>
<CUDA_VER>$(CUDA_MAJOR_VER).$(CUDA_MINOR_VER)</CUDA_VER>
<CUDA_CODE_GEN>compute_50,compute_50;compute_61,compute_61;compute_75,compute_75;compute_86,compute_86</CUDA_CODE_GEN>
<NVRTC_DLL_NAME>nvrtc64_112_0.dll</NVRTC_DLL_NAME>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(CUDA_PATH)' == '$(CUDA_PATH_V11_3)'" >
<CUDA_MAJOR_VER>11</CUDA_MAJOR_VER>
<CUDA_MINOR_VER>3</CUDA_MINOR_VER>
<CUDA_VER>$(CUDA_MAJOR_VER).$(CUDA_MINOR_VER)</CUDA_VER>
<CUDA_CODE_GEN>compute_50,compute_50;compute_61,compute_61;compute_75,compute_75;compute_86,compute_86</CUDA_CODE_GEN>
<NVRTC_DLL_NAME>nvrtc64_113_0.dll</NVRTC_DLL_NAME>
</PropertyGroup>
<ImportGroup Label="ExtensionSettings">
<Import Project="C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA $(CUDA_VER).props" />
</ImportGroup>
<ImportGroup Label="ExtensionTargets">
<Import Project="C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA $(CUDA_VER).targets" />
</ImportGroup>
<ItemDefinitionGroup Condition="$(CUDA_MAJOR_VER) >= 10 AND '$(Platform)'=='x64'">
<Link>
<AdditionalDependencies>nppc.lib;nppif.lib;nppig.lib;nvrtc.lib;%(AdditionalDependencies)</AdditionalDependencies>
<!-- <AdditionalIncludeDirectories>;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> -->
<DelayLoadDLLs>nppc64_$(CUDA_MAJOR_VER).dll;nppif64_$(CUDA_MAJOR_VER).dll;nppig64_$(CUDA_MAJOR_VER).dll;%(DelayLoadDLLs)</DelayLoadDLLs>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="$(CUDA_MAJOR_VER) < 10 AND '$(Platform)'=='x64'">
<Link>
<AdditionalDependencies>nppi.lib;nvrtc.lib;%(AdditionalDependencies)</AdditionalDependencies>
<!-- <AdditionalIncludeDirectories>;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> -->
<DelayLoadDLLs>nppc64_$(CUDA_MAJOR_VER)$(CUDA_MINOR_VER).dll;nppi64_$(CUDA_MAJOR_VER)$(CUDA_MINOR_VER).dll;$(NVRTC_DLL_NAME);%(DelayLoadDLLs)</DelayLoadDLLs>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>