소스 검색

VS: Add CUDA flag table entry for -maxrregcount

Original header commit v3.12.0-rc2~10^2
Stephan Szabo 7 년 전
부모
커밋
7fd339b1e5
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. 18 0
      Templates/MSBuild/FlagTables/v10_Cuda.json

+ 18 - 0
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"
+    ]
   }
 ]