40
0
mirror of https://github.com/NVIDIA/cuda-samples.git synced 2025-03-15 03:49:30 +08:00
cuda-samples/Samples/0_Introduction/vectorAdd/.vscode/launch.json
2022-01-13 11:35:24 +05:30

11 lines
213 B
JSON

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