32f9fa6ca5
* Add for rocpd testing and output validation Add for transpose, video-decode, jpeg-decode, roctx, and openmp-target Add JSON check to pre-commit-config Co-authored-by: Marjan Antic <Marjan.Antic@amd.com> * Remove redundant environment variable * Fix spelling typo * Fix typo in error message * Fix memory_allocation query * Incorperate feedback from review. Handle case where there are multiple matching "name_prefix" tables. * Fix environment settings in `rocprof-sys-testing.cmake` Accidently removed in previous refactoring. * Formatting python file --------- Co-authored-by: Marjan Antic <Marjan.Antic@amd.com>
15 lines
256 B
JSON
15 lines
256 B
JSON
{
|
|
"required_tables": [
|
|
{
|
|
"min_rows": 10,
|
|
"name": "threads",
|
|
"required_columns": [
|
|
"tid",
|
|
"start",
|
|
"end",
|
|
"name"
|
|
]
|
|
}
|
|
]
|
|
}
|