44
0
mirror of https://github.com/NVIDIA/cuda-samples.git synced 2025-04-14 17:32:24 +08:00
cuda-samples/Samples/0_Introduction/simpleAtomicIntrinsics_nvrtc/.vscode/launch.json
2022-01-13 11:35:24 +05:30

11 lines
232 B
JSON

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