cuda-samples/Samples/MC_SingleAsianOptionP/.vscode/c_cpp_properties.json

19 lines
504 B
JSON
Raw Normal View History

2021-10-21 19:04:49 +08:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/../../Common"
],
"defines": [],
"compilerPath": "/usr/local/cuda/bin/nvcc",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}