cuda-samples/Samples/4_CUDA_Libraries/jitLto/.vscode/tasks.json
2023-02-07 19:06:38 +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
}
}
]
}