cuda-samples/Samples/EGLStream_CUDA_CrossGPU/.vscode/launch.json
2021-10-21 16:34:49 +05:30

11 lines
227 B
JSON

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