| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 |
- [
- {
- "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": "AdditionalCompilerOptions",
- "switch": "-compiler-options=",
- "comment": "Host compiler options",
- "value": "",
- "flags": [
- "UserValue",
- "SpaceAppendable"
- ]
- },
- {
- "name": "AdditionalCompilerOptions",
- "switch": "-compiler-options",
- "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"
- ]
- },
- {
- "name": "cmake-temp-gencode",
- "switch": "gencode=",
- "comment": "",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "cmake-temp-gencode",
- "switch": "gencode",
- "comment": "",
- "value": "",
- "flags": [
- "UserFollowing",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "cmake-temp-gencode",
- "switch": "-generate-code=",
- "comment": "",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "cmake-temp-gencode",
- "switch": "-generate-code",
- "comment": "",
- "value": "",
- "flags": [
- "UserFollowing",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "cmake-temp-code",
- "switch": "code=",
- "comment": "",
- "value": "",
- "flags": [
- "UserValue"
- ]
- },
- {
- "name": "cmake-temp-code",
- "switch": "code",
- "comment": "",
- "value": "",
- "flags": [
- "UserFollowing"
- ]
- },
- {
- "name": "cmake-temp-code",
- "switch": "-gpu-code=",
- "comment": "",
- "value": "",
- "flags": [
- "UserValue"
- ]
- },
- {
- "name": "cmake-temp-code",
- "switch": "-gpu-code",
- "comment": "",
- "value": "",
- "flags": [
- "UserFollowing"
- ]
- },
- {
- "name": "cmake-temp-arch",
- "switch": "arch=",
- "comment": "",
- "value": "",
- "flags": [
- "UserValue"
- ]
- },
- {
- "name": "cmake-temp-arch",
- "switch": "arch",
- "comment": "",
- "value": "",
- "flags": [
- "UserFollowing"
- ]
- },
- {
- "name": "cmake-temp-arch",
- "switch": "-gpu-architecture=",
- "comment": "",
- "value": "",
- "flags": [
- "UserValue"
- ]
- },
- {
- "name": "cmake-temp-arch",
- "switch": "-gpu-architecture",
- "comment": "",
- "value": "",
- "flags": [
- "UserFollowing"
- ]
- },
- {
- "name": "FastMath",
- "switch": "use_fast_math",
- "comment": "",
- "value": "true",
- "flags": []
- },
- {
- "name": "FastMath",
- "switch": "-use_fast_math",
- "comment": "",
- "value": "true",
- "flags": []
- },
- {
- "name": "GPUDebugInfo",
- "switch": "G",
- "comment": "",
- "value": "true",
- "flags": []
- },
- {
- "name": "GPUDebugInfo",
- "switch": "-device-debug",
- "comment": "",
- "value": "true",
- "flags": []
- },
- {
- "name": "HostDebugInfo",
- "switch": "g",
- "comment": "",
- "value": "true",
- "flags": []
- },
- {
- "name": "HostDebugInfo",
- "switch": "-debug",
- "comment": "",
- "value": "true",
- "flags": []
- },
- {
- "name": "MaxRegCount",
- "switch": "maxrregcount=",
- "comment": "",
- "value": "",
- "flags": [
- "UserValue"
- ]
- },
- {
- "name": "MaxRegCount",
- "switch": "maxrregcount",
- "comment": "",
- "value": "",
- "flags": [
- "UserFollowing"
- ]
- }
- ]
|