Skip to content

Commit

Permalink
update stm32mp1 arm_cpu target configuration (#7443)
Browse files Browse the repository at this point in the history
Add the -mcpu information to complete the picture.

Signed-off-by: Vincent ABRIOU <[email protected]>
  • Loading branch information
vinceab authored Feb 14, 2021
1 parent 2e6e7dc commit 2af3ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/target/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ def arm_cpu(model="unknown", options=None):
"-model=stm32mp1",
"-mtriple=armv7a-linux-gnueabihf",
"-mattr=+neon,+vfp4,+thumb2",
"-mcpu=cortex-a7",
],
"thunderx": [
"-model=thunderx",
Expand Down

0 comments on commit 2af3ab1

Please sign in to comment.