Files
rocm-systems/projects/rocprofiler-compute/tests/4gpus.json
T
Karl W Schulz 9af02e8e53 add GPU resource allocation file for parallel testing via ctest
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: a57173f504]
2024-01-04 11:54:12 -06:00

25 lines
278 B
JSON

{
"version": {
"major": 1,
"minor": 0
},
"local": [
{
"gpus": [
{
"id": "0",
},
{
"id": "1"
},
{
"id": "2"
},
{
"id": "3"
}
]
}
]
}