You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+58Lines changed: 58 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -882,3 +882,61 @@ automatically now.
882
882
- bash negative exit codes are not portable, let's be positive
883
883
884
884
885
+
886
+
887
+
## [3.2.0] - 2025-02-03
888
+
889
+
Hi everyone!
890
+
891
+
This is the VOLK v3.2.0 release! We want to thank all contributors.
892
+
This release wouldn't have been possible without them.
893
+
894
+
Thanks to Olaf Bernstein, VOLK received well optimized RiscV implementations for almost every kernel.
895
+
Together with the appropriate CI, this contribution makes VOLK way more powerful on a whole new architecture.
896
+
897
+
We started to use gtest as an additional test framework. The current "one kinda test fits all" approach is often insufficient to test kernels where they really should not fail.
898
+
Now, this approach should allow us to implement more powerful tests more easily.
899
+
900
+
Besides the x86 platform, we see more and more ARM activity. The corresponding kernels can now be tested natively on Linux and MacOS.
901
+
This approach is way faster than before with QEMU. A single job runs in ~1min instead of ~12min now.
0 commit comments