cuda-samples/Samples/3_CUDA_Features/graphConditionalNodes/.vscode/tasks.json
2024-04-10 19:44:42 +00:00

16 lines
311 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "sample",
"type": "shell",
"command": "make dbg=1",
"problemMatcher": ["$nvcc"],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}