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 8d5b33b6be
Add cpu identification via mfpvr call for the BSDs
7 years ago
benchmark Correct index variables used in MFlops calculation 7 years ago
cmake Merge pull request #1607 from martin-frbg/dynarch 7 years ago
ctest Handle special case of gfortran+clang+OpenMP 7 years ago
driver Merge pull request #1655 from martin-frbg/issue1641 7 years ago
exports Add -lm for Android. 7 years ago
interface Build cblas_iXamin interfaces 7 years ago
kernel Merge pull request #1651 from martin-frbg/avx512-nodgemm 7 years ago
lapack Change _STDC_VERSION__ to __STDC_VERSION__ 7 years ago
lapack-netlib Merge pull request #1585 from martin-frbg/lapack-253 7 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 Use BLAS rather than CBLAS in test_fork.c (#1626) 7 years ago
.gitignore Don't change timestamps 8 years ago
.travis.yml Add a BINARY=32 build to macOS 7 years ago
BACKERS.md Added backers. 12 years ago
CMakeLists.txt include CMakePackageConfigHelpers 7 years ago
CONTRIBUTORS.md Optimized standard Blas Level-1,2 (excluding nrm2 functions) for z13 (double precision) 8 years ago
Changelog.txt Update doc for 0.2.20 version. 8 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 Update Makefile 7 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 arm64: Change mtune/mcpu options for THUNDERX2T99 target 8 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 Move some DYNAMIC_ARCH targets to new DYNAMIC_OLDER option 7 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 build: fix libxlmass errors building on Power CPU 8 years ago
Makefile.prebuild Add mips32r2 api target 7 years ago
Makefile.rule Add build-time option for OMP scheduler; document MULTITHREAD_THRESHOLD range (#1620) 7 years ago
Makefile.sparc Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.system Add support for a user-defined list of dynamic targets 7 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 -march=skylake-avx512 to flags if target is skylake x 7 years ago
Makefile.zarch dtrmm and dgemm for z13 8 years ago
README.md Minor changes to wording and formatting in the README 7 years ago
TargetList.txt Initial support for SkylakeX / AVX512 7 years ago
USAGE.md Underline importance of NUM_THREADS setting for BUFFER allocation 7 years ago
appveyor.yml Appveyor: enable building fortran with ninja 7 years ago
c_check Add compiler option to avx512 test and hide test output 7 years ago
cblas.h Expose CBLAS interface to BLAS extensions iXamin 7 years ago
common.h Revert "Use usleep instead of sched_yield by default" 7 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 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 ARM64: Add the VULCAN Target 8 years ago
common_mips.h mips: remove incorrect blas_lock implementations 8 years ago
common_mips64.h mips: remove incorrect blas_lock implementations 8 years ago
common_param.h Correct zgeadd_k prototype 7 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 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 Merge pull request #1542 from martin-frbg/quickdiv64 7 years ago
common_x86_64.h make WMB / MB safer on x86-64 7 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 Initial support for SkylakeX / AVX512 7 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 ARM64: Enable Auto Detection of ThunderX2T99 7 years ago
cpuid_ia64.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_mips.c Make cpuid_mips compile again and add 1004K cpu 7 years ago
cpuid_mips64.c Added mips I6500 core 8 years ago
cpuid_power.c Add cpu identification via mfpvr call for the BSDs 7 years ago
cpuid_sparc.c Fix my copypaste blunder with get_corename 7 years ago
cpuid_x86.c Support upcoming Intel Cannon Lake CPUs as Skylake X (#1621) 7 years ago
cpuid_zarch.c detect CPU on zArch 8 years ago
ctest.c Add support for DragonFly BSD 7 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 Fixes for ifort 2018 7 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 Enable parallel make on MS Windows by default 7 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 Tune HASWELL SWITCH_RATIO as well 7 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