-
Notifications
You must be signed in to change notification settings - Fork 0
/
NvCudaRuntimeApi.v3.2.rules
458 lines (457 loc) · 13.2 KB
/
NvCudaRuntimeApi.v3.2.rules
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
Name="CUDA Runtime Api Build Rule (v3.2)"
Version="8.00"
>
<Rules>
<CustomBuildRule
Name="Cudart Build Rule"
DisplayName="Runtime API"
CommandLine="echo [NvccPath] [Keep] [GPUDebugInfo] [ExtraNvccOptions] [Arch1] [Arch2] [Arch3] [TargetMachinePlatform] -ccbin "$(VCInstallDir)bin" [HostDebugInfo] [Emulation] [FastMath] [Defines] -Xcompiler "/EHsc [Warning] /nologo [Optimization] /Zi [RuntimeChecks] [Runtime] [TypeInfo] [ExtraCppOptions]" [Include] [RequiredIncludes] [MaxRegCount] [PtxAsOptionV] [NvccCompilation] $(InputFileName) 

[NvccPath] [Keep] [GPUDebugInfo] [ExtraNvccOptions] [Arch1] [Arch2] [Arch3] [TargetMachinePlatform] -ccbin "$(VCInstallDir)bin" [HostDebugInfo] [Emulation] [FastMath] [Defines] -Xcompiler "/EHsc [Warning] /nologo [Optimization] /Zi [RuntimeChecks] [Runtime] [TypeInfo] [ExtraCppOptions]" [Include] [RequiredIncludes] [MaxRegCount] [ptxasoptionv] [NvccCompilation] "$(InputPath)" "
Outputs="[CompileOut]"
AdditionalDependencies="[AddedDependencies]"
FileExtensions="*.cu"
ExecutionDescription="Compiling with CUDA Build Rule..."
>
<Properties>
<StringProperty
Name="NvccPath"
DisplayName="Compiler Path"
Description="Designated path to nvcc.exe"
DefaultValue="$(CUDA_PATH_V3_2)\bin\nvcc.exe"
Switch=""[value]""
IsReadOnly="true"
/>
<StringProperty
Name="RequiredIncludes"
DisplayName="Required Include Directories"
Description="This include must exist CUDA headers may be accessed."
Switch="-I"[value]""
DefaultValue="$(CUDA_PATH_V3_2)\include"
Delimited="true"
Delimiters=";"
IsReadOnly="true"
/>
<StringProperty
Name="Include"
DisplayName="Additional Include Directories"
Description="Specifies one or more directories to add to the include path; use semi-colon delimited list if more than one. (/I[path])"
Switch="-I"[value]""
Inheritable="true"
Delimited="true"
Delimiters=";"
/>
<StringProperty
Name="AddedDependencies"
DisplayName="Source Dependencies"
Description="Add additional source file dependencies"
Switch="[value]"
/>
<BooleanProperty
Name="GPUDebugInfo"
DisplayName="Generate GPU Debug Information"
Description="Specifies whether or not GPU debugging information is generated by the CUDA compiler. (-G0)"
PropertyPageName="GPU"
DefaultValue="false"
Switch="-G0"
/>
<EnumProperty
Name="NvccCompilation"
DisplayName="NVCC Compilation Type"
Description="Select desired output of NVCC compilation (-c/-compile, -cuda, -gpu, -cubin, -ptx)"
PropertyPageName="GPU"
DefaultValue="0"
>
<Values>
<EnumValue
Value="0"
Switch="--compile -o [CompileOut]"
DisplayName="Generate hybrid object file (--compile / -c)"
/>
<EnumValue
Value="1"
Switch="-cuda -o [CompileOut]"
DisplayName="Generate hybrid .c file (-cuda)"
/>
<EnumValue
Value="2"
Switch="-gpu -o [CompileOut]"
DisplayName="Generate .gpu file (-gpu)"
/>
<EnumValue
Value="3"
Switch="-m32 -cubin -o [CompileOut]"
DisplayName="Generate 32 bit .cubin file (-m32 -cubin)"
/>
<EnumValue
Value="5"
Switch="-m64 -cubin -o [CompileOut]"
DisplayName="Generate 64 bit .cubin file (-m64 -cubin)"
/>
<EnumValue
Value="4"
Switch="-ptx -o [CompileOut]"
DisplayName="Generate .ptx file (-ptx)"
/>
</Values>
</EnumProperty>
<StringProperty
Name="CompileOut"
DisplayName="Compiler Output (obj/cubin)"
Description="Sets output as an OBJ or cubin file"
DefaultValue="$(IntDir)/$(InputFileName).obj"
Switch=""[value]""
/>
<EnumProperty
Name="Arch1"
DisplayName="GPU Architecture (1)"
Description="Select option for the GPU architecture to use on the command line (-arch sm_10 through sm_20)"
DefaultValue="10"
PropertyPageName="GPU"
>
<Values>
<EnumValue
Value="0"
Switch=""
DisplayName="0"
/>
<EnumValue
Value="10"
Switch="-gencode=arch=compute_10,code=\"sm_10,compute_10\""
DisplayName="sm_10"
/>
<EnumValue
Value="11"
Switch="-gencode=arch=compute_11,code=\"sm_11,compute_11\""
DisplayName="sm_11"
/>
<EnumValue
Value="12"
Switch="-gencode=arch=compute_12,code=\"sm_12,compute_12\""
DisplayName="sm_12"
/>
<EnumValue
Value="13"
Switch="-gencode=arch=compute_13,code=\"sm_13,compute_13\""
DisplayName="sm_13"
/>
<EnumValue
Value="20"
Switch="-gencode=arch=compute_20,code=\"sm_20,compute_20\""
DisplayName="sm_20"
/>
</Values>
</EnumProperty>
<EnumProperty
Name="Arch2"
DisplayName="GPU Architecture (2)"
Description="Select option for the GPU architecture to use on the command line (-arch sm_10 through sm_20)"
DefaultValue="20"
PropertyPageName="GPU"
>
<Values>
<EnumValue
Value="0"
Switch=""
DisplayName="0"
/>
<EnumValue
Value="10"
Switch="-gencode=arch=compute_10,code=\"sm_10,compute_10\""
DisplayName="sm_10"
/>
<EnumValue
Value="11"
Switch="-gencode=arch=compute_11,code=\"sm_11,compute_11\""
DisplayName="sm_11"
/>
<EnumValue
Value="12"
Switch="-gencode=arch=compute_12,code=\"sm_12,compute_12\""
DisplayName="sm_12"
/>
<EnumValue
Value="13"
Switch="-gencode=arch=compute_13,code=\"sm_13,compute_13\""
DisplayName="sm_13"
/>
<EnumValue
Value="20"
Switch="-gencode=arch=compute_20,code=\"sm_20,compute_20\""
DisplayName="sm_20"
/>
</Values>
</EnumProperty>
<EnumProperty
Name="Arch3"
DisplayName="GPU Architecture (3)"
Description="Select option for the GPU architecture to use on the command line (-arch sm_10 through sm_20)"
DefaultValue="0"
PropertyPageName="GPU"
>
<Values>
<EnumValue
Value="0"
Switch=""
DisplayName="0"
/>
<EnumValue
Value="10"
Switch="-gencode=arch=compute_10,code=\"sm_10,compute_10\""
DisplayName="sm_10"
/>
<EnumValue
Value="11"
Switch="-gencode=arch=compute_11,code=\"sm_11,compute_11\""
DisplayName="sm_11"
/>
<EnumValue
Value="12"
Switch="-gencode=arch=compute_12,code=\"sm_12,compute_12\""
DisplayName="sm_12"
/>
<EnumValue
Value="13"
Switch="-gencode=arch=compute_13,code=\"sm_13,compute_13\""
DisplayName="sm_13"
/>
<EnumValue
Value="20"
Switch="-gencode=arch=compute_20,code=\"sm_20,compute_20\""
DisplayName="sm_20"
/>
</Values>
</EnumProperty>
<EnumProperty
Name="TargetMachinePlatform"
DisplayName="Target Machine Platform"
Description="Select the platform of the target machine (x86 or x64)"
DefaultValue="0"
PropertyPageName="Host"
>
<Values>
<EnumValue
Value="0"
Switch="--machine 32"
DisplayName="x86"
/>
<EnumValue
Value="1"
Switch="--machine 64"
DisplayName="x64"
/>
</Values>
</EnumProperty>
<IntegerProperty
Name="MaxRegCount"
DisplayName="Max Used Register "
Description="Specify the maximum amount of registers that GPU functions can use. (-maxrregcount)"
Switch="-maxrregcount=[Value]"
PropertyPageName="GPU"
DefaultValue="32"
/>
<BooleanProperty
Name="PtxAsOptionV"
DisplayName="Verbose PTXAS Output"
PropertyPageName="GPU"
Switch="--ptxas-options=-v"
/>
<StringProperty
Name="ExtraNvccOptions"
DisplayName="Extra Options"
Description="Supply any additional command line options to NVCC"
PropertyPageName="GPU"
Switch="[value]"
/>
<BooleanProperty
Name="Keep"
DisplayName="Keep Preprocessed Files"
PropertyPageName="GPU"
Description="Specifies that preprocessor files generated by the CUDA compiler are not deleted, ie..ptx, .cubin, cudafe1.c, cudafe1.cpp, cudafe1.gpu, etc. (--keep)"
Switch="--keep"
/>
<BooleanProperty
Name="Emulation"
DisplayName="Emulation Mode"
Description="Whether or not to generate emulated code. (-deviceemu)"
PropertyPageName="Host"
Switch="-deviceemu -D_DEVICEEMU"
/>
<BooleanProperty
Name="HostDebugInfo"
DisplayName="Generate Host Debug Information"
Description="Specifies whether or not host debugging information is generated by the CUDA compiler. (-g)"
PropertyPageName="Host"
DefaultValue="false"
Switch="-D_NEXUS_DEBUG -g"
/>
<BooleanProperty
Name="FastMath"
DisplayName="Use Fast Math"
Category="Default"
Description="Make use of the fast math library."
PropertyPageName="Host"
Switch="-use_fast_math"
/>
<EnumProperty
Name="Warning"
DisplayName="Warning Level"
Description="Select how strict you want the compiler to be about checking for potentially suspect constructs. (/W0 - /W4)"
PropertyPageName="Host"
DefaultValue="3"
>
<Values>
<EnumValue
Value="0"
Switch="/W0"
DisplayName="Off: Turn Off All Warnings (/W0)"
/>
<EnumValue
Value="1"
Switch="/W1"
DisplayName="Level 1 (/W1)"
/>
<EnumValue
Value="2"
Switch="/W2"
DisplayName="Level 2 (/W2)"
/>
<EnumValue
Value="3"
Switch="/W3"
DisplayName="Level 3 (/W3)"
/>
<EnumValue
Value="4"
Switch="/W4"
DisplayName="Level 4 (/W4)"
/>
</Values>
</EnumProperty>
<EnumProperty
Name="Optimization"
DisplayName="Optimization"
Description="Select option for code optimization; choose Custom to use specific optimization options. (/Od, /O1, /O2, /Ox)"
PropertyPageName="Host"
DefaultValue="2"
>
<Values>
<EnumValue
Value="0"
Switch="/Od"
DisplayName="Disabled (/Od)"
/>
<EnumValue
Value="1"
Switch="/O1"
DisplayName="Minimize Size (/O1)"
/>
<EnumValue
Value="2"
Switch="/O2"
DisplayName="Maximize Speed (/O2)"
/>
<EnumValue
Value="3"
Switch="/Ox"
DisplayName="Full Optimization (/Ox)"
/>
</Values>
</EnumProperty>
<EnumProperty
Name="Runtime"
DisplayName="Runtime Library"
Description="Specify runtime library for linking. (/MT, /MTd, /MD, /MDd, /ML, /MLd)"
PropertyPageName="Host"
DefaultValue="0"
>
<Values>
<EnumValue
Value="0"
Switch="/MT"
DisplayName="Multi-Threaded (/MT)"
/>
<EnumValue
Value="1"
Switch="/MTd"
DisplayName="Multi-Threaded Debug (/MTd)"
/>
<EnumValue
Value="2"
Switch="/MD"
DisplayName="Multi-Threaded DLL (/MD)"
/>
<EnumValue
Value="3"
Switch="/MDd"
DisplayName="Multi-Threaded Debug DLL (/MDd)"
/>
<EnumValue
Value="4"
Switch="/ML"
DisplayName="Single-Threaded (/ML)"
/>
<EnumValue
Value="5"
Switch="/MLd"
DisplayName="Single-Threaded Debug (/MLd)"
/>
</Values>
</EnumProperty>
<BooleanProperty
Name="TypeInfo"
DisplayName="Enable Run-Time Type Info"
Description="Adds code for checking C++ object types at run time (runtime type information). (/GR)"
PropertyPageName="Host"
Switch="/GR"
/>
<StringProperty
Name="ExtraCppOptions"
DisplayName="Extra C++ Options"
Description="Supply any additional command line options to the host C++ compiler"
PropertyPageName="Host"
Switch="[value]"
/>
<EnumProperty
Name="RuntimeChecks"
DisplayName="Basic Runtime Checks"
Description="Perform basic runtime error checks, incompatible with any optimization type other than debug. (/RTCs, /RTCu, /RTC1)"
PropertyPageName="Host"
>
<Values>
<EnumValue
Value="0"
Switch=" "
DisplayName="Default"
/>
<EnumValue
Value="1"
Switch="/RTCs"
DisplayName="Stack Frames (/RTCs)"
/>
<EnumValue
Value="2"
Switch="/RTCu"
DisplayName="Uninitialized Variables (/RTCu)"
/>
<EnumValue
Value="3"
Switch="/RTC1"
DisplayName="Both (/RTC1, equiv. to /RTCsu)"
/>
</Values>
</EnumProperty>
<StringProperty
Name="Defines"
DisplayName="Preprocessor Definitions"
PropertyPageName="Host"
Description="Specifies one or more preprocessor defines. (-D[macro])"
Switch="-D[value]"
Delimited="true"
Inheritable="true"
/>
</Properties>
</CustomBuildRule>
</Rules>
</VisualStudioToolFile>