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.
 
 
 
 
 
 
Werner Saar 0afc76fd65 enabled gemm_beta assembly kernels 9 years ago
benchmark benchmark/scripts/SCIPY/dsyrk.py: Overwrite will work on a Fortran array of the correct type. 9 years ago
cmake Fix the source paths 9 years ago
ctest Fix output descriptors of c_{s,d,c,z}blat3 9 years ago
driver Update dynamic.c and cpuid_x86.c for Intel Avoton. 9 years ago
exports Merge pull request #749 from lotheac/illumos_fixes 9 years ago
interface Use GEMM_MULTITHREAD_THRESHOLD as a number of ops 9 years ago
kernel enabled gemm_beta assembly kernels 9 years ago
lapack Fix lapack complex implementation of lauu2 and potf2 for Android (use FLOAT instead of FLOAT[2] as imaginary part is not used). 9 years ago
lapack-netlib Restored LAPACK_COMPLEX_STRUCTURE for Android prior to 21. Refs #682. 9 years ago
reference Remove all trailing whitespace except lapack-netlib 11 years ago
test Detect cmake test result. 10 years ago
utest Fix utest bug when INTERFACE64=1. 9 years ago
.gitignore Delete vi swap file. 10 years ago
.travis.yml Use ctest.h for unit test. Enable unit test on travis CI. 9 years ago
BACKERS.md Added backers. 12 years ago
CMakeLists.txt Update develop version. 10 years ago
CONTRIBUTORS.md update CONTRIBUTORS.md 9 years ago
Changelog.txt Update doc for OpenBLAS 0.2.15 version. [CI skipped] 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 Use ctest.h for unit test. Enable unit test on travis CI. 9 years ago
Makefile.alpha Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.arm Fixed linking error when compiling ARMv7 for Android (disabled -lpthread and added -Wl,--no-warn-mismatch). 9 years ago
Makefile.arm64 Adding arm64 target CORTEXA57 10 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 Merge pull request #749 from lotheac/illumos_fixes 9 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 Let make MAX_STACK_ALLOC=0 do what expected 9 years ago
Makefile.sparc Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.system Fixed linking error when compiling ARMv7 for Android (disabled -lpthread and added -Wl,--no-warn-mismatch). 9 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 Add AppVeyor badge. 10 years ago
TargetList.txt Adding arm64 target CORTEXA57 10 years ago
appveyor.yml Update doc for OpenBLAS 0.2.15 version. [CI skipped] 10 years ago
c_check Fix detection of POWER architecture in c_check. 10 years ago
cblas.h Add ATLAS-style ?geadd function 10 years ago
common.h Fixed #773 blas_quickdivide bug on CMake and Visual Studio x86 32-bit. 9 years ago
common_alpha.h add fallback blas_lock implementation 10 years ago
common_arm.h use real armv5 support 10 years ago
common_arm64.h Fix blas_lock for arm64 10 years ago
common_c.h Improved Ximatcopy when lda==ldb. 10 years ago
common_d.h Improved Ximatcopy when lda==ldb. 10 years ago
common_ia64.h add fallback blas_lock implementation 10 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 Changed _Complex types in common_level1.h to use the typedef. 10 years ago
common_level2.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_level3.h Improved Ximatcopy when lda==ldb. 10 years ago
common_linux.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_macro.h Improved Ximatcopy when lda==ldb. 10 years ago
common_mips64.h add fallback blas_lock implementation 10 years ago
common_param.h Fix DYNAMIC_ARCH=1 bug. 10 years ago
common_power.h BUGFIX: increased BUFFER_SIZE for POWER8 9 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 Improved Ximatcopy when lda==ldb. 10 years ago
common_sparc.h add fallback blas_lock implementation 10 years ago
common_stackalloc.h stack alloc: Fix stack smashing detection in 32bits 9 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 Fixed #773 blas_quickdivide bug on CMake and Visual Studio x86 32-bit. 9 years ago
common_x86_64.h Merge branch 'develop' into cmake 10 years ago
common_z.h Improved Ximatcopy when lda==ldb. 10 years ago
cpuid.S Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid.h Merge branch 'cmake' of https://github.com/hpanderson/OpenBLAS into hpanderson_cmake 10 years ago
cpuid_alpha.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_arm.c Detect ARMV8 on 32-bit mode by using ARMV7 kernels. 9 years ago
cpuid_arm64.c Adding arm64 target CORTEXA57 10 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 added dgemm-, dtrmm-, zgemm- and ztrmm-kernel for power8 9 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 Update dynamic.c and cpuid_x86.c for Intel Avoton. 9 years ago
ctest.c Support Android NDK armeabi-v7a-hard ABI. (-mfloat-abi=hard) 10 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 don't pass -Y at all to the linker on illumos 9 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 added dgemm-, dtrmm-, zgemm- and ztrmm-kernel for power8 9 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 added optimized dsymv kernels for haswell 10 years ago
openblas_config_template.h Refs #708. Modified config template for MSVC. 9 years ago
param.h modified configuration, to use power6 sgemm kernel for power8 9 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 Changed a number of inline calls to use __inline. 10 years ago
version.h Update organization info. 11 years ago