Zhang Xianyi
5048a80032
Refs #283 . Fixed the incorrect usage of long data type for Windows 64.
12 years ago
wernsaar
6e679266f8
changes for compatibility with Pathscale compiler
12 years ago
wernsaar
f1db386211
changes for compatibility with Pathscale compiler
12 years ago
wernsaar
6da558d2ab
changes for compatibility with Pathscale compiler
12 years ago
Zhang Xianyi
a2942456ef
Refs #307 . Fixed the hang bug when free OpenBLAS dll in Windows.
12 years ago
wernsaar
f750103336
small optimizations on dot-kernels
12 years ago
wernsaar
00f33c0134
added asum_kernel for all precisions and complex
12 years ago
wernsaar
5b36cc0f47
added blas level1 dot kernels for complex and double complex
12 years ago
wernsaar
c8f1aeb154
added optimized blas level1 dot kernels for single and double precision
12 years ago
wernsaar
8fa93be06e
added optimized blas level1 copy kernels
12 years ago
wernsaar
1e8128f41c
added cgemm_tcopy_2_vfpv3.S and zgemm_tcopy_2_vfpv3.S
12 years ago
Zhang Xianyi
6d8095bcb9
Avoid argument list too long issue in make clean.
12 years ago
Zhang Xianyi
2f5fdd2000
Refs #314 . Fixed clang compiling bug on OSX.
12 years ago
wernsaar
80a2e901b1
added dgemm_tcopy_4_vfpv3.S and sgemm_tcopy_4_vfpv3.S
12 years ago
Zhang Xianyi
73770e60b8
Refs #309 . Fixed trtri_U single thread computational bug.
12 years ago
wernsaar
ac50bccbd2
added cgemm_ncopy_2_vfpv3.S and made assembler labels unique
12 years ago
wernsaar
82015beaef
added zgemm_ncopy_2_vfpv3.S and made assembler labels unique
12 years ago
wernsaar
6216ab8a7e
removed obsolete gemm_kernels from haswell branch
12 years ago
wernsaar
370e3834a9
added missing file kernel/arm/Makefile
12 years ago
wernsaar
95aedfa0ff
added missing file arm/Makefile in lapack/laswp
12 years ago
wernsaar
cba97daf3c
added missing file cblas_noconst.h to the armv7 branch
12 years ago
wernsaar
5400a9f4e4
redefined functions for TIMING and YIELDING for ARMV7 processor
12 years ago
wernsaar
e31186efd4
deleted obsolete dgemm_kernel and dtrmm_kernel
12 years ago
wernsaar
2b801a00a5
small optimizations on sgemm_kernel for ARMV7
12 years ago
wernsaar
b3eab8fcb7
minor optimizations on zgemm_kernel for ARMV7
12 years ago
Zhang Xianyi
6d9d70c55c
Fixed #315 . Added OPENBLAS_ prefix to openblas_config.h.
12 years ago
Zhang Xianyi
dfd1064d7b
refs #287 . Don't enable OpenMP for netlib LAPACK sequential Fortran codes.
12 years ago
wernsaar
02bc36ac79
added sgemm_ncopy routine and made some improvements on cgemm_kernel for ARMV7
12 years ago
wernsaar
5118a7f4d1
small optimizations on dgemm_kernel for Piledriver
12 years ago
wernsaar
e172b70ea2
added cgemm_kernel for Piledriver
12 years ago
wernsaar
1cf4b974b2
added zgemm_kernel for Piledriver
12 years ago
wernsaar
7bccff1512
added sgemm_kernel for PILEDRIVER
12 years ago
wernsaar
afe44b0241
tests and code cleanup of gemm_kernels for HASWELL
12 years ago
wernsaar
a77c71eaf5
added highly optimized dgemm_kernel for HASWELL
12 years ago
Zhang Xianyi
b2219b3478
Merge pull request #311 from loladiro/patch-1
Use FC instead of CC to link the dynamic library on OS X
12 years ago
Keno Fischer
f5a0038bad
Use FC instead of CC to link the dynamic library on OS X
Avoids problems of libgfortran not being found.
12 years ago
Zhang Xianyi
c937090121
Added gfortran dependency for LSB/lsbcc.
12 years ago
wernsaar
fe8c5666f9
optimized dgemm_kernel for HASWELL
12 years ago
wernsaar
f6b50057e2
corrected and testet FMA3 Code
12 years ago
wernsaar
2840d56aeb
added dgemm_kernel for Piledriver
12 years ago
wernsaar
2d49db2f5b
moved compiler flags from Makefile.rule to Makefile.arm
12 years ago
wernsaar
04391e6d9c
optimized param.h
12 years ago
wernsaar
85484a42df
added kernels for cgemm, ctrmm, zgemm and ztrmm
12 years ago
wernsaar
3983011f0b
added sgemm- and strmm_kernel
12 years ago
wernsaar
2a1515c9dd
added dgemm_ncopy_4_vfpv3.S
12 years ago
wernsaar
31f51e78bc
minor optimizations on dgemm_kernel
12 years ago
wangqian
beffee7d91
Fixed buffer overflow bug in kernel/x86_64/dgemv_t.S file.
12 years ago
Zhang Xianyi
a35f4343fa
Merge pull request #301 from yieldthought/develop
Remove -Wl,--retain-symbols-file from dynamic link line to fix tool support
12 years ago
yieldthought
ce5626a384
Remove -Wl,--retain-symbols-file from dynamic library linking to fix tool support
The aim is to restrict the symbols exported from openBLAS, but for dynamic libraries --retain-symbols-file has the opposite effect intended. It removes symbols from the .symtab section of the library, which is used by tools such as debuggers, profilers, objdump etc. but does not remove them from .dynsym, which is the section used by the runtime when loading the binary.
In short, using --retain-symbols-file like this doesn't prevent symbol leakage but does prevent tools from analyzing applications linked with openBLAS.
This patch improves tool support for openBLAS applications but does not address symbol leakage through .dynsym.
12 years ago
wernsaar
e0b968c3a7
Changed kernels for dgemm and dtrmm
12 years ago