From d74b32d8462bb3de3e50c4380d39ce3155fec073 Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Tue, 4 Oct 2016 10:38:03 +0100 Subject: [PATCH] libs/utils/platforms: Add topology info for Juno --- libs/utils/platforms/juno.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libs/utils/platforms/juno.json b/libs/utils/platforms/juno.json index d8a427000..06828689f 100644 --- a/libs/utils/platforms/juno.json +++ b/libs/utils/platforms/juno.json @@ -19,5 +19,10 @@ "nrg_max" : 64 } } - } + }, + "clusters" : { + "big" : [1, 2], + "little" : [0, 3, 4, 5] + }, + "cpus_count" : 6 } -- GitLab