Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Backend): Accelerate CSRR instructions by performing out-of-order execution on most CSRs #4128

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Squareless-XD
Copy link
Contributor

Let CSRR instructions execute our-of-order for most CSRs, with an in-order executed CSR list given, instead of the old solution where Some OoO read CSRs were listed out. Modify CSRR's control signals at the Rename stage.

@XiangShanRobot
Copy link

[Generated by IPC robot]
commit: a31f687

commit astar copy_and_run coremark gcc gromacs lbm linux mcf microbench milc namd povray wrf xalancbmk
a31f687 1.814 0.442 2.639 1.221 2.159 2.143 2.363 0.942 1.403 1.939 3.103 2.536 2.252 3.302

master branch:

commit astar copy_and_run coremark gcc gromacs lbm linux mcf microbench milc namd povray wrf xalancbmk
718a93f 0.442 2.639 1.231 2.152 2.141 2.361 0.933 1.407 1.985 3.107 2.558 2.267 3.308
2f0227e 1.814 0.442 2.640 1.231 2.152 2.141 2.361 0.933 1.406 1.985 3.107 2.558 2.267 3.308
ca892e7 1.814 0.442 2.639 1.231 2.152 2.141 2.360 0.933 1.406 1.985 3.107 2.558 2.267 3.308
51aa1b6 1.814 0.442 2.639 1.231 2.152 2.141 2.360 0.933 1.403 1.985 3.107 2.558 2.267 3.308
ae39693 1.814 0.442 2.639 1.231 2.152 2.141 2.361 0.933 1.403 1.985 3.107 2.558 2.267 3.308

@XiangShanRobot
Copy link

[Generated by IPC robot]
commit: 502d804

commit astar copy_and_run coremark gcc gromacs lbm linux mcf microbench milc namd povray wrf xalancbmk
502d804 1.814 0.442 2.639 1.231 2.152 2.141 2.365 0.933 1.403 1.985 3.107 2.558 2.267 3.308

master branch:

commit astar copy_and_run coremark gcc gromacs lbm linux mcf microbench milc namd povray wrf xalancbmk
398aeef 1.814 0.442 2.639 1.231 2.152 2.141 2.361 0.933 1.403 1.985 3.107 2.558 2.267 3.308
d94fbff 1.814 0.442 2.639 1.231 2.152 2.141 2.361 0.933 1.403 1.985 3.107 2.558 2.267 3.308
3642c22 1.814 0.442 2.639 1.231 2.152 2.141 2.361 0.933 1.403 1.985 3.107 2.558 2.267 3.308

@XiangShanRobot
Copy link

[Generated by IPC robot]
commit: 35a6b59

commit astar copy_and_run coremark gcc gromacs lbm linux mcf microbench milc namd povray wrf xalancbmk
35a6b59 1.823 0.442 2.639 1.235 2.159 2.145 2.366 0.939 1.401 1.931 3.107 2.559 2.272 3.308

master branch:

commit astar copy_and_run coremark gcc gromacs lbm linux mcf microbench milc namd povray wrf xalancbmk
0836852 2.639 1.237 2.159 2.145 0.939 1.405 1.931 3.107 2.272 3.308
5bd65c5 1.823 0.442 2.639 1.223 2.159 2.145 2.361 0.939 1.401 1.931 3.107 2.559 2.272 3.308
28bf033 1.823 0.442 2.639 1.223 2.159 2.145 2.361 0.939 1.407 1.931 3.107 2.556 2.272 3.308
63e777d 1.823 0.442 2.640 1.222 2.159 2.145 2.361 0.939 1.407 1.931 3.107 2.556 2.272 3.308
37f33e1 1.823 0.442 2.639 1.230 2.159 2.145 2.361 0.939 1.400 1.931 3.107 2.556 2.272 3.308
37748a0 1.823 0.442 2.640 1.237 2.159 2.145 2.361 0.940 1.400 1.931 3.107 2.556 2.272 3.308
419e8ce 1.823 0.442 2.639 1.237 2.159 2.145 2.361 0.940 1.401 1.931 3.107 2.556 2.272 3.308
0051450 1.823 0.442 2.639 1.237 2.159 2.145 2.361 0.940 1.407 1.931 3.107 2.556 2.272 3.308
cee2c09 1.823 0.442 2.639 1.237 2.159 2.145 2.361 0.940 1.405 1.931 3.107 2.556 2.272 3.308

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants