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.
 
 
 
 
 
 
Xianyi Zhang 875da22a43 Merge pull request #77 from nolta/master 13 years ago
benchmark Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ctest ref #62. Added the user friendly message with USE_OPENMP=1. The users should use OMP_NUM_THREADS. 14 years ago
driver Refs #39. It's unnecessary to include sys/mman.h file in blas_server_omp.c. 14 years ago
exports Ref #63. Fixed generating DLL bug on ming-w64. 14 years ago
interface Fixed #27. Temporarily walk around axpy's low performance issue with small imput size & multithreads. 14 years ago
kernel Fixed #66 the bug in zgemv kernel with transpose matrix on 64-bit MingW (Windows). 14 years ago
lapack Import GotoBLAS2 1.13 BSD version codes. 14 years ago
reference Fixed a build bug with NO_LAPACK=1 and SANNITY_CHECK=1. 14 years ago
test ref #62. Added the user friendly message with USE_OPENMP=1. The users should use OMP_NUM_THREADS. 14 years ago
utest Added missed testing codes for dsdot. 14 years ago
.gitignore Updated gitignore file. 14 years ago
Changelog.txt Released 0.1 alpha 2.5. Updated the documents. 13 years ago
GotoBLAS_00License.txt rename documents in GotoBLAS. 14 years ago
GotoBLAS_01Readme.txt rename documents in GotoBLAS. 14 years ago
GotoBLAS_02QuickInstall.txt rename documents in GotoBLAS. 14 years ago
GotoBLAS_03FAQ.txt rename documents in GotoBLAS. 14 years ago
GotoBLAS_04FAQ.txt rename documents in GotoBLAS. 14 years ago
GotoBLAS_05LargePage.txt rename documents in GotoBLAS. 14 years ago
GotoBLAS_06WeirdPerformance.txt rename documents in GotoBLAS. 14 years ago
LICENSE Added OpenBLAS docs. 14 years ago
Makefile Fixed a typo in Makefile. 14 years ago
Makefile.alpha Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.generic Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.getarch Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.ia64 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.install Change the installation folder into /include and /lib. 14 years ago
Makefile.mips64 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.power Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.rule Released 0.1 alpha 2.5. Updated the documents. 13 years ago
Makefile.sparc Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.system Fix #68: don't require SystemStubs on OS X. 13 years ago
Makefile.tail Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.x86 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.x86_64 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
README ref #62. Added the user friendly message with USE_OPENMP=1. The users should use OMP_NUM_THREADS. 14 years ago
TargetList.txt Added docs for make TARGET=your_cpu_target. 14 years ago
c_check Fixed a bug about detecting underscore prefix in c_check. 14 years ago
cblas.h Fixed #21. Added extern C to support C++. Thank Tasio for the patch. 14 years ago
common.h fix #49 13 years ago
common_alpha.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_c.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_d.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_ia64.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_interface.h Fixed the bug about installation. f77blas.h works OK now. 14 years ago
common_lapack.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_level1.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_level2.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_level3.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_linux.h Fixed randomly SEGFAULT when nodemask==NULL with above Linux 2.6.34. Fixed #12. Thank Mr.Ei-ji Nakama providing this patch. 14 years ago
common_macro.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_mips64.h Changed default page size to 16KB on Loongson 3A. 14 years ago
common_param.h refs #55. Added DTB_ENTRIES into dynamic arch setting parameters. Now, it can read DTB_ENTRIES on runtime. 14 years ago
common_power.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_q.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_reference.h Added the unit testcase for dsdot. 14 years ago
common_s.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_sparc.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_thread.h Ref #62. In OpenMP implementation, check the return value of omp_get_max_threads(). 14 years ago
common_x.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_x86.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_x86_64.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_z.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
cpuid.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
cpuid.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
cpuid_alpha.c refs #55. Added DTB_ENTRIES into dynamic arch setting parameters. Now, it can read DTB_ENTRIES on runtime. 14 years ago
cpuid_ia64.c refs #55. Added DTB_ENTRIES into dynamic arch setting parameters. Now, it can read DTB_ENTRIES on runtime. 14 years ago
cpuid_mips.c refs #55. Added DTB_ENTRIES into dynamic arch setting parameters. Now, it can read DTB_ENTRIES on runtime. 14 years ago
cpuid_power.c refs #55. Added DTB_ENTRIES into dynamic arch setting parameters. Now, it can read DTB_ENTRIES on runtime. 14 years ago
cpuid_sparc.c refs #55. Added DTB_ENTRIES into dynamic arch setting parameters. Now, it can read DTB_ENTRIES on runtime. 14 years ago
cpuid_x86.c refs #69. Auto-detect Intel Core i6/i7 (Sandy Bridge) CPU with Nehalem assembly kernels. 13 years ago
ctest.c Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ctest1.c Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ctest2.c Import GotoBLAS2 1.13 BSD version codes. 14 years ago
f_check Fixed #23. Fixed a bug of f_check script about generating link flags. 14 years ago
ftest.f Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ftest2.f Import GotoBLAS2 1.13 BSD version codes. 14 years ago
getarch.c refs #55. Added DTB_ENTRIES into dynamic arch setting parameters. Now, it can read DTB_ENTRIES on runtime. 14 years ago
getarch_2nd.c Fixed #13. Fixed blasint undefined bug in <cblas.h> file. 14 years ago
l1param.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
l2param.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
make.inc Import GotoBLAS2 1.13 BSD version codes. 14 years ago
openblas_config_template.h Fixed the bug about installation. f77blas.h works OK now. 14 years ago
param.h Fixed #30 strmm computational error on Loongson3A. 14 years ago
patch.for_lapack-3.1.1 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
patch.for_lapack-3.4.0 Refs #72. Upgraded LAPACK to 3.4.0 version. 14 years ago
quickbuild.32bit Import GotoBLAS2 1.13 BSD version codes. 14 years ago
quickbuild.64bit Import GotoBLAS2 1.13 BSD version codes. 14 years ago
quickbuild.win32 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
quickbuild.win64 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
symcopy.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
version.h changed library name to openblas and modified environment variable. 14 years ago

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.

C Fortran Motorola 68K Assembly Makefile Unix Assembly other