Martin Kroeker
084e4573c1
Consolidate debug options
Use BUILD_DEBUG option only if CMAKE_BUILD_TYPE is not set
Consolidate debug postfixes in install target
9 years ago
Martin Kroeker
e9ccbe738c
Add CMAKE install target
Add CMAKE install target (copied from a patch provided by PrimarchOfTheSpaceWolves in #957 )
9 years ago
Zhang Xianyi
e54b6ddaa0
Merge pull request #986 from ksraste/develop
SGEMM, DGEMM, CGEMM, ZGEMM functions data prefetch
9 years ago
kaustubh
f3419e634c
SGEMM, DGEMM, CGEMM, ZGEMM functions data prefetch
Signed-off-by: kaustubh <kaustubh.raste@imgtec.com>
9 years ago
Zhang Xianyi
7472c79ea6
Merge pull request #984 from ksraste/develop
STRSM, DTRSM functions data prefetch
9 years ago
Zhang Xianyi
66c9a9b33d
Merge pull request #981 from howard0su/develop
USE NPROCESSOR_CONF instaed of NPORCESSOR_ONLN
9 years ago
Zhang Xianyi
3705f5675a
Merge pull request #982 from martin-frbg/develop
Change file comments to work around clang 3.9 assembler bug; add support for Bay Trail atom
9 years ago
Martin Kroeker
bce2b34f7a
Merge pull request #1 from martin-frbg/martin-frbg-patch-1
Add Intel "Bay Trail" atom cpu
9 years ago
Martin Kroeker
da83ec94d1
Merge pull request #2 from martin-frbg/martin-frbg-patch-1-1
Update cpuid_x86.c
9 years ago
Martin Kroeker
3409bccb21
Update cpuid_x86.c
Add Bay Trail "Pentium N3520" atom cpu
9 years ago
Martin Kroeker
8a8f3932eb
Update dynamic.c
Add Bay Trail "Pentium N3520" atom
9 years ago
kaustubh
90e2321ac3
STRSM, DTRSM functions data prefetch
Signed-off-by: kaustubh <kaustubh.raste@imgtec.com>
9 years ago
Martin Kroeker
4998e19869
Change file comments to work around clang 3.9 assembler bug
9 years ago
Howard Su
ff1da01476
USE NPROCESSOR_CONF instaed of NPORCESSOR_ONLN
to determine the number of CPU. In ARM platform,
online CPU will increasing when there is more workload.
while configure cpu is the max number of CPU.
9 years ago
Zhang Xianyi
ef52a9266b
Fixed #979 . Patch for NetBSD.
9 years ago
Zhang Xianyi
4f38ae3199
Merge pull request #970 from martin-frbg/develop
Remove implicit inclusions of complex.h in various zdot implementations
9 years ago
Zhang Xianyi
4baf0c7cfc
Merge pull request #980 from kiwifb/utest_ldflags
make utest/Makefile respect LDFLAGS
9 years ago
Zhang Xianyi
595a0224e4
Merge pull request #973 from vladimir-ch/fix-lapacke-xlarfb
LAPACKE: fix wrong direction check in LAPACKE_?larfb_work
9 years ago
François Bissey
f124ffab47
make utest/Makefile respect LDFLAGS
9 years ago
Martin Kroeker
91610f3835
Update zdot_msa.c
9 years ago
Martin Kroeker
6e22ecf102
Update zdot.c
9 years ago
Martin Kroeker
6221d6df5f
Update zdot.c
9 years ago
Vladimir Chalupecky
117d3371d4
LAPACKE: fix wrong direction check in LAPACKE_?larfb_work
Closes #971
9 years ago
Martin Kroeker
16446d1d23
Remove explicit include of complex.h
9 years ago
Martin Kroeker
a6e9e0b94b
Remove explicit include of complex.h
9 years ago
Martin Kroeker
3178e4fea0
Remove explicit include of complex.h
9 years ago
Martin Kroeker
95c245ddb0
Remove explicit include of complex.h
9 years ago
Martin Kroeker
4b1b27347f
Remove explicit include of complex.h
9 years ago
Zhang Xianyi
161c927071
Merge pull request #968 from buffer51/develop
Updated CROSS_SUFFIX regex to work with CC containing arguments
9 years ago
Zhang Xianyi
662f89f059
Merge pull request #969 from sva-img/develop
DGEMM function split and data prefech
9 years ago
Shivraj Patil
54747fe24a
DGEMM function split and data prefech
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
9 years ago
Paul MUSTIÈRE
157ee498ac
Updated CROSS_SUFFIX regex to work with CC containing arguments
9 years ago
Zhang Xianyi
b09cc3b9bb
Merge pull request #958 from intelfx/remove-stabs
common_arm.h, common_mips.h: get rid of .func directives
9 years ago
Ivan Shapovalov
6c0862a94f
common_arm.h, common_mips.h: get rid of .func directives
.func/.endfunc are gcc/gas-specific directives for generating stabs
debug information (and nothing more). This is near-useless now because
DWARF is commonly used, and not implemented in Clang. Hence building
OpenBLAS with Clang fails, and there is no sane way to detect GCC vs.
anything else with preprocessor definitions.
Hence, just remove these directives.
9 years ago
Zhang Xianyi
842d842751
Update develop for 0.2.20.dev.
9 years ago
Zhang Xianyi
821affb9a0
Update doc for 0.2.19.
9 years ago
Zhang Xianyi
515bc56ea9
Refs #946 . Use nrm2 reference implementation for Power8.
9 years ago
Zhang Xianyi
ae70b916f4
Refs #929 . Deal with zero and NaNs for scale.
9 years ago
Zhang Xianyi
9ea0144482
Merge pull request #941 from sva-img/develop
MIPS n32 ABI support, MSA support detection and rename ARCH, ARCHFLAGS
9 years ago
Zhang Xianyi
1f217a6175
Merge pull request #943 from ibmsoe/IBMMASS_Support
Added support of IBM's MASS library that optimizes performance on Pow…
9 years ago
nishidha@us.ibm.com
78348a2853
Added support of IBM's MASS library that optimizes performance on Power architectures
9 years ago
Shivraj Patil
9687437928
MIPS n32 ABI and build time mips simd support check
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
9 years ago
Shivraj Patil
d1c6469283
MIPS n32 ABI support, MSA support detection and rename ARCH, ARCHFLAGS
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
9 years ago
Zhang Xianyi
b544be914d
Merge pull request #933 from ashwinyes/develop_aarch64_20160726_Dgemm_8x4_Opts
Cortex A57: Improvements to DGEMM 8x4 kernel
9 years ago
Ashwin Sekhar T K
c54a29bb48
Cortex A57: Improvements to DGEMM 8x4 kernel
9 years ago
Zhang Xianyi
ff4c5deafa
Merge pull request #930 from sva-img/develop
P6600/I6400 Build fix.
9 years ago
Shivraj Patil
22b9c2747d
P6600/I6400 Build fix. Reverted the changes which was done to support for MIPS n32 ABI
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
9 years ago
Zhang Xianyi
27b5211ccd
Merge pull request #927 from sva-img/develop
Added MSA optimization for GEMV_N, GEMV_T, ASUM, DOT functions
9 years ago
Shivraj Patil
beb1d076a4
Added MSA optimization for GEMV_N, GEMV_T, ASUM, DOT functions
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
9 years ago
Zhang Xianyi
9e44f3ddd0
Refs #917 Avoid detecting gfortran bug on IBM POWER + Ubuntu
9 years ago