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.
 
 
 
 
 
 
Zhang Xianyi d51868190e Refs #325 #324. Imported carkl's patch for building LAPACKE on Windows. 11 years ago
benchmark Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ctest Respect user's LDFLAGS 12 years ago
driver changed level3.c 12 years ago
exports Refs #324. Upgrade LAPACK to 3.5.0 version. 11 years ago
interface Refs #309. Fixed trtri_U single thread computational bug. 12 years ago
kernel Refs #310. Fixed Segfault bug on nehalem when Julia calling dgeqrt3 on OSX. 11 years ago
lapack Merge remote branch 'origin/develop' into armv7 12 years ago
lapack-netlib Refs #325 #324. Imported carkl's patch for building LAPACKE on Windows. 11 years ago
reference Fixed a build bug with NO_LAPACK=1 and SANNITY_CHECK=1. 14 years ago
test Respect user's LDFLAGS 12 years ago
utest Adde the mising test_amax.c file. 13 years ago
.gitignore Refs #247. Included lapack source codes. Avoid downloading tar.gz from netlib.org 12 years ago
.travis.yml Updated travis. 12 years ago
BACKERS.md Added backers. 12 years ago
CONTRIBUTORS.md Refs #325 #324. Imported carkl's patch for building LAPACKE on Windows. 11 years ago
Changelog.txt Update the doc for 0.2.8 version. 12 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 Refs #85 #104. Use patch instead of git to apply this segfaults.patch. 13 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 Fixed a typo in license file. 13 years ago
Makefile refs #287. Don't enable OpenMP for netlib LAPACK sequential Fortran codes. 12 years ago
Makefile.alpha Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.arm added cpu detection and target ARMV6, used in raspberry pi 12 years ago
Makefile.arm64 added experimental support for ARMV8 12 years ago
Makefile.generic Respect user's LDFLAGS 12 years ago
Makefile.ia64 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.install Added support for NO_SHARED in make install. 11 years ago
Makefile.mips64 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.power Respect user's LDFLAGS 12 years ago
Makefile.prebuild get rid of the generated cblas_noconst.h file 12 years ago
Makefile.rule Refs #279. Provide ONLY_CBLAS flag. If you only need CBLAS without 12 years ago
Makefile.sparc Respect user's LDFLAGS 12 years ago
Makefile.system Merge remote branch 'origin/develop' into haswell 12 years ago
Makefile.tail Avoid argument list too long issue in make clean. 12 years ago
Makefile.x86 Respect user's LDFLAGS 12 years ago
Makefile.x86_64 Respect user's LDFLAGS 12 years ago
README.md Added backers. 12 years ago
TargetList.txt TargetList.txt: minor re-ordering 12 years ago
c_check modified c_check 12 years ago
cblas.h get rid of the generated cblas_noconst.h file 12 years ago
cblas_noconst.h added missing file cblas_noconst.h to the armv7 branch 12 years ago
common.h modified common.h 12 years ago
common_alpha.h Refs #262. Fixed compatibility issues of GNU stack markings with PathScale EKOPath(tm) Compiler Suite: Version 4.0.12.1 12 years ago
common_arm.h redefined functions for TIMING and YIELDING for ARMV7 processor 12 years ago
common_arm64.h added experimental support for ARMV8 12 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 Refs #262. Fixed compatibility issues of GNU stack markings with PathScale EKOPath(tm) Compiler Suite: Version 4.0.12.1 12 years ago
common_interface.h Fixed #141. make f77blas.h compatible with compilers which lack C99 complex number. 13 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 Refs #248. Fixed the LSB compatiable issue for BLAS only. 12 years ago
common_macro.h Refs #47. On Loongson 3A, set DGEMM_R parameter depending on different number of threads. It would improve double precision BLAS3 on multi-threads. 14 years ago
common_mips64.h Refs #262. Fixed compatibility issues of GNU stack markings with PathScale EKOPath(tm) Compiler Suite: Version 4.0.12.1 12 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 test case for samax. 13 years ago
common_s.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_sparc.h Refs #262. Fixed compatibility issues of GNU stack markings with PathScale EKOPath(tm) Compiler Suite: Version 4.0.12.1 12 years ago
common_thread.h Refs #281. Detect __CYGWIN__ macro for Cygwin x86_64. 12 years ago
common_x.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_x86.h Refs #262. Fixed compatibility issues of GNU stack markings with PathScale EKOPath(tm) Compiler Suite: Version 4.0.12.1 12 years ago
common_x86_64.h Refs #262. Fixed compatibility issues of GNU stack markings with PathScale EKOPath(tm) Compiler Suite: Version 4.0.12.1 12 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 Init code base for Intel Haswell. 12 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_arm.c added cpu detection and target ARMV6, used in raspberry pi 12 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 Fixed the detection bug on Loongson 3A server. 13 years ago
cpuid_power.c Refs #220. Support Power7 by old Power6 kernels. 12 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 Init code base for Intel Haswell. 12 years ago
ctest.c added experimental support for ARMV8 12 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 Refs #266. Fixed the compiling bug with Open64 5.0. 12 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
ftest3.f Refs #266. Fixed the compiling bug with Open64 5.0. 12 years ago
getarch.c Merge remote branch 'origin/haswell' into develop 12 years ago
getarch_2nd.c Fixed typo in getarch_2nd.c. 12 years ago
l1param.h Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
l2param.h Support AMD Piledriver by bulldozer kernels. 12 years ago
make.inc Refs #176. Fixed make.inc overriding RANLIB bug when cross-compiling LAPACK. 12 years ago
openblas_config_template.h Fixed #315. Added OPENBLAS_ prefix to openblas_config.h. 12 years ago
param.h modified param.h 12 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 #88. Fixed the build bug about LAPACKE C Interface to LAPACKE. 13 years ago
patch.for_lapack-3.4.1 Refs #130 Prevent reading ipiv array beyond the bound in ?laswp. Use laswp instead of laswp_oncopy in getrf. 13 years ago
patch.for_lapack-3.4.2 Added the patch for lapacke example. 13 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 Added the tip for Windows. 13 years ago
quickbuild.win64 Added the tip for Windows. 13 years ago
segfaults.patch Refs #85 #104. Use patch instead of git to apply this segfaults.patch. 13 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