From 9fd3ee5d21c295539fa9043a41b538d4b2340191 Mon Sep 17 00:00:00 2001 From: Vincent ABRIOU Date: Thu, 11 Feb 2021 10:35:24 +0100 Subject: [PATCH] update stm32mp1 arm_cpu target configuration Add the -mcpu information to complete the picture. Signed-off-by: Vincent ABRIOU --- python/tvm/target/target.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tvm/target/target.py b/python/tvm/target/target.py index 0ebf31ae6462..a75427e99062 100644 --- a/python/tvm/target/target.py +++ b/python/tvm/target/target.py @@ -291,6 +291,7 @@ def arm_cpu(model="unknown", options=None): "-model=stm32mp1", "-mtriple=armv7a-linux-gnueabihf", "-mattr=+neon,+vfp4,+thumb2", + "-mcpu=cortex-a7", ], "thunderx": [ "-model=thunderx",