aboutsummaryrefslogtreecommitdiff
path: root/src/common/cpuinfo/CpuInfo.h
diff options
context:
space:
mode:
authorOmar Al Khatib <omar.alkhatib@arm.com>2024-05-21 15:07:09 +0100
committerPablo Marquez Tello <pablo.tello@arm.com>2024-05-21 16:15:59 +0000
commit1d2733e35deb9ddbdde5521b1f5b0511085a3702 (patch)
tree98e1abf3e615f04e9de3e7c3864eb014d89a8e8c /src/common/cpuinfo/CpuInfo.h
parentf5053f782daa942126bd61ac1bcfc0af627b7b31 (diff)
downloadComputeLibrary-1d2733e35deb9ddbdde5521b1f5b0511085a3702.tar.gz
Fix issues with OpenMP scheduler little core exclusion.
1. Remove unnecessary restriction to the exclusion only running on systems with little mid and big cores. 2. Allow override of the suggested number of threads in case the user sets the number of threads to a lower value. Resolves [COMPMID-7014] Signed-off-by: Omar Al Khatib <omar.alkhatib@arm.com> Change-Id: Ifb76ef4454f38dd2e3e5781b5dfea07c044aeb74 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11604 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com>
Diffstat (limited to 'src/common/cpuinfo/CpuInfo.h')
-rw-r--r--src/common/cpuinfo/CpuInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/cpuinfo/CpuInfo.h b/src/common/cpuinfo/CpuInfo.h
index 506830aa81..78d11e9610 100644
--- a/src/common/cpuinfo/CpuInfo.h
+++ b/src/common/cpuinfo/CpuInfo.h
@@ -121,7 +121,6 @@ public:
CpuModel cpu_model() const;
uint32_t num_cpus() const;
uint32_t not_little_num_cpus() const;
- bool has_little_mid_big() const;
private:
CpuIsaInfo _isa{};