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.
 
 
 
 
 
 
Martin Kroeker e3bc83f2a8
Add x86 implementation of ?sum
6 years ago
benchmark disable NaN checks before BLAS calls dgemm.R 6 years ago
cmake Change 64-bit detection as explained in #2056 6 years ago
ctest Handle special case of gfortran+clang+OpenMP 7 years ago
driver Also call CloseHandle on each thread, as well as on the event so as to not leak thread handles. 6 years ago
exports Also call CloseHandle on each thread, as well as on the event so as to not leak thread handles. 6 years ago
interface Add interface for ?sum (derived from ?asum) 6 years ago
kernel Add x86 implementation of ?sum 6 years ago
lapack Correct naming of getrf_parallel object 6 years ago
lapack-netlib fix second instance of complex.h for c++ as well 6 years ago
reference Remove all trailing whitespace except lapack-netlib 11 years ago
relapack Add cmake build list file for ReLAPACK 8 years ago
test Handle special case of gfortran+clang+OpenMP 7 years ago
utest Merge pull request #1994 from quickwritereader/develop 6 years ago
.gitignore Don't change timestamps 8 years ago
.travis.yml Keep xcode8.3 for osx BINARY=32 build 6 years ago
BACKERS.md Added backers. 12 years ago
CMakeLists.txt Fix module definition conflicts between LAPACK and ReLAPACK 6 years ago
CONTRIBUTORS.md Optimized standard Blas Level-1,2 (excluding nrm2 functions) for z13 (double precision) 8 years ago
Changelog.txt Update ChangeLog.txt with changes from 0.3.5 6 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 Improve handling of NO_STATIC and NO_SHARED 6 years ago
Makefile.alpha Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.arm arm: Determine the abi from compiler if not specified on command line 8 years ago
Makefile.arm64 add TARGET support for HiSilicon tsv110 CPUs 6 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 Improve handling of NO_STATIC and NO_SHARED 6 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 power9 makefile. dgemm based on power8 kernel with following changes : 32x unrolled 16x4 kernel and 8x4 kernel using (lxv stxv butterfly rank1 update). improvement from 17 to 22-23gflops. dtrmm cases were added into dgemm itself 6 years ago
Makefile.prebuild Add mips32r2 api target 7 years ago
Makefile.rule Trivial typo fix 6 years ago
Makefile.sparc Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.system Make sure that AVX512 is disabled in 32bit builds 6 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 Add -mavx2 to TARGET=HASWELL builds 6 years ago
Makefile.zarch [ZARCH] Z14 support, BLAS 1/2 single precision implementations, Some missing double precision implementations, Gemv optimization 7 years ago
README.md Typo: Skyalke -> Skylake 6 years ago
TargetList.txt Merge branch 'develop' into develop 6 years ago
USAGE.md Underline importance of NUM_THREADS setting for BUFFER allocation 7 years ago
appveyor.yml Reduce list of kernels in the dynamic arch build 6 years ago
c_check Fix missing -c option in AVX512 test 6 years ago
cblas.h Add declarations for ?sum and cblas_?sum 6 years ago
common.h Merge branch 'develop' into develop 6 years ago
common_alpha.h add fallback blas_lock implementation 10 years ago
common_arm.h arm: Determine the abi from compiler if not specified on command line 8 years ago
common_arm64.h build: LLVM: Add Flang compiler support and enable OpenMP for Clang 8 years ago
common_c.h Add declarations for ?sum and cblas_?sum 6 years ago
common_d.h Add declarations for ?sum and cblas_?sum 6 years ago
common_ia64.h add fallback blas_lock implementation 10 years ago
common_interface.h Add declarations for ?sum and cblas_?sum 6 years ago
common_lapack.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_level1.h Add declarations for ?sum and cblas_?sum 6 years ago
common_level2.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_level3.h Add a "sgemm direct" mode for small matrixes 6 years ago
common_linux.h Init IBM z system (s390x) porting. 9 years ago
common_macro.h Add declarations for ?sum and cblas_?sum 6 years ago
common_mips.h mips: remove incorrect blas_lock implementations 8 years ago
common_mips64.h Update common_mips64.h 7 years ago
common_param.h Add declarations for ?sum and cblas_?sum 6 years ago
common_power.h Merge branch 'develop' into develop 6 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 declarations for ?sum and cblas_?sum 6 years ago
common_sparc.h add fallback blas_lock implementation 10 years ago
common_stackalloc.h Avoid declaring arrays of size 0 when making large stack allocations. 7 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 missing clobber in x86/x86_64 blas_quickdivide inline assembly function (#2017) 6 years ago
common_x86_64.h Fix missing clobber in x86/x86_64 blas_quickdivide inline assembly function (#2017) 6 years ago
common_z.h Add declarations for ?sum and cblas_?sum 6 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 Add support for Hygon Dhyana 6 years ago
cpuid_alpha.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_arm.c Update cpuid_arm.c 6 years ago
cpuid_arm64.c make DYNAMIC_ARCH=1 package work on TSV110. 6 years ago
cpuid_ia64.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_mips.c Update cpuid_mips.c 6 years ago
cpuid_mips64.c Update cpuid_mips64.c 6 years ago
cpuid_power.c power9 makefile. dgemm based on power8 kernel with following changes : 32x unrolled 16x4 kernel and 8x4 kernel using (lxv stxv butterfly rank1 update). improvement from 17 to 22-23gflops. dtrmm cases were added into dgemm itself 6 years ago
cpuid_sparc.c Fix my copypaste blunder with get_corename 7 years ago
cpuid_x86.c Add Intel Denverton 6 years ago
cpuid_zarch.c Add cache sizes for Z14 6 years ago
ctest.c ctest.c : add __POWERPC__ for PowerMac 6 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 Correct link flags for PGI compiler. 6 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
gen_config_h.c Add 64bit support for Microsoft Visual Studio 8 years ago
getarch.c Merge branch 'develop' into develop 6 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 (Plain make) build system fixes for AIX 8 years ago
openblas.pc.in Rename blas.pc.in to openblas.pc.in 8 years ago
openblas_config_template.h Fix complex support for MSVC headers 8 years ago
param.h Merge branch 'develop' into develop 6 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