-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[RISC-V] some vector schedules cause LLVM error #7158
Comments
The error message is:
|
Fixed in #7212 . |
After pulling main with the patch, I am now getting a similar error:
|
matrix_multiplication.cpp.zip
the following vectorization schedule, defined in line 47, causes an error when compiling to RISCv Vector but not when compiling to ARM SVE:
The text was updated successfully, but these errors were encountered: