diff options
author | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-21 18:11:24 (GMT) |
---|---|---|
committer | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-28 15:43:27 (GMT) |
commit | 7fd339b1e5a23d8e04fe3b4607be260bf26a3ec4 (patch) | |
tree | e169b6609782c3f0ac69a1c817f4ca4af586680d /Templates | |
parent | f61e0975540504c00c7dc6f763a83e8c74fe7d83 (diff) | |
download | CMake-7fd339b1e5a23d8e04fe3b4607be260bf26a3ec4.zip CMake-7fd339b1e5a23d8e04fe3b4607be260bf26a3ec4.tar.gz CMake-7fd339b1e5a23d8e04fe3b4607be260bf26a3ec4.tar.bz2 |
VS: Add CUDA flag table entry for -maxrregcount
Original header commit v3.12.0-rc2~10^2
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/MSBuild/FlagTables/v10_Cuda.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Templates/MSBuild/FlagTables/v10_Cuda.json b/Templates/MSBuild/FlagTables/v10_Cuda.json index 1a01f8d..1831b8a 100644 --- a/Templates/MSBuild/FlagTables/v10_Cuda.json +++ b/Templates/MSBuild/FlagTables/v10_Cuda.json @@ -202,5 +202,23 @@ "comment": "", "value": "true", "flags": [] + }, + { + "name": "MaxRegCount", + "switch": "maxrregcount=", + "comment": "", + "value": "", + "flags": [ + "UserValue" + ] + }, + { + "name": "MaxRegCount", + "switch": "maxrregcount", + "comment": "", + "value": "", + "flags": [ + "UserFollowing" + ] } ] |