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 45 kB

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