Add placeholder CUDA json flag tables
Generate json flag tables from initial placeholder headers Original header commit v3.9.0-rc1~431^2~10 The CUDA Toolkit's VS integration defines abstractions for both options to `nvcc` and options to pass through `-Xcompiler` to the host MSVC. We need a separate flag table to parse each set of flags into the corresponding abstractions. Add empty placeholders for these tables.
This commit is contained in:
parent
6e947179a8
commit
7faa4d59a8
2
Templates/MSBuild/FlagTables/v10_Cuda.json
Normal file
2
Templates/MSBuild/FlagTables/v10_Cuda.json
Normal file
@ -0,0 +1,2 @@
|
||||
[
|
||||
]
|
2
Templates/MSBuild/FlagTables/v10_CudaHost.json
Normal file
2
Templates/MSBuild/FlagTables/v10_CudaHost.json
Normal file
@ -0,0 +1,2 @@
|
||||
[
|
||||
]
|
Loading…
Reference in New Issue
Block a user