summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorStephan Szabo <stephan.szabo@sony.com>2018-11-21 10:11:24 -0800
committerStephan Szabo <stephan.szabo@sony.com>2018-11-28 07:43:27 -0800
commit7fd339b1e5a23d8e04fe3b4607be260bf26a3ec4 (patch)
treee169b6609782c3f0ac69a1c817f4ca4af586680d /Templates
parentf61e0975540504c00c7dc6f763a83e8c74fe7d83 (diff)
downloadcmake-7fd339b1e5a23d8e04fe3b4607be260bf26a3ec4.tar.gz
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.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/Templates/MSBuild/FlagTables/v10_Cuda.json b/Templates/MSBuild/FlagTables/v10_Cuda.json
index 1a01f8dd21..1831b8aaf5 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"
+ ]
}
]