cuda-samples/Samples/cdpQuadtree/.vscode/launch.json
2021-08-03 19:02:58 +05:30

11 lines
215 B
JSON

{
"configurations": [
{
"name": "CUDA C++: Launch",
"type": "cuda-gdb",
"request": "launch",
"program": "${workspaceFolder}/cdpQuadtree"
}
]
}