cuda-samples/Samples/4_CUDA_Libraries/watershedSegmentationNPP/.vscode/launch.json

11 lines
228 B
JSON
Raw Normal View History

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