VS: Add more CUDA flag table entries

Original header commit v3.9.0-rc1~431^2~2
This commit is contained in:
Stephan Szabo 2018-11-21 10:09:52 -08:00
parent c17809bcd7
commit f61e097554

View File

@ -160,5 +160,47 @@
"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": []
}
]