Skip to content

Commit

Permalink
Experiment with N1 model
Browse files Browse the repository at this point in the history
  • Loading branch information
hanno-becker committed Mar 25, 2024
1 parent 7b292da commit 42a24b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slothy/targets/aarch64/neoverse_n1_experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ def get_min_max_objective(slothy):
default_latencies = {
(Ldp_X,
Ldr_X,
Ldr_Q) : 4,
(Stp_X, Str_X, Str_Q) : 2,
Ldr_Q) : 3, # Experimental: SWOG says 5 cycles, but static loads will be executed very early in the pipeline
(Stp_X, Str_X, Str_Q) : 3, # Experimental
(vuzp1, vuzp2, vzip1,
Vrev, uaddlp) : 2,
VecToGprMov : 2,
Expand Down

0 comments on commit 42a24b9

Please sign in to comment.