aboutsummaryrefslogtreecommitdiff
path: root/src/common/cpuinfo/CpuModel.h
diff options
context:
space:
mode:
authorGunes Bayir <gunes.bayir@arm.com>2021-11-10 14:21:42 +0000
committerGunes Bayir <gunes.bayir@arm.com>2021-11-11 17:29:55 +0000
commit7f014a69b90cbdd6bac11c45cc148fc6d7b79cac (patch)
tree184b7c39747f715af9dc4e96ca7b827b8b4ae009 /src/common/cpuinfo/CpuModel.h
parentb6059242ad69103279a9e98ea679947f619b3df6 (diff)
downloadComputeLibrary-7f014a69b90cbdd6bac11c45cc148fc6d7b79cac.tar.gz
Prevent overriding SVE support if disabled in hwcaps
Resolves: COMPMID-4971 Signed-off-by: Gunes Bayir <gunes.bayir@arm.com> Change-Id: I8f64409a4feeb92c0e99025cf87a984a1fa188a3 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6657 Reviewed-by: David Mansell Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/common/cpuinfo/CpuModel.h')
-rw-r--r--src/common/cpuinfo/CpuModel.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/cpuinfo/CpuModel.h b/src/common/cpuinfo/CpuModel.h
index 071efc4b3f..4bd294e326 100644
--- a/src/common/cpuinfo/CpuModel.h
+++ b/src/common/cpuinfo/CpuModel.h
@@ -59,14 +59,6 @@ CpuModel midr_to_model(uint32_t midr);
*/
bool model_supports_fp16(CpuModel model);
-/** Check if a model supports SVE
- *
- * @note This is used in case of old kernel configurations where some capabilities are not exposed.
- *
- * @param[in] model Model to check for whitelisted capabilities
- */
-bool model_supports_sve(CpuModel model);
-
/** Check if a model supports dot product
*
* @note This is used in case of old kernel configurations where some capabilities are not exposed.