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

Add evaluation cases #782

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

Add evaluation cases #782

wants to merge 2 commits into from

Conversation

SharzyL
Copy link
Contributor

@SharzyL SharzyL commented Sep 13, 2024

No description provided.

vadd.vi v8, v8, 1

# scaler workload
lw t4, 0(t1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lw t4, 0(t1) will block vle8.v v8, (t1)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

V-V(mem)
indexed load to v1, then execute some how vector instructions not depending on v1, then use v1 for the final exec, and start another round of indexed load

V-V(exec)
younger instr can retire before older instr, i haven't come up with a good example...

V-S
can schedule non-dependent scalar code in a large convoy of vector instructions, e.g. vld, add, vadd, sub, vmul, mul ...

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