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

11 lines
227 B
JSON

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