summaryrefslogtreecommitdiffstats
path: root/Templates/MSBuild/FlagTables/v10_Cuda.json
blob: 5f6b0da21b779e28dfa67177a2640bc487c2634e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
  {
    "name":  "AdditionalCompilerOptions",
    "switch": "Xcompiler=",
    "comment": "Host compiler options",
    "value": "",
    "flags": [
      "UserValue",
      "SpaceAppendable"
    ]
  },
  {
    "name":  "AdditionalCompilerOptions",
    "switch": "Xcompiler",
    "comment": "Host compiler options",
    "value": "",
    "flags": [
      "UserFollowing",
      "SpaceAppendable"
    ]
  },
  {
    "name":  "CudaRuntime",
    "switch": "cudart=none",
    "comment": "No CUDA runtime library",
    "value": "None",
    "flags": []
  },
  {
    "name":  "CudaRuntime",
    "switch": "cudart=shared",
    "comment": "Shared/dynamic CUDA runtime library",
    "value": "Shared",
    "flags": []
  },
  {
    "name":  "CudaRuntime",
    "switch": "cudart=static",
    "comment": "Static CUDA runtime library",
    "value": "Static",
    "flags": []
  },
  {
    "name":  "CudaRuntime",
    "switch": "cudart",
    "comment": "CUDA runtime library",
    "value": "",
    "flags": [
      "UserFollowing"
    ]
  }
]