Werner Saar
1e566223ed
added code for the size of n
11 years ago
Werner Saar
113b48ca22
modified makefile for acml6.1
11 years ago
Zhang Xianyi
3e81c99b6b
Fixed installation bug on Mac OSX.
11 years ago
Werner Saar
ec85c4a51d
Increased the Threshold value in sep.in
11 years ago
Werner Saar
97de657d38
added tests to sep.as as workaround for gfortran-4.8.x
11 years ago
Zhang Xianyi
71966eba6c
Merge pull request #475 from xantares/patch-2
add OpenBLAS_VERSION to cmake config file
11 years ago
Zhang Xianyi
a359979e17
Merge pull request #474 from xantares/patch-1
set OPENBLAS_CMAKE_DIR to <prefix>/lib/cmake/<package_name>
11 years ago
xantares
7a6a141bc4
add OpenBLAS_VERSION to cmake config file
11 years ago
xantares
b8ff6892f6
set OPENBLAS_CMAKE_DIR to <prefix>/lib/cmake/<package_name>
usually these files are more often located in this subdir
11 years ago
Zhang Xianyi
8fe7a9ce6f
Merge pull request #473 from wernsaar/develop
changed inline assembler labels to short form
11 years ago
Werner Saar
bc5fff7085
changed inline assembler labels to short form
11 years ago
Zhang Xianyi
1943ea91a8
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
11 years ago
Zhang Xianyi
f5424fc9de
Update the doc for 0.2.13 version.
11 years ago
Zhang Xianyi
0cf29ba6d2
Fixed a bug of sgemm sandy bridge kernel.
Reported by Julia project. JuliaLang/julia#9084
11 years ago
Zhang Xianyi
50e18033e6
Merge pull request #471 from nolta/patch-4
c_check: set $hostarch to x86_64 instead of amd64
11 years ago
Zhang Xianyi
551b55d1c7
Merge pull request #470 from nolta/patch-3
fix fortran compiler detection on FreeBSD
11 years ago
Mike Nolta
271ceb8bae
c_check: set $hostarch to x86_64 instead of amd64
`uname -m` returns "amd64" on some systems.
11 years ago
Mike Nolta
5f846be2e4
fix fortran compiler detection on FreeBSD
On FreeBSD, passing extra options to `which` causes it to report a non-zero status:
```
$ which gfortran48 -m64
/usr/local/bin/gfortran48
$ echo $?
1
```
```
$ which gfortran48
/usr/local/bin/gfortran48
$ echo $?
0
```
11 years ago
Zhang Xianyi
fe7dcf98f3
Refs #461 . Provide OpenBLASConfig.cmake to support CMake.
If you "make PREFIX=/path/to/OpenBLAS install" ,
The config file will be located in /path/to/OpenBLAS/cmake
Then, you can use "find_package(OpenBLAS)" at CMake.
cmake -DOpenBLAS_DIR=/path/to/OpenBLAS/cmake ..
11 years ago
Zhang Xianyi
2fb02626da
Update organization info.
11 years ago
Zhang Xianyi
a85c2785ae
Refs #467 . Added generic kernel file for x86_64.
11 years ago
Zhang Xianyi
4806715c97
Fixed #456 . Merged the optimizations for APM's
xgene-1 (aarch64).
Merge branch 'benedikt-huber-dave-patch' into develop
11 years ago
Benedikt Huber
58c90d5937
# The first commit's message is:
Optimizations for APM's xgene-1 (aarch64).
1) general system updates to support armv8 better. Make all did not work, one needed to supply TARGET=ARMV8.
2) sgem 4x4 kernel in assembler using SIMD, and configuration changes to use it.
3) strmm 4x4 kernel in C. Since the sgem kernel does 4x4, the trmm kernel must also do 4xN.
Added Dave Nuechterlein to the contributors list.
11 years ago
Zhang Xianyi
2987bc7b40
refs #464 . Fixed the bug of detecting L2 associative on x86.
11 years ago
Zhang Xianyi
695e0fa649
#463 fixed a compiling bug on AIX.
11 years ago
Zhang Xianyi
cbb23c46c2
Merge pull request #459 from tkelman/symbol-rename
add SYMBOLPREFIX and SYMBOLSUFFIX makefile options
11 years ago
Tony Kelman
0b4602b753
add SYMBOLPREFIX and SYMBOLSUFFIX makefile options
for adding a prefix or suffix to all exported symbol names in the shared library
Useful to avoid conflicts with other BLAS libraries, especially when using
64 bit integer interfaces in OpenBLAS
Note that since OSX does not have the objcopy utility, setting these options
to non-empty values on Mac requires the objconv tool, available (GPL license)
from http://www.agner.org/optimize/#objconv
11 years ago
Zhang Xianyi
ac5a7e1c1b
Update dot to 0.2.12 version.
11 years ago
wernsaar
f1b9a4a1ca
Ref #454 : fixed bug in common_param.h
11 years ago
Zhang Xianyi
ae6b7caf32
Merge pull request #453 from wernsaar/develop
Enabled GEMM3M functions
11 years ago
wernsaar
f446d2368a
updated cblas.h and cblas_noconst.h
11 years ago
wernsaar
dab4edd069
added benchmark for gemm3m functions
11 years ago
wernsaar
9d7057366d
bugfix for GEMM3M functions
11 years ago
wernsaar
7f234f8ed1
added GEMM3M tests
11 years ago
wernsaar
9e829ce98f
enabled cblas gemm3m functions
11 years ago
wernsaar
d49fd33885
disabled SYMM3M and HEMM3M functions because segment violations
11 years ago
wernsaar
f0f9b25bb6
added test for CGEMM3M function
11 years ago
wernsaar
7aae4a62e7
enabled use of GEMM3M functions
11 years ago
wernsaar
7a911569b8
added test for GEMM3M functions
11 years ago
wernsaar
466bfb8b86
updated README.md
11 years ago
Zhang Xianyi
70d1ba09b2
Update the doc for target list.
11 years ago
Zhang Xianyi
d293b78b64
Merge pull request #451 from eshelman/patch-1
Add HASWELL to TargetList.txt
11 years ago
Eliot Eshelman
9912dbbcf9
Add HASWELL to TargetList.txt
The Intel "Haswell" architecture is missing from the list of build targets.
11 years ago
Zhang Xianyi
01bc462e8e
Merge pull request #449 from wernsaar/develop
optimized multithreading lower limits
11 years ago
wernsaar
3300f5ebff
optimized multithreading lower limits
11 years ago
Zhang Xianyi
59e2c20557
Merge pull request #448 from wernsaar/develop
Optimized cgemv and zgemv kernels
11 years ago
wernsaar
b7c9566eea
removed obsolete gemv kernel files
11 years ago
wernsaar
6df1b0be81
optimized zgemv_n_microk_sandy-4.c
11 years ago
wernsaar
2ac1e076c1
added optimized zgemv_n kernel for sandybridge
11 years ago
wernsaar
9908b6031c
bugfix in KERNEL.PILEDRIVER
11 years ago