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 d0c51c4de9 Merge branch 'develop' 10 years ago
benchmark added optimizations for steamroller 10 years ago
ctest added GEMM3M tests 11 years ago
driver Refs #519. Avoid calling strncpy. 10 years ago
exports Refs #520. Fixed ONLY_CBLAS=1 compiling bug on OSX. 10 years ago
interface Refs #492. Fixed c/zsyr bug with negative incx. 10 years ago
kernel Refs #509. Fixed geadd building bug with DYNAMIC_ARCH=1. 10 years ago
lapack Remove all trailing whitespace except lapack-netlib 11 years ago
lapack-netlib Move #include statements outside extern "C" blocks 10 years ago
reference Remove all trailing whitespace except lapack-netlib 11 years ago
test bugfix for GEMM3M functions 11 years ago
utest Add test for drotmg bug fixed by 692b14c 10 years ago
.gitignore .gitignore: add some more entries concerned with kernel 11 years ago
.travis.yml Remove all trailing whitespace except lapack-netlib 11 years ago
BACKERS.md Added backers. 12 years ago
CONTRIBUTORS.md Fix issue #508 10 years ago
Changelog.txt Update the doc for 0.2.14. 10 years ago
GotoBLAS_00License.txt rename documents in GotoBLAS. 14 years ago
GotoBLAS_01Readme.txt Remove all trailing whitespace except lapack-netlib 11 years ago
GotoBLAS_02QuickInstall.txt Remove all trailing whitespace except lapack-netlib 11 years ago
GotoBLAS_03FAQ.txt Remove all trailing whitespace except lapack-netlib 11 years ago
GotoBLAS_04FAQ.txt rename documents in GotoBLAS. 14 years ago
GotoBLAS_05LargePage.txt Correct typo /proc/ instead of /pros/ 10 years ago
GotoBLAS_06WeirdPerformance.txt Remove all trailing whitespace except lapack-netlib 11 years ago
LICENSE Update organization info. 11 years ago
Makefile changed string GFORTRAN to lowercase 11 years ago
Makefile.alpha Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.arm Add cortex-a9 and cortex-a15 targets. 10 years ago
Makefile.arm64 added experimental support for ARMV8 12 years ago
Makefile.generic Respect user's LDFLAGS 12 years ago
Makefile.ia64 Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.install Fixed installation bug on Mac OSX. 10 years ago
Makefile.mips64 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.power Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.prebuild get rid of the generated cblas_noconst.h file 12 years ago
Makefile.rule Update the doc for 0.2.14. 10 years ago
Makefile.sparc Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.system Detect the wrong combined flags of USE_OPENMP=1 and USE_THREAD=0. 10 years ago
Makefile.tail Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.x86 Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.x86_64 Remove all trailing whitespace except lapack-netlib 11 years ago
README.md added target processor STEAMROLLER 10 years ago
TargetList.txt Add ARM targets. 10 years ago
c_check Fix compiling bug for ARM with setting BINARY. 10 years ago
cblas.h Add ATLAS-style ?geadd function 10 years ago
cblas_noconst.h Add ATLAS-style ?geadd function 10 years ago
common.h added optimizations for steamroller 10 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 Update organization info. 11 years ago
common_arm64.h Update organization info. 11 years ago
common_c.h Add ATLAS-style ?geadd function 10 years ago
common_d.h Add ATLAS-style ?geadd function 10 years ago
common_ia64.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_interface.h Add ATLAS-style ?geadd function 10 years ago
common_lapack.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_level1.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_level2.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_level3.h Add ATLAS-style ?geadd function 10 years ago
common_linux.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_macro.h Add ATLAS-style ?geadd function 10 years ago
common_mips64.h Update organization info. 11 years ago
common_param.h Add ATLAS-style ?geadd function 10 years ago
common_power.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_q.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_reference.h Update organization info. 11 years ago
common_s.h Add ATLAS-style ?geadd function 10 years ago
common_sparc.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_thread.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_x.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_x86.h added target processor STEAMROLLER 10 years ago
common_x86_64.h added target processor STEAMROLLER 10 years ago
common_z.h Refs #509. Fixed geadd building bug with DYNAMIC_ARCH=1. 10 years ago
cpuid.S Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid.h added target processor STEAMROLLER 10 years ago
cpuid_alpha.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_arm.c Fix cortex-a15 detecting bug. 10 years ago
cpuid_arm64.c # The first commit's message is: 11 years ago
cpuid_ia64.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_mips.c Update organization info. 11 years ago
cpuid_power.c Remove all trailing whitespace except lapack-netlib 11 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 added target processor STEAMROLLER 10 years ago
ctest.c Refs #355. Fixed ARM detection bug. 11 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 fix fortran compiler detection on FreeBSD 10 years ago
ftest.f Remove all trailing whitespace except lapack-netlib 11 years ago
ftest2.f Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ftest3.f Remove all trailing whitespace except lapack-netlib 11 years ago
getarch.c Add ARM targets. 10 years ago
getarch_2nd.c Remove all trailing whitespace except lapack-netlib 11 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
lapack-devel.log Remove all trailing whitespace except lapack-netlib 11 years ago
make.inc modification, to run blas-test on Windows 11 years ago
openblas_config_template.h Fixed #315. Added OPENBLAS_ prefix to openblas_config.h. 12 years ago
param.h Add cortex-a9 and cortex-a15 targets. 10 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 Refs #63. delete prefix for mingw64 toolchain. 11 years ago
segfaults.patch Remove all trailing whitespace except lapack-netlib 11 years ago
symcopy.h Remove all trailing whitespace except lapack-netlib 11 years ago
version.h Update organization info. 11 years ago