cuda-samples/Samples/simpleVoteIntrinsics/.vscode/launch.json

11 lines
224 B
JSON
Raw Normal View History

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