cuda-samples/Samples/simpleCUBLAS/.vscode/launch.json
2021-08-03 19:02:58 +05:30

11 lines
216 B
JSON

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