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",
2023-02-28 06:33:19 +08:00
"program": "${workspaceFolder}/jitLto"
2023-02-08 03:06:38 +08:00
}
]
}