cuda-samples/Samples/4_CUDA_Libraries/jitLto/.vscode/launch.json

11 lines
210 B
JSON
Raw Normal View History

2023-02-08 03:06:38 +08:00
{
"configurations": [
{
"name": "CUDA C++: Launch",
"type": "cuda-gdb",
"request": "launch",
"program": "${workspaceFolder}/jitlto"
}
]
}