cuda-samples/Samples/6_Performance/UnifiedMemoryPerf/.vscode/launch.json

11 lines
221 B
JSON
Raw Normal View History

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