cuda-samples/Samples/3_CUDA_Features/memMapIPCDrv/.vscode/launch.json

11 lines
216 B
JSON
Raw Normal View History

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