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 63b03efc2a
Merge pull request #2667 from xianyi/develop
5 years ago
.github/workflows set cmake build type to Release 5 years ago
benchmark Use the fortran compiler to link LAPACK-related benchmarks 5 years ago
cmake Remove optimization level limit for flang again and add -fno-unroll-loops for AOCC flang 2.x instead 5 years ago
cpp_thread_test Match thread count to machine capability 5 years ago
ctest cmake fixes 5 years ago
driver Make gotoblas_corename report the name of the selected TARGET rather than its aliases 5 years ago
exports Added missing exported symbols. 5 years ago
interface Make building the bfloat16 functions conditional on option BUILD_HALF (#2590) 5 years ago
kernel fix INIT8x4 5 years ago
lapack cmake fixes 5 years ago
lapack-netlib Break out of potentially infinite rescaling loop in LAPACK xLARGV/xLARTG/xLARTGP 5 years ago
reference Remove all trailing whitespace except lapack-netlib 11 years ago
relapack Merge pull request #2099 from martin-frbg/rela-gbtrf 6 years ago
test Update BLAS tests to correspond to Reference-LAPACK 3.9.0 5 years ago
utest Improve test coverage for utests. 5 years ago
.drone.yml Revert "Add Windows build job on Azure CI (#2566)" 5 years ago
.gitignore Add test for shgemm 5 years ago
.travis.yml Drop the set -e from travis scripts 5 years ago
BACKERS.md Added backers. 12 years ago
CMakeLists.txt Merge branch 'release-0.3.0' into develop 5 years ago
CONTRIBUTORS.md update CONTRIBUTORS.md, adding myself 5 years ago
Changelog.txt Update with 0.3.10 changes 5 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 Add FFLAGS_DRV to the generated make.inc to fix lapack-test on x86_64 with icc/ifort 5 years ago
Makefile.alpha Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.arm Restore -march flag for Android builds 5 years ago
Makefile.arm64 Add Neoverse-N1 core 5 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 libname: treat FreeBSD and DragonFly like linux and sunos 5 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 Add gfortran workaround for ABI violations 6 years ago
Makefile.prebuild Add compiler options for MIPS32 24K/1004K 5 years ago
Makefile.rule Merge branch 'release-0.3.0' into develop 5 years ago
Makefile.sparc Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.system Merge pull request #2665 from martin-frbg/flang-fixes-2a 5 years ago
Makefile.tail RFC : Add half precision gemm for bfloat16 in OpenBLAS 5 years ago
Makefile.x86 Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.x86_64 Apply MinGW AVX512 compilation fix to fortran options as well 5 years ago
Makefile.zarch s390x: Add vectorized sgemm kernel for Z14 and newer 5 years ago
README.md Update README.md 5 years ago
TargetList.txt Update TargetList.txt 5 years ago
USAGE.md Underline importance of NUM_THREADS setting for BUFFER allocation 7 years ago
appveyor.yml Fix C compiler handling and BINARY=32 mode in CMAKE builds (#2248) 6 years ago
azure-pipelines.yml Add a Windows/CL build to the Azure Ci configuration 5 years ago
c_check Ignore spurious all-numeric library names derived from mishandled jobserver flags 5 years ago
cblas.h Add API to set thread affinity on Linux. 5 years ago
common.h Fix warnings in clang and export symbol 5 years ago
common_alpha.h Add read barrier definition 5 years ago
common_arm.h ARMV7 does not support DMB ISHLD, use DMB ISH 5 years ago
common_arm64.h Add read barrier definition 5 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 (empty) read barrier definition 5 years ago
common_interface.h Fix warnings in clang and export symbol 5 years ago
common_lapack.h add missing defines and headers 6 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 Fix warnings in clang and export symbol 5 years ago
common_linux.h Init IBM z system (s390x) porting. 9 years ago
common_macro.h Update common_macro.h 5 years ago
common_mips.h Increase default BUFFER_SIZE to accomodate SGEMM parameters 5 years ago
common_mips64.h Increase BUFFER_SIZE on mips64 to match SGEMM parameters 5 years ago
common_param.h Make building the bfloat16 functions conditional on option BUILD_HALF (#2590) 5 years ago
common_power.h Add read barrier definition 5 years ago
common_q.h Add declarations for ?sum 6 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_sh.h Fix warnings in clang and export symbol 5 years ago
common_sparc.h Add (empty) read barrier definition 5 years ago
common_stackalloc.h Misc. typo fixes 6 years ago
common_thread.h Remove prototype of unused, unimplemented function (#2274) 6 years ago
common_x.h Add declarations for ?sum 6 years ago
common_x86.h Add (empty) read barrier definition 5 years ago
common_x86_64.h make blas_quickdivide unsigned and guard against miscompilation 5 years ago
common_z.h Add declarations for ?sum and cblas_?sum 6 years ago
common_zarch.h Add (empty) read barrier definition 5 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 Add Neoverse-N1 core 5 years ago
cpuid_ia64.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_mips.c rename 1004K, 24K to MIPS1004K, MIPS24K to avoid identifier naming problem 5 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 Fix coretype detection for Intel extended models 6 and 7 5 years ago
cpuid_zarch.c Add the cpuid of the business/rackmount version of z15 as well 5 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 Update f_check 5 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 Avoid duplicate printout of byte order and report ELF_VERSION 5 years ago
getarch_2nd.c RFC : Add half precision gemm for bfloat16 in OpenBLAS 5 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 Add API to set thread affinity on Linux. 5 years ago
param.h Change PPCG4 CGEMM_M to match kernel change 5 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