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.

CONTRIBUTORS.md 10 kB

8 years ago
8 years ago
6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. # Contributions to the OpenBLAS project
  2. ## Creator & Maintainer
  3. * Zhang Xianyi <traits.zhang@gmail.com>
  4. ## Active Developers
  5. * Wang Qian <traz0824@gmail.com>
  6. * Optimize BLAS3 on ICT Loongson 3A.
  7. * Optimize BLAS3 on Intel Sandy Bridge.
  8. * Werner Saar <wernsaar@googlemail.com>
  9. * [2013-03-04] Optimize AVX and FMA4 DGEMM on AMD Bulldozer
  10. * [2013-04-27] Optimize AVX and FMA4 TRSM on AMD Bulldozer
  11. * [2013-06-09] Optimize AVX and FMA4 SGEMM on AMD Bulldozer
  12. * [2013-06-11] Optimize AVX and FMA4 ZGEMM on AMD Bulldozer
  13. * [2013-06-12] Optimize AVX and FMA4 CGEMM on AMD Bulldozer
  14. * [2013-06-16] Optimize dgemv_n kernel on AMD Bulldozer
  15. * [2013-06-20] Optimize ddot, daxpy kernel on AMD Bulldozer
  16. * [2013-06-21] Optimize dcopy kernel on AMD Bulldozer
  17. * Porting and Optimization on ARM Cortex-A9
  18. * Optimization on AMD Piledriver
  19. * Optimization on Intel Haswell
  20. * Chris Sidebottom <chris.sidebottom@arm.com>
  21. * Optimizations and other improvements targeting AArch64
  22. ## Previous Developers
  23. * Zaheer Chothia <zaheer.chothia@gmail.com>
  24. * Improve the compatibility about complex number
  25. * Build LAPACKE: C interface to LAPACK
  26. * Improve the windows build.
  27. * Chen Shaohu <huhumartinwar@gmail.com>
  28. * Optimize GEMV on the Loongson 3A processor.
  29. * Luo Wen
  30. * Intern. Test Level-2 BLAS.
  31. ## Contributors
  32. In chronological order:
  33. * pipping <http://page.mi.fu-berlin.de/pipping>
  34. * [2011-06-11] Make USE_OPENMP=0 disable openmp.
  35. * Stefan Karpinski <stefan@karpinski.org>
  36. * [2011-12-28] Fix a bug about SystemStubs on Mac OS X.
  37. * Alexander Eberspächer <https://github.com/aeberspaecher>
  38. * [2012-05-02] Add note on patch for segfaults on Linux kernel 2.6.32.
  39. * Mike Nolta <mike@nolta.net>
  40. * [2012-05-19] Fix building bug on FreeBSD and NetBSD.
  41. * Sylvestre Ledru <https://github.com/sylvestre>
  42. * [2012-07-01] Improve the detection of sparc. Fix building bug under
  43. Hurd and kfreebsd.
  44. * Jameson Nash <https://github.com/vtjnash>
  45. * [2012-08-20] Provide support for passing CFLAGS, FFLAGS, PFLAGS, FPFLAGS to
  46. make on the command line.
  47. * Alexander Nasonov <alnsn@yandex.ru>
  48. * [2012-11-10] Fix NetBSD build.
  49. * Sébastien Villemot <sebastien@debian.org>
  50. * [2012-11-14] Fix compilation with TARGET=GENERIC. Patch applied to Debian package.
  51. * [2013-08-28] Avoid failure on qemu guests declaring an Athlon CPU without 3dnow!
  52. * Kang-Che Sung <Explorer09@gmail.com>
  53. * [2013-05-17] Fix typo in the document. Re-order the architecture list in getarch.c.
  54. * Kenneth Hoste <kenneth.hoste@gmail.com>
  55. * [2013-05-22] Adjust Makefile about downloading LAPACK source files.
  56. * Lei WANG <https://github.com/wlbksy>
  57. * [2013-05-22] Fix a bug about wget.
  58. * Dan Luu <http://www.linkedin.com/in/danluu>
  59. * [2013-06-30] Add Intel Haswell support (using sandybridge optimizations).
  60. * grisuthedragon <https://github.com/grisuthedragon>
  61. * [2013-07-11] create openblas_get_parallel to retrieve information which parallelization
  62. model is used by OpenBLAS.
  63. * Elliot Saba <staticfloat@gmail.com>
  64. * [2013-07-22] Add in return value for `interface/trtri.c`
  65. * Sébastien Fabbro <bicatali@gentoo.org>
  66. * [2013-07-24] Modify makefile to respect user's LDFLAGS
  67. * [2013-07-24] Add stack markings for GNU as arch-independent for assembler files
  68. * Viral B. Shah <viral@mayin.org>
  69. * [2013-08-21] Patch LAPACK XLASD4.f as discussed in JuliaLang/julia#2340
  70. * Lars Buitinck <https://github.com/larsmans>
  71. * [2013-08-28] get rid of the generated cblas_noconst.h file
  72. * [2013-08-28] Missing threshold in gemm.c
  73. * [2013-08-28] fix default prefix handling in makefiles
  74. * yieldthought <https://github.com/yieldthought>
  75. * [2013-10-08] Remove -Wl,--retain-symbols-file from dynamic link line to fix tool support
  76. * Keno Fischer <https://github.com/loladiro>
  77. * [2013-10-23] Use FC instead of CC to link the dynamic library on OS X
  78. * Christopher Meng <cickumqt@gmail.com>
  79. * [2013-12-09] Add DESTDIR support for easier building on RPM based distros.
  80. Use install command instead of cp to install files with permissions control.
  81. * Lucas Beyer <lucasb.eyer.be@gmail.com>
  82. * [2013-12-10] Added support for NO_SHARED in make install.
  83. * carlkl <https://github.com/carlkl>
  84. * [2013-12-13] Fixed LAPACKE building bug on Windows
  85. * Isaac Dunham <https://github.com/idunham>
  86. * [2014-08-03] Fixed link error on Linux/musl
  87. * Dave Nuechterlein
  88. * [2014-10-10] trmm and sgemm kernels (optimized for APM's X-Gene 1).
  89. ARMv8 support.
  90. * Jerome Robert <jeromerobert@gmx.com>
  91. * [2015-01-01] Speed-up small `ger` and `gemv` using stack allocation (bug #478)
  92. * [2015-12-23] `stack_check` in `gemv.c` (bug #722)
  93. * [2015-12-28] Allow to force the number of parallel make job
  94. * [2015-12-28] Fix detection of AMD E2-3200 detection
  95. * [2015-12-31] Let `make MAX_STACK_ALLOC=0` do what expected
  96. * [2016-01-19] Disable multi-threading in `ger` and `swap` for small matrices (bug #731)
  97. * [2016-01-24] Use `GEMM_MULTITHREAD_THRESHOLD` as a number of ops (bug #742)
  98. * [2016-01-26] Let `openblas_get_num_threads` return the number of active threads (bug #760)
  99. * [2016-01-30] Speed-up small `zger`, `zgemv`, `ztrmv` using stack allocation (bug #727)
  100. * Dan Kortschak
  101. * [2015-01-07] Added test for drotmg bug #484.
  102. * Ton van den Heuvel <https://github.com/ton>
  103. * [2015-03-18] Fix race condition during shutdown causing a crash in gotoblas_set_affinity().
  104. * Martin Koehler <https://github.com/grisuthedragon/>
  105. * [2015-09-07] Improved imatcopy
  106. * Ashwin Sekhar T K <https://github.com/ashwinyes/>
  107. * [2015-11-09] Assembly kernels for Cortex-A57 (ARMv8)
  108. * [2015-11-20] lapack-test fixes for Cortex-A57
  109. * [2016-03-14] Additional functional Assembly Kernels for Cortex-A57
  110. * [2016-03-14] Optimize Dgemm 4x4 for Cortex-A57
  111. * theoractice <https://github.com/theoractice/>
  112. * [2016-03-20] Fix compiler error in VisualStudio with CMake
  113. * [2016-03-22] Fix access violation on Windows while static linking
  114. * Paul Mustière <https://github.com/buffer51/>
  115. * [2016-02-04] Fix Android build on ARMV7
  116. * [2016-04-26] Android build with LAPACK for ARMV7 & ARMV8
  117. * Shivraj Patil <https://github.com/sva-img/>
  118. * [2016-05-03] DGEMM optimization for MIPS P5600 and I6400 using MSA
  119. * Kaustubh Raste <https://github.com/ksraste/>
  120. * [2016-05-09] DTRSM optimization for MIPS P5600 and I6400 using MSA
  121. * [2016-05-20] STRSM optimization for MIPS P5600 and I6400 using MSA
  122. * Abdelrauf <https://github.com/quickwritereader>
  123. * [2017-01-01] dgemm and dtrmm kernels for IBM z13
  124. * [2017-02-26] ztrmm kernel for IBM z13
  125. * [2017-03-13] strmm and ctrmm kernel for IBM z13
  126. * [2017-09-01] initial Blas Level-1,2 (double precision) for IBM z13
  127. * [2018-03-07] added missing Blas Level 1-2 (double precision) simd codes
  128. * [2019-02-01] added missing Blas Level-1,2 (single precision) simd codes
  129. * [2019-03-14] power9 dgemm/dtrmm kernel
  130. * [2019-04-29] power9 sgemm/strmm kernel
  131. * Jiachen Wang <https://github.com/wjc404>
  132. * [2019-07-29] optimize AVX2 DGEMM
  133. * [2019-10-20] AVX512 DGEMM kernel (4x8)
  134. * [2019-11-06] optimize AVX512 SGEMM
  135. * [2019-11-12] AVX512 CGEMM & ZGEMM kernels
  136. * [2019-12-23] optimize AVX2 CGEMM and ZGEMM
  137. * [2019-12-30] AVX2 CGEMM3M & ZGEMM3M kernels
  138. * [2020-01-07] optimize AVX2 SGEMM and STRMM
  139. * Rajalakshmi Srinivasaraghavan <https://github.com/RajalakshmiSR>
  140. * [2020-04-15] Half-precision GEMM for bfloat16
  141. * Marius Hillenbrand <https://github.com/mhillenibm>
  142. * [2020-05-12] Revise dynamic architecture detection for IBM z
  143. * [2020-05-12] Add new sgemm and strmm kernel for IBM z14
  144. * [2020-09-07] Fix builds with clang on IBM z, including dynamic architecture support
  145. * Danfeng Zhang <https://github.com/craft-zhang>
  146. * [2020-05-20] Improve performance of SGEMM and STRMM on Arm Cortex-A53
  147. * PingTouGe Semiconductor Co., Ltd.
  148. * [2020-10] Add RISC-V Vector (0.7.1) support. Optimize BLAS kernels for Xuantie C910
  149. * Jake Arkinstall <https://github.com/jake-arkinstall>
  150. * [2021-02-10] Remove in-source configure_file to enable builds in read-only contexts (issue #3100, PR #3101)
  151. * River Dillon <oss@outerpassage.net>
  152. * [2021-07-10] fix compilation with musl libc
  153. * Bine Brank <https://github.com/binebrank>
  154. * [2021-10-27] Add vector-length-agnostic DGEMM kernels for Arm SVE
  155. * [2021-11-20] Vector-length-agnostic Arm SVE copy routines for DGEMM, DTRMM, DSYMM
  156. * [2021-11-12] SVE kernels for SGEMM, STRMM and corresponding SVE copy functions
  157. * [2022-01-06] SVE kernels for CGEMM, ZGEMM, CTRMM, ZTRMM and corresponding SVE copy functions
  158. * [2022-01-18] SVE kernels and copy functions for TRSM
  159. * Ilya Kurdyukov <https://github.com/ilyakurdyukov>
  160. * [2021-02-21] Add basic support for the Elbrus E2000 architecture
  161. * PLCT Lab, Institute of Software Chinese Academy of Sciences
  162. * [2022-03] Support RISC-V Vector Intrinisc 1.0 version.
  163. * Pablo Romero <https://github.com/pablorcum>
  164. * [2022-08] Fix building from sources for QNX
  165. * Mark Seminatore <https://github.com/mseminatore>
  166. * [2023-11-09] Improve Windows threading performance scaling
  167. * [2024-02-09] Introduce MT_TRACE facility and improve code consistency
  168. * Dirreke <https://github.com/mseminatore>
  169. * [2024-01-16] Add basic support for the CSKY architecture
  170. * Christopher Daley <https://github.com/cdaley>
  171. * [2024-01-24] Optimize GEMV forwarding on ARM64 systems
  172. * Aniket P. Garade <https://github.com/garadeaniket> Sushil Pratap Singh <https://github.com/SushilPratap04> Juliya James <https://github.com/Juliya32>
  173. * [2024-12-13] Optimized swap and rot Level-1 BLAS routines with ARM SVE
  174. * Annop Wongwathanarat <annop.wongwathanarat@arm.com>
  175. * [2025-01-10] Add thread throttling profile for SGEMM on NEOVERSEV1
  176. * [2025-01-21] Optimize gemv_t_sve_v1x3 kernel
  177. * Marek Michalowski <https://github.com/michalowski-arm>
  178. * [2025-01-21] Add thread throttling profile for SGEMV on `NEOVERSEV1`
  179. * Ye Tao <ye.tao@arm.com>
  180. * [2025-02-03] Optimize SBGEMM kernel on NEOVERSEV1