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

VALU instructions should take 4 cycles rather than 5 cycles. #29

Open
syifan opened this issue Dec 4, 2023 · 0 comments
Open

VALU instructions should take 4 cycles rather than 5 cycles. #29

syifan opened this issue Dec 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@syifan
Copy link
Contributor

syifan commented Dec 4, 2023

To Reproduce
MGPUSim version of commit ID: 7810efc

Command that recreates the problem

./fir -timing --trace-vis

Current behavior
It takes 5 cycles for VALU instructions to execute. And because of the round-robin scheduler, the gap between two instructions are 8 cycles.

Expected behavior
If there is only one wavefront running in one CU and there is only VALU instructions, VALU instructions should lay back to back.

@syifan syifan added the bug Something isn't working label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant