cuda-samples/Samples/4_CUDA_Libraries/jitLto/.vscode/launch.json
2023-02-27 22:33:19 +00:00

11 lines
210 B
JSON

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