Skip to content

Commit

Permalink
N1 model: Leave comment regarding the modelling of Q-str
Browse files Browse the repository at this point in the history
  • Loading branch information
hanno-becker committed Mar 31, 2024
1 parent a87eb29 commit 48a3ed2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions slothy/targets/aarch64/neoverse_n1_experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ def get_min_max_objective(slothy):
(Ldp_X, Ldr_X,
Str_X, Stp_X,
Ldr_Q, Str_Q) : ExecutionUnit.LSU(),
# TODO: The following would be more accurate, but does not
# necessarily lead to better results, while making the
# optimization slower. Investigate...
#
# Ldr_Q) : ExecutionUnit.LSU(),
# Str_Q : [[ExecutionUnit.VEC0, ExecutionUnit.LSU0],
# [ExecutionUnit.VEC0, ExecutionUnit.LSU1],
# [ExecutionUnit.VEC1, ExecutionUnit.LSU0],
# [ExecutionUnit.VEC1, ExecutionUnit.LSU1]],
(vuzp1, vuzp2, vzip1,
Vrev, uaddlp) : ExecutionUnit.V(),
(vmov) : ExecutionUnit.V(),
Expand Down

0 comments on commit 48a3ed2

Please sign in to comment.