Skip to content
New issue

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

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

Already on GitHub? # to your account

Question of vwadd instruction #327

Open
AD738560581 opened this issue Jul 18, 2024 · 1 comment
Open

Question of vwadd instruction #327

AD738560581 opened this issue Jul 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AD738560581
Copy link

Hello, there is a question of vwadd intruction of SEW.
for example, There is a series of instructions here as follows: VSET(8,e8, m1); VLOAD_8(v2, ...); VLOAD_8(v4, ...); vwadd.wv v6, v2, v4;
I observed that ara will reshuffle v2 and then execute the vwadd command, which can be compared with Spike. However, if the vwadd.wv v6, v2, v4 instruction is replaced with vwadd.wv v6, v2, v2, because vs1==vs2, reshuffling will not be possible. This will cause the spike comparison to fail.,is this an issue with ARA?

@mp-17 mp-17 added the bug Something isn't working label Jul 18, 2024
@mp-17
Copy link
Collaborator

mp-17 commented Jul 18, 2024

I think this is a bug in Ara. Thanks a lot for reporting it!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants