Files
nvbench/.github/problem-matchers/problem-matcher.json
2024-04-04 21:42:43 +00:00

15 lines
240 B
JSON

{
"problemMatcher": [
{
"owner": "nvcc",
"pattern": [
{
"regexp": "^\\/home\\/coder\\/(.+):(\\d+):(\\d+): (\\w+): \"(.+)\"$",
"severity": 4,
"message": 5
}
]
}
]
}