cuda-samples/Samples/0_Introduction/asyncAPI/.vscode/launch.json
2022-01-13 11:35:24 +05:30

11 lines
212 B
JSON

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