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.
 
 
 
 
 
 
Chen, Guobing a7b1f9b1bb Implementation of BF16 based gemv 5 years ago
.github/workflows Test flang build 5 years ago
benchmark Change "HALF" and "sh" to "BFLOAT16" and "sb" 5 years ago
cmake Implementation of BF16 based gemv 5 years ago
cpp_thread_test Add CMakeLists.txt 5 years ago
ctest sh prefix renamed to sb 5 years ago
driver Implementation of BF16 based gemv 5 years ago
exports Implementation of BF16 based gemv 5 years ago
interface Implementation of BF16 based gemv 5 years ago
kernel Implementation of BF16 based gemv 5 years ago
lapack Rename "HALF" type to "BFLOAT16" 5 years ago
lapack-netlib Fix macro used in argument conversion (LAPACK PR 458) 5 years ago
reference Remove all trailing whitespace except lapack-netlib 11 years ago
relapack Add early returns and fix sign errors in workspace calculations 5 years ago
test Replace Makefile with simplified version again 5 years ago
utest Adapt utests for builds supportin only some variable types 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 Add a POWER9 build with BFLOAT16 enabled 5 years ago
BACKERS.md Added backers. 12 years ago
CMakeLists.txt Update version to 0.3.12.dev 5 years ago
CONTRIBUTORS.md Update CONTRIBUTERS.md - clang build fixes for IBM z 5 years ago
Changelog.txt Fix typos 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
Jenkinsfile Create Jenkinsfile for OSUOSL PowerCI 5 years ago
LICENSE Update organization info. 11 years ago
Makefile Allow building support for only a subset of variable types 5 years ago
Makefile.alpha Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.arm Expressly enable neon for use with intrinsics if available 5 years ago
Makefile.arm64 rename SILICON to VORTEX 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 Add OpenMP dependency to pkgconfig file if needed 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 POWER10 compiler options to CCOMMON_OPT rather than COMMON_OPT 5 years ago
Makefile.prebuild Add compiler options for MIPS32 24K/1004K 5 years ago
Makefile.rule Update version to 0.3.12.dev 5 years ago
Makefile.sparc Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.system Remove spurious expr in flang version check 5 years ago
Makefile.tail Fix some overlooked "SHBLAS" entries 5 years ago
Makefile.x86 Add -msse where supported, apparently required for older gcc 5 years ago
Makefile.x86_64 reuse variables defined in Makefile.system 5 years ago
Makefile.zarch s390x: for clang use fp-contract=on instead of fast 5 years ago
README.md Consolidate usage of backticks for build options 5 years ago
TargetList.txt Rename SILICON to VORTEX 5 years ago
USAGE.md Underline importance of NUM_THREADS setting for BUFFER allocation 7 years ago
appveyor.yml Revert "Add Windows build job on Azure CI (#2566)" 5 years ago
azure-pipelines.yml Add a Windows/CL build to the Azure Ci configuration 5 years ago
c_check Fix c_check misinterpreting arm64 in uname output to mean armv7 5 years ago
cblas.h Implementation of BF16 based gemv 5 years ago
common.h Fix bfloat16 conditional 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 Implementation of BF16 based gemv 5 years ago
common_lapack.h add missing defines and headers 6 years ago
common_level1.h Fix build issues with bfloat16 5 years ago
common_level2.h Implementation of BF16 based gemv 5 years ago
common_level3.h Rename "HALF" and "sh" to "BFLOAT16" and "sb" 5 years ago
common_linux.h Init IBM z system (s390x) porting. 9 years ago
common_macro.h Implementation of BF16 based gemv 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 Implementation of BF16 based gemv 5 years ago
common_power.h Increase BUFFERSIZE further 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 [WIP] Refactor the driver code for direct SGEMM (#2782) 5 years ago
common_sb.h Implementation of BF16 based gemv 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 Add bfloat16 based dot and conversion with single/double 5 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 Add bfloat16 based dot and conversion with single/double 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 Enable COOPERLAKE build target 5 years ago
cpuid_alpha.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_arm.c Change ifdef linux to __linux for C11 compatibility 5 years ago
cpuid_arm64.c Fix naming of L2 cache size item reported for Vortex 5 years ago
cpuid_ia64.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_mips.c Change ifdef linux to __linux for C11 compatibility 5 years ago
cpuid_mips64.c Change ifdef linux to __linux for C11 compatibility 5 years ago
cpuid_power.c Change ifdef linux to __linux for C11 compatibility 5 years ago
cpuid_sparc.c Fix my copypaste blunder with get_corename 7 years ago
cpuid_x86.c Enable COOPERLAKE build target 5 years ago
cpuid_zarch.c Add the cpuid of the business/rackmount version of z15 as well 5 years ago
ctest.c Report availability of C11 support 5 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 Fix vendor match for GCC gfortran 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 Output predefined HAVE_ entries to Makefile.conf for ARM with specified TARGET 5 years ago
getarch_2nd.c Rename "HALF" and "sh" to "BFLOAT16" and "sb" 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 bfloat16 based dot and conversion with single/double 5 years ago
param.h Rename "HALF" and "sh" to "BFLOAT16" and "sb" 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