Martin Kroeker
|
61214fcef7
|
Fix utest_ext build on AIX (#4657)
* Add all-in-one version of utest_ext for AIX
|
2024-04-22 14:24:33 +02:00 |
Martin Kroeker
|
b883526a34
|
Fix uninitialized variables in the extensions utest
|
2024-04-13 12:26:35 +02:00 |
Martin Kroeker
|
9c86838279
|
use blasint for INTERFACE64 compatibility
|
2024-04-05 22:48:08 +02:00 |
Martin Kroeker
|
d3f93c6015
|
fix arguments of zscal
|
2024-04-05 07:23:41 +02:00 |
Martin Kroeker
|
1f080b9328
|
Update test_zscal.c
|
2024-04-05 07:09:34 +02:00 |
Martin Kroeker
|
ec8e9451f0
|
make independent of CBLAS
|
2024-04-05 06:45:59 +02:00 |
Chip Kerchner
|
0e0d0bce1a
|
Fix global (static) constructor priorty so that OpenBLAS gets initialized before other libraries. Other unit test AIX fix.
|
2024-03-25 15:11:55 -05:00 |
Evgeni Burovski
|
07dddde1fe
|
Update utest/test_dnrm2.c
|
2024-03-12 15:28:50 +03:00 |
Evgeni Burovski
|
a6e16a065d
|
Add a test for dnrm(..., incx=-1)
|
2024-03-12 15:15:56 +03:00 |
Martin Kroeker
|
8a665f0d57
|
Skip test when building with a uclibc that does not implement fork
|
2024-03-10 19:08:03 +01:00 |
Martin Kroeker
|
30e8d255de
|
Skip the fork test when building against an uClibc that does not implement fork
|
2024-03-10 00:05:01 +01:00 |
Martin Kroeker
|
f81c1d4b59
|
Fix portability problem
|
2024-02-27 07:19:52 +01:00 |
Martin Kroeker
|
f7ffab870b
|
fix missing malloc
|
2024-02-26 23:03:10 +01:00 |
Martin Kroeker
|
38283f678e
|
Fix portability problems
|
2024-02-26 22:22:48 +01:00 |
kseniyazaytseva
|
4c554bd527
|
check abs zero inc
|
2024-02-10 00:46:52 +03:00 |
kseniyazaytseva
|
46de7c8a2b
|
Merge remote-tracking branch 'origin/risc-v-new-tests' into new-tests
|
2024-02-09 23:52:51 +03:00 |
kseniyazaytseva
|
cfabc48190
|
Update rotg tests
|
2024-02-08 00:22:15 +03:00 |
kseniyazaytseva
|
ec5cfe3bc8
|
Fix invalid tests
|
2024-02-08 00:21:38 +03:00 |
kseniyazaytseva
|
ff10e6b6dc
|
Fix zero step tests
|
2024-02-08 00:19:54 +03:00 |
Martin Kroeker
|
dbcf4f8b7d
|
Merge pull request #4479 from XiWeiGu/loongarch-opt-axpby
Loongarch opt axpby
|
2024-02-04 19:50:28 +01:00 |
gxw
|
3597827c93
|
utest: add axpby
|
2024-02-04 09:41:30 +08:00 |
kseniyazaytseva
|
b6949ce74c
|
add axpyc to cmake build
|
2024-02-02 14:42:27 +03:00 |
kseniyazaytseva
|
441339104f
|
fix test ext cmake build
|
2024-02-02 13:49:39 +03:00 |
kseniyazaytseva
|
f68e9989c4
|
Remove zero rows/columns matcopy tests
|
2024-02-02 12:26:23 +03:00 |
Chip Kerchner
|
61c8e19f95
|
Fix Makefile to support OpenMP on AIX for xlc (clang) with xlf.
|
2024-01-31 15:27:50 -06:00 |
Martin Kroeker
|
d1343302bd
|
Merge pull request #4465 from XiWeiGu/utest-zscal
utest: Add tests for zscal
|
2024-01-31 14:19:19 +01:00 |
gxw
|
bb043a021f
|
utest: Add tests for zscal
|
2024-01-30 17:42:37 +08:00 |
gxw
|
519ea6e87a
|
utest: Add utest for the {sc/dz}amax and {s/d/sc/dz}amin
|
2024-01-30 11:32:36 +08:00 |
Andrey Sokolov
|
c99e231fc5
|
Fix rand_generate
|
2024-01-18 23:56:22 +03:00 |
kseniyazaytseva
|
bf39c0d8b5
|
Added new tests for BLAS-like and BLAS API in utest
|
2024-01-18 23:56:22 +03:00 |
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 )
|
2024-01-18 18:21:30 +04:00 |
Martin Kroeker
|
d1ead06bd8
|
define NAN and INFINITY if needed
|
2024-01-12 09:29:13 +01:00 |
Martin Kroeker
|
e48627c999
|
Add tests for ZSCAL with NaN and Inf arguments
|
2024-01-06 23:55:52 +01:00 |
Martin Kroeker
|
60ff5872af
|
fix improper function prototypes (empty parentheses)
|
2023-09-30 13:01:44 +02:00 |
Martin Kroeker
|
862d06ab8a
|
Add INCX=0,INCY=1 test case for CAXPY
|
2023-08-04 15:28:02 +02:00 |
Martin Kroeker
|
d64fa286f7
|
add test case for zaxpy with incx=0 incy=1
|
2023-08-04 12:26:36 +02:00 |
Martin Kroeker
|
7aaa0ce0e8
|
utest needs to be linked against libm on QNX as well
|
2022-07-25 17:02:16 +02:00 |
Martin Kroeker
|
c5041ae270
|
properly embed test_dnrm2
|
2022-07-03 23:48:30 +02:00 |
Martin Kroeker
|
8e6f719ad3
|
use huge_val not huge_valf for portability
|
2022-07-03 20:19:24 +02:00 |
Martin Kroeker
|
af88494f87
|
old systems may not have inf in math.h
|
2022-07-03 18:23:51 +02:00 |
Martin Kroeker
|
ee41b6eb24
|
Add DNRM2 regression test for issues 2998 and 3654
|
2022-07-03 17:56:49 +02:00 |
Niyas Sait
|
c6c2a71fb7
|
Fix ctest.h to build using clang on windows
|
2021-08-16 11:25:07 +01:00 |
Martin Kroeker
|
73f637e584
|
Support compilation with pre-C99 versions of MSVC
|
2021-05-14 15:08:12 +02:00 |
Martin Kroeker
|
93473174d6
|
Fix utest build with SolarisStudio compilers
|
2020-12-06 19:12:56 +01:00 |
cyy
|
3b4c016110
|
link math lib on FreeBSD
|
2020-11-29 17:17:35 +08:00 |
Martin Kroeker
|
ebb8788696
|
Use ifneq instead of ifdef for CROSS option
|
2020-11-22 16:33:34 +01:00 |
Alexander Grund
|
a05dc6e62b
|
Add reproducer test for crash after fork
See #2993 for an analysis
|
2020-11-19 15:46:37 +01:00 |
Martin Kroeker
|
63d7dad04c
|
Adapt utests for builds supportin only some variable types
|
2020-10-11 14:15:35 +02:00 |
Martin Kroeker
|
ac653c94f3
|
Merge branch 'develop' into issue2588-cmake
|
2020-10-11 13:57:07 +02:00 |
Qiyu8
|
1b1a757f5f
|
Optimize the performance of dot by using universal intrinsics in X86/ARM
|
2020-09-28 20:36:53 +08:00 |