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

rvv-intrinsics API change #119

Open
pbb59 opened this issue Aug 9, 2021 · 0 comments
Open

rvv-intrinsics API change #119

pbb59 opened this issue Aug 9, 2021 · 0 comments

Comments

@pbb59
Copy link
Collaborator

pbb59 commented Aug 9, 2021

The latest RISCV compiler with vector intrinsics has changed its API to include the vector length (vl) in each primitive. So vfmul(va, vb) is now vfmul(va, vb, vl).

Our programs use an older version of the RISCV compiler, but the commit seems to have been deleted. However, we pulled the repo on NOV 17 2020. The vector programs either need to be updated or an older compiler version must be used.

Note this does not effect programs that don't use RVV. These still work on the newer compiler.

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

No branches or pull requests

1 participant