-
Notifications
You must be signed in to change notification settings - Fork 58
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
Initial support for RISCV vector extension #1716
base: main
Are you sure you want to change the base?
Commits on Aug 17, 2024
-
[riscv] Add support for RISC-V vector extension in arch
With this patch unit.arch tests are fully passed.
Configuration menu - View commit details
-
Copy full SHA for b17e2b3 - Browse repository at this point
Copy the full SHA b17e2b3View commit details -
[riscv] Add support for unit.internals testing
With this patch all unit.internals tests are passed for RISC-V.
Configuration menu - View commit details
-
Copy full SHA for d4092f5 - Browse repository at this point
Copy the full SHA d4092f5View commit details -
[riscv] Add support unit.core testing
With this patch all unit.core tests passed for RISC-V.
Configuration menu - View commit details
-
Copy full SHA for 666cbfe - Browse repository at this point
Copy the full SHA 666cbfeView commit details -
[riscv] Fix test unit.memory.load.tuple for RISC-V
As RISC-V default cardinal for some types bigger that 8, this test earlier resulted in reading non-initialized data. With this patch all tests from unit.memory are passed for RISC-V with vlen=128.
Configuration menu - View commit details
-
Copy full SHA for dc3687e - Browse repository at this point
Copy the full SHA dc3687eView commit details -
[riscv] Impelement right variant of first_true
With this patch, all tests form examples are passed for RISC-V with vlen=128.
Configuration menu - View commit details
-
Copy full SHA for 6b38369 - Browse repository at this point
Copy the full SHA 6b38369View commit details -
[riscv] Add support for unit.api tests for RISC-V
With this patch all unit.api testing is passed. Test that requires constuction wide from storage for riscv is removed, as by default we can not construct wide with different cardinal type with the same underlying type.
Configuration menu - View commit details
-
Copy full SHA for 707f5f3 - Browse repository at this point
Copy the full SHA 707f5f3View commit details -
[riscv] Add support for testing RISC-V for unit.algo testsuite
With this patch all unit.algo tests are passed for RISC-V.
Configuration menu - View commit details
-
Copy full SHA for 979fa91 - Browse repository at this point
Copy the full SHA 979fa91View commit details -
Configuration menu - View commit details
-
Copy full SHA for af4327d - Browse repository at this point
Copy the full SHA af4327dView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db76657 - Browse repository at this point
Copy the full SHA db76657View commit details