cuda-samples/Samples/2_Concepts_and_Techniques/reduction/.vscode/launch.json

11 lines
213 B
JSON
Raw Normal View History

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