You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Changelog.txt 48 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222
  1. OpenBLAS ChangeLog
  2. ====================================================================
  3. Version 0.3.11
  4. 17-Oct-2020
  5. common:
  6. * API change:
  7. the newly added BFLOAT16 functions were renamed to use the
  8. letter "B" instead of "H" to avoid potential confusion with
  9. the IEEE "half precision float" type, i.e. the 0.3.10
  10. SHGEMM is now SBGEMM and the corresponding build option
  11. was changed from "BUILD_HALF" to "BUILD_BFLOAT16".
  12. * Reduced the default BLAS3_MEM_ALLOC_THRESHOLD (used as an upper
  13. limit for placing temporary arrays on the stack) to be compatible
  14. with a stack size of 1mb (as imposed by the JAVA runtime library)
  15. * Added mixed-precision dot function SBDOT and utility functions
  16. shstobf16, shdtobf16, sbf16tos and dbf16tod to convert between
  17. single or double precision float arrays and bfloat16 arrays
  18. * Fixed prototypes of LAPACK_?ggsvp and LAPACK_?ggsvd functions
  19. in lapack.h
  20. * Fixed underflow and rounding errors in LAPACK SLANV2 and DLANV2
  21. (causing miscalculations in e.g. SHSEQR/DHSEQR, LAPACK issue #263)
  22. * Fixed workspace calculation in LAPACK ?GELQ (LAPACK issue #415)
  23. * Fixed several bugs in the LAPACK testsuite
  24. * Improved performance of TRMM and TRSM for certain problem sizes
  25. * Fixed infinite recursions and workspace miscalculations in ReLAPACK
  26. * CMAKE builds no longer require pkg-config for creating the .pc file
  27. * Makefile builds no longer misread NO_CBLAS=0 or NO_LAPACK=0 as
  28. enabling these options
  29. * Fixed detection of gfortran when invoked through an mpi wrapper
  30. * Improve thread reinitialization performance with OpenMP xafter a fork
  31. * Added support for building only the subset of the library required
  32. for a particular precision by specifying BUILD_SINGLE, BUILD_DOUBLE
  33. * Optional function name prefixes and suffixes are now correctly
  34. reflected in the generated cblas.h
  35. * Added CMAKE build support for the LAPACK and multithreading tests
  36. POWER:
  37. * Added optimized support for POWER10
  38. * Added support for compiling for POWER8 in 32bit mode
  39. * Added support for compilation with LLVM/clang
  40. * Added support for compilation with NVIDIA/PGI compilers
  41. * Fixed building on big-endian POWER8
  42. * Fixed miscompilation of ZDOTC by gcc10
  43. * Fixed alignment errors in the POWER8 SAXPY kernel
  44. * Improved CPU detection on AIX
  45. * Supported building with older compilers on POWER9
  46. x86_64:
  47. * Added support for Intel Cooperlake
  48. * Added autodetection of AMD Renoir/Matisse/Zen3 cpus
  49. * Added autodetection of Intel Comet Lake cpus
  50. * Reimplemented ?sum, ?dot and daxpy using universal intrinsics
  51. * Reset the fpu state before using the fpu on Windows as a workaround
  52. for a problem introduced in Windows 10 build 19041 (a.k.a. SDK 2004)
  53. * Fixed potentially undefined behaviour in the dot and gemv_t kernels
  54. * Fixed a potential segmentation fault in DYNAMIC_ARCH builds
  55. * Fixed building for ZEN with PGI/NVIDIA and AMD AOCC compilers
  56. ARMV7:
  57. * Fixed cpu detection on BSD-like systems
  58. ARMV8:
  59. * Added preliminary support for Apple Vortex cpus
  60. * Added support for the Cavium ThunderX3T110 cpu
  61. * Fixed cpu detection on BSD-like systems
  62. * Fixed compilation in -std=C18 mode
  63. IBM Z:
  64. * Added support for compiling with the clang compiler
  65. * Improved GEMM performance on Z14
  66. ====================================================================
  67. Version 0.3.10
  68. 14-Jun-2020
  69. common:
  70. * Improved thread locking behaviour in blas_server and parallel getrf
  71. * Imported bugfix 394 from LAPACK (spurious reference to "XERBL"
  72. due to overlong lines)
  73. * Imported bugfix 403 from LAPACK (compile option "recursive" required
  74. for correctness with Intel and PGI)
  75. * Imported bugfix 408 from LAPACK (wrong scaling in ZHEEQUB)
  76. * Imported bugfix 411 from LAPACK (infinite loop in LARGV/LARTG/LARTGP)
  77. * Fixed mismatches between BUFFERSIZE and GEMM_UNROLL parameters that
  78. could lead to crashes at large matrix sizes
  79. * Restored internal soname in dynamic libraries on FreeBSD and Dragonfly
  80. * Added API (openblas_setaffinity) to set the thread affinity on Linux
  81. * Added initial infrastructure for half-precision floating point
  82. (bfloat16) support with a generic implementation of SHGEMM
  83. * Added CMAKE build system support for building the cblas_Xgemm3m
  84. functions
  85. * Fixed CMAKE support for building in a path with embedded spaces
  86. * Fixed CMAKE (non)handling of NO_EXPRECISION and MAX_STACK_ALLOC
  87. * Fixed GCC version detection in the Makefiles
  88. * Allowed overriding the names of AR, AS and LD in Makefile builds
  89. POWER:
  90. * Fixed big-endian POWER8 ELFv2 builds on FreeBSD
  91. * Fixed GCC version checks and DYNAMIC_ARCH builds on POWER9
  92. * Fixed CMAKE build support for POWER9
  93. * fixed a potential race condition in the thread buffer allocation
  94. * Worked around LAPACK test failures on PPC G4
  95. MIPS:
  96. * Fixed a potential race condition in the thread buffer allocation
  97. * Added support for MIPS 24K/24KE family based on P5600 kernels
  98. MIPS64:
  99. * fixed a potential race condition in the thread buffer allocation
  100. * Added TARGET=GENERIC
  101. ARMV7:
  102. * Fixed a race condition in the thread buffer allocation
  103. ARMV8:
  104. * Fixed a race condition in the thread buffer allocation
  105. * Fixed zero initialisation in the assembly for SGEMM and DGEMM BETA
  106. * Improved performance of the ThunderX2 DAXPY kernel
  107. * Added an optimized SGEMM kernel for Cortex A53
  108. * Fixed Makefile support for INTERFACE64 (8-byte integer)
  109. x86_64:
  110. * Fixed a syntax error in the CMAKE setup for SkylakeX
  111. * Improved performance of STRSM on Haswell, SkylakeX and Ryzen
  112. * Improved SGEMM performance on SGEMM for workloads with ldc a
  113. multiple of 1024
  114. * Improved DGEMM performance on Skylake X
  115. * Fixed unwanted AVX512-dependency of SGEMM in DYNAMIC_ARCH
  116. builds created on SkylakeX
  117. * Removed data alignment requirement in the SSE2 copy kernels
  118. that could cause spurious crashes
  119. * Added a workaround for an optimizer bug in AppleClang 11.0.3
  120. * Fixed LAPACK test failures due to wrong options for Intel Fortran
  121. * Fixed compilation and LAPACK test results with recent Flang
  122. and AMD AOCC
  123. * Fixed DYNAMIC_ARCH builds with CMAKE on OS X
  124. * Fixed missing exports of cblas_i?amin, cblas_i?min, cblas_i?max,
  125. cblas_?sum, cblas_?gemm3m in the shared library on OS
  126. * Fixed reporting of cpu name in DYNAMIC_ARCH builds (would sometimes
  127. show the name of an older generation chip supported by the same kernels)
  128. IBM Z:
  129. * Improved performance of SGEMM/STRMM and DGEMM/DTRMM on Z14
  130. ====================================================================
  131. Version 0.3.9
  132. 1-Mar-2020
  133. common:
  134. * Fixed a miscompilation of the GETRF functions with CMAKE
  135. * Imported bugfix 390 from LAPACK (missing NaN propagation in xCOMBSSQ)
  136. * The size of the memory buffer used for splitting GEMM tasks across
  137. multiple threads can now be configured in the build system.
  138. POWER:
  139. * Fixed several compilation problems related to endianness
  140. and ELF version on POWER8 and POWER9
  141. * Fixed use of the absolute value IAMIN/IAMAX instead of IMIN/IMAX
  142. * Fixed a race condition in the level3 blas code
  143. MIPS64:
  144. * Fixed use of the absoltute value IAMIN/IAMAX instead of IMIN/IMAX
  145. ARMV7:
  146. * Fixed a race condition in the level3 blas code
  147. * Fixed compilation on Android
  148. ARMV8:
  149. * Added support for Ampere EMAG8180
  150. * Added support for Neoverse N1
  151. * Improved performance of the blas_lock function
  152. * Fixed a race condition in the level3 blas code
  153. * Fixed a performance regression on TSV110-based servers
  154. x86_64:
  155. * Fixed a long-standing error with undeclared register overwrites
  156. in the DSCAL microkernel for HASWELL,SKYLAKEX and ZEN
  157. * Fixed a long-standing bug in the SSE implementation of IAMAX
  158. * Fixed a CMAKE build failure with DYNAMIC_ARCH
  159. * Fixed cpu autodetection of Goldmont+, Cannon Lake and Ice Lake
  160. * Fixed a compilation failure on OSX with compiler name containing dash
  161. * Fixed compilation with MinGW on SkylakeX
  162. * Improved speed of the AVX512 GEMM3M kernel on SkylakeX
  163. * Added an AVX512 STRMM kernel for SkylakeX
  164. * Improved GEMM performance on Haswell and Zen
  165. zarch:
  166. * fixed compilation of the DYNAMIC_ARCH code
  167. ====================================================================
  168. Version 0.3.8
  169. 9-Feb-2020
  170. common:
  171. ` * LAPACK has been updated to 3.9.0 (plus patches up to
  172. January 2nd, 2020)
  173. * CMAKE support has been improved in several areas including
  174. cross-compilation
  175. * a thread race condition in the GEMM3M kernels was resolved
  176. * the "generic" (plain C) gemm beta kernel used by many targets
  177. has been sped up
  178. * an optimized version of the LAPACK trtrs functions has been added
  179. * an incompatibilty between the LAPACK tests and the OpenBLAS
  180. implementation of XERBLA was resolved, removing the numerous
  181. warnings about wrong error exits in the former
  182. * support for NetBSD has been added
  183. * support for compilation with g95 and non-GNU versions of ld
  184. has been improved
  185. * support for compilation with (upcoming) gcc 10 has been added
  186. POWER:
  187. * worked around miscompilation of several POWER8 and POWER9
  188. kernels by older versions of gcc
  189. * added support for big-endian POWER8 and for compilation on AIX
  190. * corrected bugs in the big-endian support for PPC440 and PPC970
  191. * DYNAMIC_ARCH support is now available in CMAKE builds as well
  192. ARMV8:
  193. * performance of DGEMM_BETA and SGEMM_NCOPY has been improved
  194. * compilation for 32bit works again
  195. * performance of the RPCC function has been improved
  196. * improved performance on small systems
  197. * DYNAMIC_ARCH support is now available in CMAKE builds as well
  198. * cross-compilation from OSX to IOS was simplified
  199. x86_64:
  200. * a new AVX512 DGEMM kernel was added and the AVX512 SGEMM kernel
  201. was significantly improved
  202. * optimized AVX512 kernels for CGEMM and ZGEMM have been added
  203. * AVX2 kernels for STRMM, SGEMM, and CGEMM have been significantly
  204. sped up and optimized CGEMM3M and ZGEMM3M kernels have been added
  205. * added support for QEMU virtual cpus
  206. * a compilation problem with PGI and SUN compilers was fixed
  207. * Intel "Goldmont plus" is now autodetected
  208. * a potential crash on program exit on MS Windows has been fixed
  209. x86:
  210. * an unwanted case sensitivity in the implementation of LSAME
  211. on older 32bit AMD cpus was fixed
  212. zarch:
  213. * Z15 is now supported as Z14
  214. * DYNAMIC_ARCH is now available on ZARCH as well
  215. ====================================================================
  216. Version 0.3.7
  217. 11-Aug 2019
  218. common:
  219. * having the gmake special variables TARGET_ARCH or TARGET_MACH
  220. defined no longer causes build failures in ctest or utest
  221. * defining NO_AFFINITY or USE_TLS to 0 in gmake builds no longer
  222. has the same effect as setting them to 1
  223. * a new test program was added to allow checking the library for
  224. thread safety
  225. * a new option USE_LOCKING was added to ensure thread safety when
  226. OpenBLAS itself is built without multithreading but will be
  227. called from multiple threads.
  228. * a build failure on Linux with glibc versions earlier than 2.5
  229. was fixed
  230. * a runtime error with CPU enumeration (and NO_AFFINITY not set)
  231. on glibc 2.6 was fixed
  232. * NO_AFFINITY was added to the CMAKE options (and defaults to being
  233. active on Linux, as in the gmake builds)
  234. x86_64:
  235. * the build-time logic for detection of AVX512 availability in
  236. the processor and compiler was fixed
  237. * gmake builds on OSX now set the internal name of the library to
  238. libopenblas.0.dylib (consistent with CMAKE)
  239. * the Haswell DGEMM kernel received a significant speedup through
  240. improved prefetch and load instructions
  241. * performance of DGEMM, DTRMM, DTRSM and ZDOT on Zen/Zen2 was markedly
  242. increased by avoiding vpermpd instructions
  243. * the SKYLAKEX (AVX512) DGEMM helper functions have now been disabled
  244. to fix remaining errors in DGEMM, DSYMM and DTRMM
  245. POWER:
  246. * added support for building on FreeBSD/powerpc64 and FreeBSD/ppc970
  247. * added optimized kernels for POWER9 SGEMM and STRMM
  248. ARMV7:
  249. * fixed the softfp implementations of xAMAX and IxAMAX
  250. * removed the predefined -march= flags on both ARMV5 and ARMV6 as
  251. they were appropriate for only a subset of platforms
  252. ====================================================================
  253. Version 0.3.6
  254. 29-Apr-2019
  255. common:
  256. * the build tools now check that a given cpu TARGET is actually valid
  257. * the build-time check of system features (c_check) has been made
  258. less dependent on particular perl features (this should mainly
  259. benefit building on Windows)
  260. * several problem with the ReLAPACK integration were fixed,
  261. including INTERFACE64 support and building a shared library
  262. * building with CMAKE on BSD systems was improved
  263. * a non-absolute SUM function was added based on the
  264. existing optimized code for ASUM
  265. * CBLAS interfaces to the IxMIN and IxMAX functions were added
  266. * a name clash between LAPACKE and BOOST headers was resolved
  267. * CMAKE builds with OpenMP failed to include the appropriate getrf_parallel
  268. kernels
  269. * a crash on thread (key) deletion with the USE_TLS=1 memory management
  270. option was fixed
  271. * restored several earlier fixes, in particular for OpenMP performance,
  272. building on BSD, and calling fork on CYGWIN, which had inadvertently
  273. been dropped in the 0.3.3 rewrite of the memory management code.
  274. x86_64:
  275. * the AVX512 DGEMM kernel has been disabled again due to unsolved problems
  276. * building with old versions of MSVC was fixed
  277. * it is now possible to build a static library on Windows with CMAKE
  278. * accessing environment variables on CYGWIN at run time was fixed
  279. * the CMAKE build system now recognizes 32bit userspace on 64bit hardware
  280. * Intel "Denverton" atom and Hygon "Dhyana" zen CPUs are now autodetected
  281. * building for DYNAMIC_ARCH with a DYNAMIC_LIST of targets is now supported
  282. with CMAKE as well
  283. * building for DYNAMIC_ARCH with GENERIC as the default target is now supported
  284. * a buffer overflow in the SSE GEMM kernel for Intel Nano targets was fixed
  285. * assembly bugs involving undeclared modification of input operands were fixed
  286. in the AXPY, DOT, GEMV, GER, SCAL, SYMV and TRSM microkernels for Nehalem,
  287. Sandybridge, Haswell, Bulldozer and Piledriver. These would typically cause
  288. test failures or segfaults when compiled with recent versions of gcc from 8 onward.
  289. * a similar bug was fixed in the blas_quickdivide code used to split workloads
  290. in most functions
  291. * a bug in the IxMIN implementation for the GENERIC target made it return the result of IxMAX
  292. * fixed building on SkylakeX systems when either the compiler or the (emulated) operating
  293. environment does not support AVX512
  294. * improved GEMM performance on ZEN targets
  295. x86:
  296. * build failures caused by the recently added checks for AVX512 were fixed
  297. * an inline assembly bug involving undeclared modification of an input argument was
  298. fixed in the blas_quickdivide code used to split workloads in most functions
  299. * a bug in the IMIN implementation for the GENERIC target made it return the result of IMAX
  300. MIPS32:
  301. * a bug in the IMIN implementation made it return the result of IMAX
  302. POWER:
  303. * single precision BLAS1/2 functions have received optimized POWER8 kernels
  304. * POWER9 is now a separate target, with an optimized DGEMM/DTRMM kernel
  305. * building on PPC970 systems under OSX Leopard or Tiger is now supported
  306. * out-of-bounds memory accesses in the gemm_beta microkernels were fixed
  307. * building a shared library on AIX is now supported for POWER6
  308. * DYNAMIC_ARCH support has been added for POWER6 and newer
  309. ARMv7:
  310. * corrected xDOT behaviour with zero INC_X or INC_Y
  311. * a bug in the IMIN implementation made it return the result of IMAX
  312. ARMv8:
  313. * added support for HiSilicon TSV110 cpus
  314. * the CMAKE build system now recognizes 32bit userspace on 64bit hardware
  315. * cross-compilation with CMAKE now works again
  316. * a bug in the IMIN implementation made it return the result of IMAX
  317. * ARMV8 builds with the BINARY=32 option are now automatically handled as ARMV7
  318. IBM Z:
  319. * optimized microkernels for single precicion BLAS1/2 functions have been added
  320. for both Z13 and Z14
  321. ====================================================================
  322. Version 0.3.5
  323. 31-Dec-2018
  324. common:
  325. * loop unrolling in TRMV has been enabled again.
  326. * A domain error in the thread workload distribution for SYRK
  327. has been fixed.
  328. * gmake builds will now automatically add -fPIC to the build
  329. options if the platform requires it.
  330. * a pthreads key leakage (and associate crash on dlclose) in
  331. the USE_TLS codepath was fixed.
  332. * building of the utest cases on systems that do not provide
  333. an implementation of complex.h was fixed.
  334. x86_64:
  335. * the SkylakeX code was changed to compile on OSX.
  336. * unwanted application of the -march=skylake-avx512 option
  337. to the common code parts of a DYNAMIC_ARCH build was fixed.
  338. * improved performance of SGEMM for small workloads on Skylake X.
  339. * performance of SGEMM and DGEMM was improved on Haswell.
  340. ARMV8:
  341. * a configuration error that broke the CNRM2 kernel was corrected.
  342. * compilation of the GEMM kernels with CMAKE was fixed.
  343. * DYNAMIC_ARCH builds are now available with CMAKE as well.
  344. * using CMAKE for cross-compilation to the new cpu TARGETs
  345. introduced in 0.3.4 now works.
  346. POWER:
  347. * a problem in cpu autodetection for AIX has been corrected.
  348. ====================================================================
  349. Version 0.3.4
  350. 02-Dec-2018
  351. common:
  352. * the new, experimental thread-local memory allocation had
  353. inadvertently been left enabled for gmake builds in 0.3.3
  354. despite the announcement. It is now disabled by default, and
  355. single-threaded builds will keep using the old allocator even
  356. if the USE_TLS option is turned on.
  357. * OpenBLAS will now provide enough buffer space for at least 50
  358. threads by default.
  359. * The output of openblas_get_config() now contains the version
  360. number.
  361. * A serious thread safety bug in GEMV operation with small M and
  362. large N size has been fixed.
  363. * The code will now automatically call blas_thread_init after a
  364. fork if needed before handling a call to openblas_set_num_threads
  365. * Accesses to parallelized level3 functions from multiple callers
  366. are now serialized to avoid thread races (unless using OpenMP).
  367. This should provide better performance than the known-threadsafe
  368. (but non-default) USE_SIMPLE_THREADED_LEVEL3 option.
  369. * When building LAPACK with gfortran, -frecursive is now (again)
  370. enabled by default to ensure correct behaviour.
  371. * The OpenBLAS version cblas.h now supports both CBLAS_ORDER and
  372. CBLAS_LAYOUT as the name of the matrix row/column order option.
  373. * Externally set LDFLAGS are now passed through to the final compile/link
  374. steps to facilitate setting platform-specific linker flags.
  375. * A potential race condition during the build of LAPACK (that would
  376. usually manifest itself as a failure to build TESTING/MATGEN) has been
  377. fixed.
  378. * xHEMV has been changed to stay single-threaded for small input sizes
  379. where the overhead of multithreading exceeds any possible gains
  380. * CSWAP and ZSWAP have been limited to a single thread except on ARMV8 or
  381. ThunderX hardware with sizable input.
  382. * Linker flags for the PGI compiler have been updated
  383. * Behaviour of AXPY with zero increments is now handled in the C interface,
  384. correcting the result on at least Intel Atom.
  385. * The result matrix from calling SGELSS with an all-zero input matrix is
  386. now zeroed completely.
  387. x86_64:
  388. * Autodetection of AMD Ryzen2 has been fixed (again).
  389. * CMAKE builds now support labeling of an INTERFACE64=1 build of
  390. the library with the _64 suffix.
  391. * AVX512 version of DGEMM has been added and the AVX512 SGEMM kernel
  392. has been sped up by rewriting with C intrinsics
  393. * Fixed compilation on RHEL5/CENTOS5 (issue with typename __WAIT_STATUS)
  394. POWER:
  395. * added support for building on AIX (with gcc and GNU tools from AIX Toolbox).
  396. * CPU type detection has been implemented for AIX.
  397. * CPU type detection has been fixed for NETBSD.
  398. MIPS64:
  399. * AXPY on LOONGSON3A has been corrected to pass "zero increment" utest.
  400. * DSDOT on LOONGSON3A has been fixed.
  401. * the SGEMM microkernel has been hardened against potential data loss.
  402. ARMV8:
  403. * DYNAMic_ARCH support is now available for 64bit ARM
  404. * cross-compiling for ARMV8 under iOS now works.
  405. * cpu-specific code has been rearranged to make better use of both
  406. hardware commonalities and model-specific compiler optimizations.
  407. * XGENE1 has been removed as a TARGET, superseded by the improved generic
  408. ARMV8 support.
  409. ARMV7:
  410. * Older assembly mnemonics have been converted to UAL form to allow
  411. building with clang 7.0
  412. * Cross compiling LAPACKE for Android has been fixed again (broken by
  413. update to LAPACK 3.7.0 some while ago).
  414. ====================================================================
  415. Version 0.3.3
  416. 31-Aug-2018
  417. common:
  418. * thread memory allocation has been switched back to the method
  419. used before version 0.3.1 due to unexpected problems caused by
  420. the new code under some circumstances. A new compile-time option
  421. USE_TLS has been added to enable the new code, and it is hoped
  422. that this can become the default again in the next version.
  423. * LAPAck PR272 has been integrated, which fixes spurious errors
  424. in DSYEVR and related functions caused by missing conversion
  425. from ILAENV to ILAENV_2STAGE in several _2stage routines.
  426. * the cmake-generated OpenBLASConfig.cmake now uses correct case
  427. for the name of the library
  428. * added support for Haiku OS
  429. x86_64:
  430. * added AVX512 implementations of SDOT, DDOT, SAXPY, DAXPY,
  431. DSCAL, DGEMVN and DSYMVL
  432. * added a workaround for a cygwin issue that prevented compilation
  433. of AVX512 code
  434. IBM Z:
  435. * added autodetection of Z14
  436. * fixed TRMM errors in the generic target
  437. ====================================================================
  438. Version 0.3.2
  439. 30-Jul-2018
  440. common:
  441. * fixes for regressions caused by the rewrite of the thread
  442. initialization code in 0.3.1
  443. POWER:
  444. * fixed cpu autodetection for the BSDs
  445. MIPS64:
  446. * fixed utest errors in AXPY, DSDOT, ROT and SWAP
  447. x86_64:
  448. * added autodetection of AMD Ryzen 2
  449. * fixed build with older versions of MSVC
  450. ====================================================================
  451. Version 0.3.1
  452. 01-Jul-2018
  453. common:
  454. * rewritten thread initialization code with significantly reduced overhead
  455. * added CBLAS interfaces to the IxAMIN BLAS extension functions
  456. * fixed the lapack-test target
  457. * CMAKE builds now create an OpenBLASConfig.cmake file
  458. * ZAXPY now uses a single thread for small input sizes
  459. * the LAPACK code was updated from Reference-LAPACK/lapack#253
  460. (fixing LAPACKE interfaces to Aasen's functions)
  461. POWER:
  462. * corrected CROT and ZROT behaviour with zero INC_X
  463. ARMV7:
  464. * corrected xDOT behaviour with zero INC_X or INC_Y
  465. x86_64:
  466. * retired some older targets of DYNAMIC_ARCH builds to a new option DYNAMIC_OLDER,
  467. this affects PENRYN,DUNNINGTON,OPTERON,OPTERON_SSE3,BOBCAT,ATOM and NANO
  468. (which will still be supported via the slower PRESCOTT kernels when this option is not set)
  469. * added an option DYNAMIC_LIST that (used in conjunction with DYNAMIC_ARCH) allows to
  470. specify the list of x86_64 targets to include. Any target not on the list will be supported
  471. by the Sandybridge or Nehalem kernels if available, or by Prescott.
  472. * improved SWITCH_RATIO on Haswell for increased GEMM throughput
  473. * added initial support for Intel Skylake X, including an AVX512 SGEMM kernel
  474. * added autodetection of Intel Cannon Lake series as Skylake X
  475. * added a default L2 cache size for hypervisors that return zero here (Chromebook)
  476. * fixed a name clash with recent Windows10 headers that broke the build with (at least)
  477. recent mingw from MSYS2
  478. * fixed a link error in mixed clang/gfortran builds with OpenMP
  479. * updated the OSX deployment target to 10.8
  480. * switched on parallel make for builds on MS Windows by default
  481. x86:
  482. * fixed SSWAP and DSWAP behaviour with zero INC_X and INC_Y
  483. ====================================================================
  484. Version 0.3.0
  485. 23-May-2108
  486. common:
  487. * fixed some more thread race and locking bugs
  488. * added preliminary support for calling an OpenMP build of the library from multiple threads
  489. * removed performance impact of thread locks added in 0.2.20 on OpenMP code
  490. * general code cleanup
  491. * optimized DSDOT implementation
  492. * improved thread distribution for GEMM
  493. * corrected IMATCOPY/OMATCOPY implementation
  494. * fixed out-of-bounds accesses in the multithreaded xBMV/xPMV and SYMV implementations
  495. * cmake build improvements
  496. * pkgconfig file now contains build options
  497. * openblas_get_config() now reports USE_OPENMP and NUM_THREADS settings used for the build
  498. * corrections and improvements for systems with more than 64 cpus
  499. * LAPACK code updated to 3.8.0 including later fixes
  500. * added ReLAPACK, a recursive implementation of several LAPACK functions
  501. * Rewrote ROTMG to handle cases that the netlib code failed to address
  502. * Disabled (broken) multithreading code for xTRMV
  503. * corrected prototypes of complex CBLAS functions to make our cblas.h match the generally accepted standard
  504. * shared memory access failures on startup are now handled more gracefully
  505. * restored utests from earlier releases (and made them pass on all affected systems)
  506. SPARC:
  507. * several fixes for cpu autodetection
  508. POWER:
  509. * corrected vector register overwriting in several Power8 kernels
  510. * optimized additional BLAS functions
  511. ARM:
  512. * added support for CortexA53 and A72
  513. * added autodetection for ThunderX2T99
  514. * made most optimized kernels the default for generic ARMv8 targets
  515. x86_64:
  516. * parallelized DDOT kernel for Haswell
  517. * changed alignment directives in assembly kernels to boost performance on OSX
  518. * fixed register handling in the GEMV microkernels (bug exposed by gcc7)
  519. * added support for building on OpenBSD and Dragonfly
  520. * updated compiler options to work with Intel release 2018
  521. * support fully optimized build with clang/flang on Microsoft Windows
  522. * fixed building on AIX
  523. IBM Z:
  524. * added optimized BLAS 1/2 functions
  525. MIPS:
  526. * fixed cpu autodetection helper code
  527. * added mips32 1004K cpu (Mediatek MT7621 and similar SoC)
  528. * added mips64 I6500 cpu
  529. ====================================================================
  530. Version 0.2.20
  531. 24-Jul-2017
  532. common:
  533. * Improved CMake support
  534. * Fixed several thread race and locking bugs
  535. * Fixed default LAPACK optimization level
  536. * Updated LAPACK to 3.7.0
  537. * Added ReLAPACK (https://github.com/HPAC/ReLAPACK, make BUILD_RELAPACK=1)
  538. POWER:
  539. * Optimizations for Power9
  540. * Fixed several Power8 assembly bugs
  541. ARM:
  542. * New optimized Vulcan and ThunderX2T99 targets
  543. * Support for ARMV7 SOFT_FP ABI (make ARM_SOFTFP_ABI=1)
  544. * Detect all cpu cores including offline ones
  545. * Fix compilation with CLANG
  546. * Support building a shared library for Android
  547. MIPS:
  548. * Fixed several threading issues
  549. * Fix compilation with CLANG
  550. x86_64:
  551. * Detect Intel Bay Trail and Apollo Lake
  552. * Detect Intel Sky Lake and Kaby Lake
  553. * Detect Intel Knights Landing
  554. * Detect AMD A8, A10, A12 and Ryzen
  555. * Support 64bit builds with Visual Studio
  556. * Fix building with Intel and PGI compilers
  557. * Fix building with MINGW and TDM-GCC
  558. * Fix cmake builds for Haswell and related cpus
  559. * Fix building for Sandybridge with CLANG 3.9
  560. * Add support for the FLANG compiler
  561. IBM Z:
  562. * New target z13 with BLAS3 optimizations
  563. ====================================================================
  564. Version 0.2.19
  565. 1-Sep-2016
  566. common:
  567. * Improved cross compiling.
  568. * Fix the bug on musl libc.
  569. POWER:
  570. * Optimize BLAS on Power8
  571. * Fixed Julia+OpenBLAS bugs on Power8
  572. MIPS:
  573. * Optimize BLAS on MIPS P5600 and I6400 (Thanks, Shivraj Patil, Kaustubh Raste)
  574. ARM:
  575. * Improved on ARM Cortex-A57. (Thanks, Ashwin Sekhar T K)
  576. ====================================================================
  577. Version 0.2.18
  578. 12-Apr-2016
  579. common:
  580. * If you set MAKE_NB_JOBS flag less or equal than zero,
  581. make will be without -j.
  582. x86/x86_64:
  583. * Support building Visual Studio static library. (#813, Thanks, theoractice)
  584. * Fix bugs to pass buidbot CI tests (http://build.openblas.net)
  585. ARM:
  586. * Provide DGEMM 8x4 kernel for Cortex-A57 (Thanks, Ashwin Sekhar T K)
  587. POWER:
  588. * Optimize S and C BLAS3 on Power8
  589. * Optimize BLAS2/1 on Power8
  590. ====================================================================
  591. Version 0.2.17
  592. 20-Mar-2016
  593. common:
  594. * Enable BUILD_LAPACK_DEPRECATED=1 by default.
  595. ====================================================================
  596. Version 0.2.16
  597. 15-Mar-2016
  598. common:
  599. * Avoid potential getenv segfault. (#716)
  600. * Import LAPACK svn bugfix #142-#147,#150-#155
  601. x86/x86_64:
  602. * Optimize c/zgemv for AMD Bulldozer, Piledriver, Steamroller
  603. * Fix bug with scipy linalg test.
  604. ARM:
  605. * Improve DGEMM for ARM Cortex-A57. (Thanks, Ashwin Sekhar T K)
  606. POWER:
  607. * Optimize D and Z BLAS3 functions for Power8.
  608. ====================================================================
  609. Version 0.2.16.rc1
  610. 23-Feb-2016
  611. common:
  612. * Upgrade LAPACK to 3.6.0 version.
  613. Add BUILD_LAPACK_DEPRECATED option in Makefile.rule to build
  614. LAPACK deprecated functions.
  615. * Add MAKE_NB_JOBS option in Makefile.
  616. Force number of make jobs.This is particularly
  617. useful when using distcc. (#735. Thanks, Jerome Robert.)
  618. * Redesign unit test. Run unit/regression test at every build (Travis-CI and Appveyor).
  619. * Disable multi-threading for small size swap and ger. (#744. Thanks, Jerome Robert)
  620. * Improve small zger, zgemv, ztrmv using stack alloction (#727. Thanks, Jerome Robert)
  621. * Let openblas_get_num_threads return the number of active threads.
  622. (#760. Thanks, Jerome Robert)
  623. * Support illumos(OmniOS). (#749. Thanks, Lauri Tirkkonen)
  624. * Fix LAPACK Dormbr, Dormlq bug. (#711, #713. Thanks, Brendan Tracey)
  625. * Update scipy benchmark script. (#745. Thanks, John Kirkham)
  626. x86/x86_64:
  627. * Optimize trsm kernels for AMD Bulldozer, Piledriver, Steamroller.
  628. * Detect Intel Avoton.
  629. * Detect AMD Trinity, Richland, E2-3200.
  630. * Fix gemv performance bug on Mac OSX Intel Haswell.
  631. * Fix some bugs with CMake and Visual Studio
  632. ARM:
  633. * Support and optimize Cortex-A57 AArch64.
  634. (#686. Thanks, Ashwin Sekhar TK)
  635. * Fix Android build on ARMV7 (#778. Thanks, Paul Mustiere)
  636. * Update ARMV6 kernels.
  637. POWER:
  638. * Fix detection of POWER architecture
  639. (#684. Thanks, Sebastien Villemot)
  640. ====================================================================
  641. Version 0.2.15
  642. 27-Oct-2015
  643. common:
  644. * Support cmake on x86/x86-64. Natively compiling on MS Visual Studio.
  645. (experimental. Thank Hank Anderson for the initial cmake porting work.)
  646. On Linux and Mac OSX, OpenBLAS cmake supports assembly kernels.
  647. e.g. cmake .
  648. make
  649. make test (Optional)
  650. On Windows MS Visual Studio, OpenBLAS cmake only support C kernels.
  651. (OpenBLAS uses AT&T style assembly, which is not supported by MSVC.)
  652. e.g. cmake -G "Visual Studio 12 Win64" .
  653. Open OpenBLAS.sln and build.
  654. * Enable MAX_STACK_ALLOC flags by default.
  655. Improve ger and gemv for small matrices.
  656. * Improve gemv parallel with small m and large n case.
  657. * Improve ?imatcopy when lda==ldb (#633. Thanks, Martin Koehler)
  658. * Add vecLib benchmarks (#565. Thanks, Andreas Noack.)
  659. * Fix LAPACK lantr for row major matrices (#634. Thanks, Dan Kortschak)
  660. * Fix LAPACKE lansy (#640. Thanks, Dan Kortschak)
  661. * Import bug fixes for LAPACKE s/dormlq, c/zunmlq
  662. * Raise the signal when pthread_create fails (#668. Thanks, James K. Lowden)
  663. * Remove g77 from compiler list.
  664. * Enable AppVeyor Windows CI.
  665. x86/x86-64:
  666. * Support pure C generic kernels for x86/x86-64.
  667. * Support Intel Boardwell and Skylake by Haswell kernels.
  668. * Support AMD Excavator by Steamroller kernels.
  669. * Optimize s/d/c/zdot for Intel SandyBridge and Haswell.
  670. * Optimize s/d/c/zdot for AMD Piledriver and Steamroller.
  671. * Optimize s/d/c/zapxy for Intel SandyBridge and Haswell.
  672. * Optimize s/d/c/zapxy for AMD Piledriver and Steamroller.
  673. * Optimize d/c/zscal for Intel Haswell, dscal for Intel SandyBridge.
  674. * Optimize d/c/zscal for AMD Bulldozer, Piledriver and Steamroller.
  675. * Optimize s/dger for Intel SandyBridge.
  676. * Optimize s/dsymv for Intel SandyBridge.
  677. * Optimize ssymv for Intel Haswell.
  678. * Optimize dgemv for Intel Nehalem and Haswell.
  679. * Optimize dtrmm for Intel Haswell.
  680. ARM:
  681. * Support Android NDK armeabi-v7a-hard ABI (-mfloat-abi=hard)
  682. e.g. make HOSTCC=gcc CC=arm-linux-androideabi-gcc NO_LAPACK=1 TARGET=ARMV7
  683. * Fix lock, rpcc bugs (#616, #617. Thanks, Grazvydas Ignotas)
  684. POWER:
  685. * Support ppc64le platform (ELF ABI v2. #612. Thanks, Matthew Brandyberry.)
  686. * Support POWER7/8 by POWER6 kernels. (#612. Thanks, Fábio Perez.)
  687. ====================================================================
  688. Version 0.2.14
  689. 24-Mar-2015
  690. common:
  691. * Improve OpenBLASConfig.cmake. (#474, #475. Thanks, xantares.)
  692. * Improve ger and gemv for small matrices by stack allocation.
  693. e.g. make -DMAX_STACK_ALLOC=2048 (#482. Thanks, Jerome Robert.)
  694. * Introduce openblas_get_num_threads and openblas_get_num_procs.
  695. (#497. Thanks, Erik Schnetter.)
  696. * Add ATLAS-style ?geadd function. (#509. Thanks, Martin Köhler.)
  697. * Fix c/zsyr bug with negative incx. (#492.)
  698. * Fix race condition during shutdown causing a crash in
  699. gotoblas_set_affinity(). (#508. Thanks, Ton van den Heuvel.)
  700. x86/x86-64:
  701. * Support AMD Streamroller.
  702. ARM:
  703. * Add Cortex-A9 and Cortex-A15 targets.
  704. ====================================================================
  705. Version 0.2.13
  706. 3-Dec-2014
  707. common:
  708. * Add SYMBOLPREFIX and SYMBOLSUFFIX makefile options
  709. for adding a prefix or suffix to all exported symbol names
  710. in the shared library.(#459, Thanks Tony Kelman)
  711. * Provide OpenBLASConfig.cmake at installation.
  712. * Fix Fortran compiler detection on FreeBSD.
  713. (#470, Thanks Mike Nolta)
  714. x86/x86-64:
  715. * Add generic kernel files for x86-64. make TARGET=GENERIC
  716. * Fix a bug of sgemm kernel on Intel Sandy Bridge.
  717. * Fix c_check bug on some amd64 systems. (#471, Thanks Mike Nolta)
  718. ARM:
  719. * Support APM's X-Gene 1 AArch64 processors.
  720. Optimize trmm and sgemm. (#465, Thanks Dave Nuechterlein)
  721. ====================================================================
  722. Version 0.2.12
  723. 13-Oct-2014
  724. common:
  725. * Added CBLAS interface for ?omatcopy and ?imatcopy.
  726. * Enable ?gemm3m functions.
  727. * Added benchmark for ?gemm3m.
  728. * Optimized multithreading lower limits.
  729. * Disabled SYMM3M and HEMM3M functions
  730. because of segment violations.
  731. x86/x86-64:
  732. * Improved axpy and symv performance on AMD Bulldozer.
  733. * Improved gemv performance on modern Intel and AMD CPUs.
  734. ====================================================================
  735. Version 0.2.11
  736. 18-Aug-2014
  737. common:
  738. * Added some benchmark codes.
  739. * Fix link error on Linux/musl.(Thanks Isaac Dunham)
  740. x86/x86-64:
  741. * Improved s/c/zgemm performance for Intel Haswell.
  742. * Improved s/d/c/zgemv performance.
  743. * Support the big numa machine.(EXPERIMENT)
  744. ARM:
  745. * Fix detection when cpuinfo uses "Processor". (Thanks Isaiah)
  746. ====================================================================
  747. Version 0.2.10
  748. 16-Jul-2014
  749. common:
  750. * Added BLAS extensions as following.
  751. s/d/c/zaxpby, s/d/c/zimatcopy, s/d/c/zomatcopy.
  752. * Added OPENBLAS_CORETYPE environment for dynamic_arch. (a86d34)
  753. * Added NO_AVX2 flag for old binutils. (#401)
  754. * Support outputing the CPU corename on runtime.(#407)
  755. * Patched LAPACK to fix bug 114, 117, 118.
  756. (http://www.netlib.org/lapack/bug_list.html)
  757. * Disabled ?gemm3m for a work-around fix. (#400)
  758. x86/x86-64:
  759. * Fixed lots of bugs for optimized kernels on sandybridge,Haswell,
  760. bulldozer, and piledriver.
  761. https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List
  762. ARM:
  763. * Improved LAPACK testing.
  764. ====================================================================
  765. Version 0.2.9
  766. 10-Jun-2014
  767. common:
  768. * Improved the result for LAPACK testing. (#372)
  769. * Installed DLL to prefix/bin instead of prefix/lib. (#366)
  770. * Build import library on Windows.(#374)
  771. x86/x86-64:
  772. * To improve LAPACK testing, we fallback some kernels. (#372)
  773. https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List
  774. ====================================================================
  775. Version 0.2.9.rc2
  776. 06-Mar-2014
  777. common:
  778. * Added OPENBLAS_VERBOSE environment variable.(#338)
  779. * Make OpenBLAS thread-pool resilient to fork via pthread_atfork.
  780. (#294, Thank Olivier Grisel)
  781. * Rewrote rotmg
  782. * Fixed sdsdot bug.
  783. x86/x86-64:
  784. * Detect Intel Haswell for new Macbook.
  785. ====================================================================
  786. Version 0.2.9.rc1
  787. 13-Jan-2013
  788. common:
  789. * Update LAPACK to 3.5.0 version
  790. * Fixed compatiable issues with Clang and Pathscale compilers.
  791. x86/x86-64:
  792. * Optimization on Intel Haswell.
  793. * Enable optimization kernels on AMD Bulldozer and Piledriver.
  794. ARM:
  795. * Support ARMv6 and ARMv7 ISA.
  796. * Optimization on ARM Cortex-A9.
  797. ====================================================================
  798. Version 0.2.8
  799. 01-Aug-2013
  800. common:
  801. * Support Open64 5.0. (#266)
  802. * Add executable stack markings. (#262, Thank Sébastien Fabbro)
  803. * Respect user's LDFLAGS (Thank Sébastien Fabbro)
  804. x86/x86-64:
  805. * Rollback bulldozer and piledriver kernels to barcelona kernels (#263)
  806. We will fix the compuational error bug in bulldozer and piledriver kernels.
  807. ====================================================================
  808. Version 0.2.7
  809. 20-Jul-2013
  810. common:
  811. * Support LSB (Linux Standard Base) 4.1.
  812. e.g. make CC=lsbcc
  813. * Include LAPACK 3.4.2 source codes to the repo.
  814. Avoid downloading at compile time.
  815. * Add NO_PARALLEL_MAKE flag to disable parallel make.
  816. * Create openblas_get_parallel to retrieve information which
  817. parallelization model is used by OpenBLAS. (Thank grisuthedragon)
  818. * Detect LLVM/Clang compiler. The default compiler is Clang on Mac OS X.
  819. * Change LIBSUFFIX from .lib to .a on windows.
  820. * A work-around for dtrti_U single thread bug. Replace it with LAPACK codes. (#191)
  821. x86/x86-64:
  822. * Optimize c/zgemm, trsm, dgemv_n, ddot, daxpy, dcopy on
  823. AMD Bulldozer. (Thank Werner Saar)
  824. * Add Intel Haswell support (using Sandybridge optimizations).
  825. (Thank Dan Luu)
  826. * Add AMD Piledriver support (using Bulldozer optimizations).
  827. * Fix the computational error in zgemm avx kernel on
  828. Sandybridge. (#237)
  829. * Fix the overflow bug in gemv.
  830. * Fix the overflow bug in multi-threaded BLAS3, getrf when NUM_THREADS
  831. is very large.(#214, #221, #246).
  832. MIPS64:
  833. * Support loongcc (Open64 based) compiler for ICT Loongson 3A/B.
  834. Power:
  835. * Support Power7 by old Power6 kernels. (#220)
  836. ====================================================================
  837. Version 0.2.6
  838. 2-Mar-2013
  839. common:
  840. * Improved OpenMP performance slightly. (d744c9)
  841. * Improved cblas.h compatibility with Intel MKL.(#185)
  842. * Fixed the overflowing bug in single thread cholesky factorization.
  843. * Fixed the overflowing buffer bug of multithreading hbmv and sbmv.(#174)
  844. x86/x86-64:
  845. * Added AMD Bulldozer x86-64 S/DGEMM AVX kernels. (Thank Werner Saar)
  846. We will tune the performance in future.
  847. * Auto-detect Intel Xeon E7540.
  848. * Fixed the overflowing buffer bug of gemv. (#173)
  849. * Fixed the bug of s/cdot about invalid reading NAN on x86_64. (#189)
  850. MIPS64:
  851. ====================================================================
  852. Version 0.2.5
  853. 26-Nov-2012
  854. common:
  855. * Added NO_SHARED flag to disable generating the shared library.
  856. * Compile LAPACKE with ILP64 modle when INTERFACE64=1 (#158)
  857. * Export LAPACK 3.4.2 symbols in shared library. (#147)
  858. * Only detect the number of physical CPU cores on Mac OSX. (#157)
  859. * Fixed NetBSD build. (#155)
  860. * Fixed compilation with TARGET=GENERIC. (#160)
  861. x86/x86-64:
  862. * Restore the original CPU affinity when calling
  863. openblas_set_num_threads(1) (#153)
  864. * Fixed a SEGFAULT bug in dgemv_t when m is very large.(#154)
  865. MIPS64:
  866. ====================================================================
  867. Version 0.2.4
  868. 8-Oct-2012
  869. common:
  870. * Upgraded LAPACK to 3.4.2 version. (#145)
  871. * Provided support for passing CFLAGS, FFLAGS, PFLAGS,
  872. FPFLAGS to make. (#137)
  873. * f77blas.h:compatibility for compilers without C99 complex
  874. number support. (#141)
  875. x86/x86-64:
  876. * Added NO_AVX flag. Check OS supporting AVX on runtime. (#139)
  877. * Fixed zdot incompatibility ABI issue with GCC 4.7 on
  878. Windows 32-bit. (#140)
  879. MIPS64:
  880. * Fixed the generation of shared library bug.
  881. * Fixed the detection bug on the Loongson 3A server.
  882. ====================================================================
  883. Version 0.2.3
  884. 20-Aug-2012
  885. common:
  886. * Fixed LAPACK unstable bug about ?laswp. (#130)
  887. * Fixed the shared library bug about unloading the library on
  888. Linux (#132).
  889. * Fixed the compilation failure on BlueGene/P (TARGET=PPC440FP2)
  890. Please use gcc and IBM xlf. (#134)
  891. x86/x86-64:
  892. * Supported goto_set_num_threads and openblas_set_num_threads
  893. APIs in Windows. They can set the number of threads on runtime.
  894. ====================================================================
  895. Version 0.2.2
  896. 6-July-2012
  897. common:
  898. * Fixed exporting DLL functions bug on Windows/MingW
  899. * Support GNU Hurd (Thank Sylvestre Ledru)
  900. * Support kfreebsd kernel (Thank Sylvestre Ledru)
  901. x86/x86-64:
  902. * Support Intel Sandy Bridge 22nm desktop/mobile CPU
  903. SPARC:
  904. * Improve the detection of SPARC (Thank Sylvestre Ledru)
  905. ====================================================================
  906. Version 0.2.1
  907. 30-Jun-2012
  908. common:
  909. x86/x86-64:
  910. * Fixed the SEGFAULT bug about hyper-theading
  911. * Support AMD Bulldozer by using GotoBLAS2 AMD Barcelona codes
  912. ====================================================================
  913. Version 0.2.0
  914. 26-Jun-2012
  915. common:
  916. * Removed the limitation (64) of numbers of CPU cores.
  917. Now, it supports 256 cores at max.
  918. * Supported clang compiler.
  919. * Fixed some build bugs on FreeBSD
  920. x86/x86-64:
  921. * Optimized Level-3 BLAS on Intel Sandy Bridge x86-64 by AVX instructions.
  922. Please use gcc >= 4.6 or clang >=3.1.
  923. * Support AMD Bobcat by using GotoBLAS2 AMD Barcelona codes.
  924. ====================================================================
  925. Version 0.1.1
  926. 29-Apr-2012
  927. common:
  928. * Upgraded LAPACK to 3.4.1 version. (Thank Zaheer Chothia)
  929. * Supported LAPACKE, a C interface to LAPACKE. (Thank Zaheer Chothia)
  930. * Fixed the build bug (MD5 and download) on Mac OSX.
  931. * Auto download CUnit 2.1.2-2 from SF.net with UTEST_CHECK=1.
  932. * Fxied the compatibility issue for compilers without C99 complex number
  933. (e.g. Visual Studio)
  934. x86/x86_64:
  935. * Auto-detect Intel Sandy Bridge Core i7-3xxx & Xeon E7 Westmere-EX.
  936. * Test alpha=Nan in dscale.
  937. * Fixed a SEGFAULT bug in samax on x86 windows.
  938. ====================================================================
  939. Version 0.1.0
  940. 23-Mar-2012
  941. common:
  942. * Set soname of shared library on Linux.
  943. * Added LIBNAMESUFFIX flag in Makefile.rule. The user can use
  944. this flag to control the library name, e.g. libopenblas.a,
  945. libopenblas_ifort.a or libopenblas_omp.a.
  946. * Added GEMM_MULTITHREAD_THRESHOLD flag in Makefile.rule.
  947. The lib use single thread in GEMM function with small matrices.
  948. x86/x86_64:
  949. * Used GEMV SSE/SSE2 kernels on x86 32-bit.
  950. * Exported CBLAS functions in Windows DLL.
  951. MIPS64:
  952. * Completed Level-3 BLAS optimization on Loongson 3A CPU.
  953. * Improved GEMV performance on Loongson 3A CPU.
  954. * Improved Level-3 BLAS performance on Loongson 3B CPU. (EXPERIMENT)
  955. ====================================================================
  956. Version 0.1 alpha2.5
  957. 19-Feb-2012
  958. common:
  959. * Fixed missing "#include <sched.h>" bug on Mac OS X.
  960. Thank Mike Nolta for the patch.
  961. * Upgraded LAPACK to 3.4.0 version
  962. * Fixed a bug on Mac OS X. Don't require SystemStubs on OS X.
  963. SystemStubs does not exist on Lion. Thank Stefan Karpinski.
  964. * Improved README with using OpenMP. Check the internal threads
  965. count less than or equal to omp_get_max_threads()
  966. x86/x86_64:
  967. * Auto-detect Intel Core i6/i7 (Sandy Bridge) CPU with Nehalem assembly kernels
  968. * Fixed some bugs on MingW 64-bit including zgemv, cdot, zdot.
  969. ====================================================================
  970. Version 0.1 alpha2.4
  971. 18-Sep-2011
  972. common:
  973. * Fixed a bug about installation. The header file "fblas77.h"
  974. works fine now.
  975. * Fixed #61 a building bug about setting TARGET and DYNAMIC_ARCH.
  976. * Try to handle absolute path of shared library in OSX. (#57)
  977. Thank Dr Kane O'Donnell.
  978. * Changed the installation folder layout to $(PREFIX)/include and
  979. $(PREFIX)/lib
  980. x86/x86_64:
  981. * Fixed #58 zdot/xdot SEGFAULT bug with GCC-4.6 on x86. According
  982. to i386 calling convention, The callee should remove the first
  983. hidden parameter.Thank Mr. John for this patch.
  984. ====================================================================
  985. Version 0.1 alpha2.3
  986. 5-Sep-2011
  987. x86/x86_64:
  988. * Added DTB_ENTRIES into dynamic arch setting parameters. Now,
  989. it can read DTB_ENTRIES on runtime. (Refs issue #55 on github)
  990. ====================================================================
  991. Version 0.1 alpha2.2
  992. 14-Jul-2011
  993. common:
  994. * Fixed a building bug when DYNAMIC_ARCH=1 & INTERFACE64=1.
  995. (Refs issue #44 on github)
  996. ====================================================================
  997. Version 0.1 alpha2.1
  998. 28-Jun-2011
  999. common:
  1000. * Stop the build and output the error message when detecting
  1001. fortran compiler failed. (Refs issue #42 on github)
  1002. ====================================================================
  1003. Version 0.1 alpha2
  1004. 23-Jun-2011
  1005. common:
  1006. * Fixed blasint undefined bug in <cblas.h> file. Other software
  1007. could include this header successfully(Refs issue #13 on github)
  1008. * Fixed the SEGFAULT bug on 64 cores. On SMP server, the number
  1009. of CPUs or cores should be less than or equal to 64.(Refs issue #14
  1010. on github)
  1011. * Support "void goto_set_num_threads(int num_threads)" and "void
  1012. openblas_set_num_threads(int num_threads)" when USE_OPENMP=1
  1013. * Added extern "C" to support C++. Thank Tasio for the patch(Refs
  1014. issue #21 on github)
  1015. * Provided an error message when the arch is not supported.(Refs
  1016. issue #19 on github)
  1017. * Fixed issue #23. Fixed a bug of f_check script about generating link flags.
  1018. * Added openblas_set_num_threads for Fortran.
  1019. * Fixed #25 a wrong result of rotmg.
  1020. * Fixed a bug about detecting underscore prefix in c_check.
  1021. * Print the wall time (cycles) with enabling FUNCTION_PROFILE
  1022. * Fixed #35 a build bug with NO_LAPACK=1 & DYNAMIC_ARCH=1
  1023. * Added install target. You can use "make install". (Refs #20)
  1024. x86/x86_64:
  1025. * Fixed #28 a wrong result of dsdot on x86_64.
  1026. * Fixed #32 a SEGFAULT bug of zdotc with gcc-4.6.
  1027. * Fixed #33 ztrmm bug on Nehalem.
  1028. * Work-around #27 the low performance axpy issue with small imput size & multithreads.
  1029. MIPS64:
  1030. * Fixed #28 a wrong result of dsdot on Loongson3A/MIPS64.
  1031. * Optimized single/double precision BLAS Level3 on Loongson3A/MIPS64. (Refs #2)
  1032. * Optimized single/double precision axpy function on Loongson3A/MIPS64. (Refs #3)
  1033. ====================================================================
  1034. Version 0.1 alpha1
  1035. 20-Mar-2011
  1036. common:
  1037. * Support "make NO_LAPACK=1" to build the library without
  1038. LAPACK functions.
  1039. * Fixed randomly SEGFAULT when nodemask==NULL with above Linux 2.6.34.
  1040. Thank Mr.Ei-ji Nakama providing this patch. (Refs issue #12 on github)
  1041. * Added DEBUG=1 rule in Makefile.rule to build debug version.
  1042. * Disable compiling quad precision in reference BLAS library(netlib BLAS).
  1043. * Added unit testcases in utest/ subdir. Used CUnit framework.
  1044. * Supported OPENBLAS_* & GOTO_* environment variables (Pleas see README)
  1045. * Imported GotoBLAS2 1.13 BSD version
  1046. x86/x86_64:
  1047. * On x86 32bits, fixed a bug in zdot_sse2.S line 191. This would casue
  1048. zdotu & zdotc failures. Instead, work-around it. (Refs issue #8 #9 on github)
  1049. * Modified ?axpy functions to return same netlib BLAS results
  1050. when incx==0 or incy==0 (Refs issue #7 on github)
  1051. * Modified ?swap functions to return same netlib BLAS results
  1052. when incx==0 or incy==0 (Refs issue #6 on github)
  1053. * Modified ?rot functions to return same netlib BLAS results
  1054. when incx==0 or incy==0 (Refs issue #4 on github)
  1055. * Detect Intel Westmere,Intel Clarkdale and Intel Arrandale
  1056. to use Nehalem codes.
  1057. * Fixed a typo bug about compiling dynamic ARCH library.
  1058. MIPS64:
  1059. * Improve daxpy performance on ICT Loongson 3A.
  1060. * Supported ICT Loongson 3A CPU (Refs issue #1 on github)
  1061. ====================================================================