cuda-samples/Samples/2_Concepts_and_Techniques/streamOrderedAllocationP2P/.vscode/launch.json

11 lines
230 B
JSON
Raw Normal View History

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