kseniyazaytseva
46de7c8a2b
Merge remote-tracking branch 'origin/risc-v-new-tests' into new-tests
2 years ago
kseniyazaytseva
cfabc48190
Update rotg tests
2 years ago
kseniyazaytseva
ec5cfe3bc8
Fix invalid tests
2 years ago
kseniyazaytseva
ff10e6b6dc
Fix zero step tests
2 years ago
Martin Kroeker
dbcf4f8b7d
Merge pull request #4479 from XiWeiGu/loongarch-opt-axpby
Loongarch opt axpby
2 years ago
gxw
3597827c93
utest: add axpby
2 years ago
kseniyazaytseva
b6949ce74c
add axpyc to cmake build
2 years ago
kseniyazaytseva
441339104f
fix test ext cmake build
2 years ago
kseniyazaytseva
f68e9989c4
Remove zero rows/columns matcopy tests
2 years ago
Chip Kerchner
61c8e19f95
Fix Makefile to support OpenMP on AIX for xlc (clang) with xlf.
2 years ago
Martin Kroeker
d1343302bd
Merge pull request #4465 from XiWeiGu/utest-zscal
utest: Add tests for zscal
2 years ago
gxw
bb043a021f
utest: Add tests for zscal
2 years ago
gxw
519ea6e87a
utest: Add utest for the {sc/dz}amax and {s/d/sc/dz}amin
2 years ago
Andrey Sokolov
c99e231fc5
Fix rand_generate
2 years ago
kseniyazaytseva
bf39c0d8b5
Added new tests for BLAS-like and BLAS API in utest
2 years ago
Pierrick Bouvier
a4992e09bc
Fix utest compilation
Introduced recently when adding new test cases for ZSCAL
- include cblas is needed for cblas_zscal
- ASSERT macro does not exist
- missing closing )
2 years ago
Martin Kroeker
d1ead06bd8
define NAN and INFINITY if needed
2 years ago
Martin Kroeker
e48627c999
Add tests for ZSCAL with NaN and Inf arguments
2 years ago
Martin Kroeker
60ff5872af
fix improper function prototypes (empty parentheses)
2 years ago
Martin Kroeker
862d06ab8a
Add INCX=0,INCY=1 test case for CAXPY
2 years ago
Martin Kroeker
d64fa286f7
add test case for zaxpy with incx=0 incy=1
2 years ago
Martin Kroeker
7aaa0ce0e8
utest needs to be linked against libm on QNX as well
3 years ago
Martin Kroeker
c5041ae270
properly embed test_dnrm2
3 years ago
Martin Kroeker
8e6f719ad3
use huge_val not huge_valf for portability
3 years ago
Martin Kroeker
af88494f87
old systems may not have inf in math.h
3 years ago
Martin Kroeker
ee41b6eb24
Add DNRM2 regression test for issues 2998 and 3654
3 years ago
Niyas Sait
c6c2a71fb7
Fix ctest.h to build using clang on windows
4 years ago
Martin Kroeker
73f637e584
Support compilation with pre-C99 versions of MSVC
5 years ago
Martin Kroeker
93473174d6
Fix utest build with SolarisStudio compilers
5 years ago
cyy
3b4c016110
link math lib on FreeBSD
5 years ago
Martin Kroeker
ebb8788696
Use ifneq instead of ifdef for CROSS option
5 years ago
Alexander Grund
a05dc6e62b
Add reproducer test for crash after fork
See #2993 for an analysis
5 years ago
Martin Kroeker
63d7dad04c
Adapt utests for builds supportin only some variable types
5 years ago
Martin Kroeker
ac653c94f3
Merge branch 'develop' into issue2588-cmake
5 years ago
Qiyu8
1b1a757f5f
Optimize the performance of dot by using universal intrinsics in X86/ARM
5 years ago
Martin Kroeker
98153875e9
Adapt tests to having only a subset of types in the library
5 years ago
Martin Kroeker
4d250d0cdf
Rearrange ifdefs
5 years ago
Martin Kroeker
ec2948f147
Make tests conditional on BUILD_DOUBLE
5 years ago
Martin Kroeker
ce89398636
Make tests for individual variable types conditional on the respective BUILD_ option
5 years ago
Martin Kroeker
c592f0f80a
Fix utest build on AIX
5 years ago
Martin Liska
7ca4ffdbdd
Improve test coverage for utests.
6 years ago
Martin Liska
18bcc36a69
Fix implementation of iamax_sse.S as reported in #2116 .
The was a typo in iamax_sse.S where one of the comparison
was cmpeqps instead of cmpeqss. That misdetected index
for sequences where the minimum value was 0.
6 years ago
Martin Kroeker
68a43db358
Fix utest compilation with PGI
6 years ago
Martin Kroeker
a1fce67743
Make the new DGEMM regression test properly depend on CBLAS and LAPACKE
fixes #2215
6 years ago
Tyler Reddy
a211bc9b6a
TST: add SkylakeX AVX512 CI test
* adapt the C-level reproducer code for some
recent SkylakeX AVX512 kernel issues, provided
by Isuru Fernando and modified by Martin Kroeker,
for usage in the utest suite
* add an Intel SDE SkylakeX emulation utest run to
the Azure CI matrix; a custom Docker build was required
because Ubuntu image provided by Azure does not support
AVX512VL instructions
7 years ago
Jeff Baylor
40e53e52d6
snprintf define consolidated to common.h
7 years ago
Martin Kroeker
f9c5023e04
Merge pull request #1994 from quickwritereader/develop
sgemv cgemv pairs
7 years ago
Ubuntu
4abc375a91
sgemv cgemv pairs
7 years ago
Daniel Cohen Gindi
24288803b3
Adjust test script for correct deployment
7 years ago
Martin Kroeker
9f80e0f5fc
Remove stray include of complex.h
already provided conditionally by common.h via openblas_utest.h
Unconditional inclusion breaks older Android and similar platforms that use OPENBLAS_COMPLEX_STRUCT
7 years ago