From 9af02e8e531e6b1bd36ef7f13fc6176758031ad5 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Mon, 18 Dec 2023 16:36:09 -0600 Subject: [PATCH] add GPU resource allocation file for parallel testing via ctest Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: a57173f50430b8ff0de5196dea72db013a18aa43] --- projects/rocprofiler-compute/tests/4gpus.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 projects/rocprofiler-compute/tests/4gpus.json diff --git a/projects/rocprofiler-compute/tests/4gpus.json b/projects/rocprofiler-compute/tests/4gpus.json new file mode 100644 index 0000000000..e2cac33e27 --- /dev/null +++ b/projects/rocprofiler-compute/tests/4gpus.json @@ -0,0 +1,24 @@ +{ + "version": { + "major": 1, + "minor": 0 + }, + "local": [ + { + "gpus": [ + { + "id": "0", + }, + { + "id": "1" + }, + { + "id": "2" + }, + { + "id": "3" + } + ] + } + ] +}