We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7065f commit da8435dCopy full SHA for da8435d
Changelog.txt
@@ -1,5 +1,20 @@
1
OpenBLAS ChangeLog
2
====================================================================
3
+Version 0.3.17
4
+ 15-Jul-2021
5
+
6
+common:
7
+ - reverted the optimization of SGEMV_N/DGEMV_N for small input sizes
8
+ and consecutive arguments as it led to stack overflows on x86_64
9
+ with some operating systems (notably OSX and Windows)
10
11
+ x86_64:
12
+ - reverted the performance patch for SGEMV_T on AVX512 as it caused
13
+ wrong results in some applications
14
15
+ SPARC:
16
+ - fixed compilation with compilers other than gcc
17
+====================================================================
18
Version 0.3.16
19
11-Jul-2021
20
0 commit comments