From c77032b0cc1f5ec8d5c677a15986b63a92783836 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Fri, 19 Jul 2013 08:38:03 +0800 Subject: [PATCH] create contributor file. --- CONTRIBUTORS.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 000000000..ec44ec283 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,47 @@ +# Contributions to the OpenBLAS project + +## Creator & Maintainer + +* Zhang Xianyi + +## Active Developers + +* Wang Qian +* Zaheer Chothia + +## Contributors + +In chronological order: + +* pipping + * Make USE_OPENMP=0 disable openmp + +* Stefan Karpinski + * Fix a bug about SystemStubs on Mac OS X. + +* Mike Nolta + * Fix building bug on FreeBSD and NetBSD + +* Jameson Nash + * provide support for passing CFLAGS, FFLAGS, PFLAGS, FPFLAGS to make on the command line + +* Alexander Nasonov + * Fix NetBSD build + +* Sébastien Villemot + * Fix compilation with TARGET=GENERIC. Patch applied to Debian package + +* Kenneth Hoste + * adjusted Makefile about downloading LAPACK source files + +* Werner Saar + * Optimize AVX and FMA4 kernels on AMD Bulldozer + +* Lei WANG + * Fix a bug about wget + +* grisuthedragon + * create openblas_get_parallel to retrieve information which parallelization model is used by OpenBLAS. + +* [Your name or handle] <[email or website]> + * [Brief summary of your changes]