cuda-samples/Samples/6_Performance/LargeKernelParameter/.vscode/launch.json
2023-05-31 04:43:22 +00:00

11 lines
224 B
JSON

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