cuda-samples/Samples/dct8x8/.vscode/launch.json
2021-10-21 16:34:49 +05:30

11 lines
210 B
JSON

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