cuda-samples/Samples/6_Performance/cudaGraphsPerfScaling/.vscode/launch.json
2024-07-25 16:30:13 +00:00

11 lines
225 B
JSON

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