diff options
author | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-21 17:31:00 (GMT) |
---|---|---|
committer | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-28 15:43:26 (GMT) |
commit | 7faa4d59a858ef0d7eef77c2ae8e8194c2d87385 (patch) | |
tree | 9800c1fe16206022c7115b9cee2e3d084255503c | |
parent | 6e947179a84cb790616aa038e9bf127e306ad746 (diff) | |
download | CMake-7faa4d59a858ef0d7eef77c2ae8e8194c2d87385.zip CMake-7faa4d59a858ef0d7eef77c2ae8e8194c2d87385.tar.gz CMake-7faa4d59a858ef0d7eef77c2ae8e8194c2d87385.tar.bz2 |
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.
-rw-r--r-- | Templates/MSBuild/FlagTables/v10_Cuda.json | 2 | ||||
-rw-r--r-- | Templates/MSBuild/FlagTables/v10_CudaHost.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Templates/MSBuild/FlagTables/v10_Cuda.json b/Templates/MSBuild/FlagTables/v10_Cuda.json new file mode 100644 index 0000000..0d4f101 --- /dev/null +++ b/Templates/MSBuild/FlagTables/v10_Cuda.json @@ -0,0 +1,2 @@ +[ +] diff --git a/Templates/MSBuild/FlagTables/v10_CudaHost.json b/Templates/MSBuild/FlagTables/v10_CudaHost.json new file mode 100644 index 0000000..0d4f101 --- /dev/null +++ b/Templates/MSBuild/FlagTables/v10_CudaHost.json @@ -0,0 +1,2 @@ +[ +] |