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 209b63197e prepared lapack/lauum for UNROLL values, that are not a power of two 8 years ago
benchmark anti GC and reflow 8 years ago
cmake Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR 9 years ago
ctest Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR 9 years ago
driver modify the blas_l1_thread.c for support multi-threded for L1 fuction with return value 8 years ago
exports removed blas_thread_shutdown from gensymbol 8 years ago
interface updated some level1 funcions, that are not thread save 8 years ago
kernel Add msa optimization for AXPY, COPY, SCALE, SWAP 8 years ago
lapack prepared lapack/lauum for UNROLL values, that are not a power of two 8 years ago
lapack-netlib Split the obj list of LAPACKE 3.7.0 8 years ago
reference Remove all trailing whitespace except lapack-netlib 11 years ago
test Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR 9 years ago
utest make utest/Makefile respect LDFLAGS 9 years ago
.gitignore Update gitignore 9 years ago
.travis.yml Modify travis script. 9 years ago
BACKERS.md Added backers. 12 years ago
CMakeLists.txt Update develop for 0.2.20.dev. 9 years ago
CONTRIBUTORS.md Merge branch 'z13' into develop 8 years ago
Changelog.txt Update doc for 0.2.19. 9 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 Never use "make" in makefiles. Only $(MAKE). 8 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 Wrap CURDIR and DESTDIR in quotes 9 years ago
Makefile.mips MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
Makefile.mips64 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.power Added support of IBM's MASS library that optimizes performance on Power architectures 9 years ago
Makefile.prebuild MIPS n32 ABI support, MSA support detection and rename ARCH, ARCHFLAGS 9 years ago
Makefile.rule Update develop for 0.2.20.dev. 9 years ago
Makefile.sparc Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.system Apply COMMON_OPT to default FFLAGS to avoid building non-optimized LAPACK by mistake 8 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
Makefile.zarch dtrmm and dgemm for z13 8 years ago
README.md Merge branch 'z13' into develop 8 years ago
TargetList.txt Added MSA optimization for GEMV_N, GEMV_T, ASUM, DOT functions 9 years ago
USAGE.md collected usage notes 9 years ago
appveyor.yml Bump to 0.2.19.dev. 9 years ago
c_check Merge branch 'z13' into develop 8 years ago
cblas.h Add ATLAS-style ?geadd function 10 years ago
common.h Merge branch 'z13' into develop 8 years ago
common_alpha.h add fallback blas_lock implementation 10 years ago
common_arm.h common_arm.h, common_mips.h: get rid of .func directives 9 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 Init IBM z system (s390x) porting. 9 years ago
common_macro.h Improved Ximatcopy when lda==ldb. 10 years ago
common_mips.h common_arm.h, common_mips.h: get rid of .func directives 9 years ago
common_mips64.h MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
common_param.h Fix DYNAMIC_ARCH=1 bug. 10 years ago
common_power.h optimized dgemm for 20 threads 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 Refs #727. Align stack buffer address on 32-bytes. 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 Fix a minor compiler error in VisualStudio with CMake 9 years ago
common_x86_64.h Don't pass REALNAME to `.end` 9 years ago
common_z.h Improved Ximatcopy when lda==ldb. 10 years ago
common_zarch.h dtrmm and dgemm for z13 8 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 Fix for issue #1024: arm-linux-androideabi-g++ Compiler Error in /cpuid_arm.c 8 years ago
cpuid_arm64.c Fix compiling bug on ARM Cortex-A57. 9 years ago
cpuid_ia64.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_mips.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
cpuid_mips64.c Added MSA optimization for GEMV_N, GEMV_T, ASUM, DOT functions 9 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 Add files via upload 9 years ago
cpuid_zarch.c dtrmm and dgemm for z13 8 years ago
ctest.c Merge branch 'z13' into develop 8 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 Convert --exclude-libs argument to linker flag 8 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 Merge branch 'z13' into develop 8 years ago
getarch_2nd.c Delete LOCAL_BUFFER_SIZE for other architectures. 9 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 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 Merge branch 'z13' into develop 8 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