kortschak
5344f335a8
Add test for drotmg bug fixed by 692b14c
Test requested in issue xianyi/OpenBLAS#484 .
Run tests by applying the following change and then make:
diff --git a/Makefile.rule b/Makefile.rule
index bea1fe1..9852ff3 100644
--- a/Makefile.rule
+++ b/Makefile.rule
@@ -140,7 +140,7 @@ NO_AFFINITY = 1
-# UTEST_CHECK = 1
+UTEST_CHECK = 1
10 years ago
Zhang Xianyi
2fb02626da
Update organization info.
11 years ago
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
Olivier Grisel
138a841390
FIX #294 : make OpenBLAS thread-pool resilient to fork via pthread_atfork
11 years ago
Xianyi Zhang
5656cca4f3
Added the test case for samax.
13 years ago
Xianyi Zhang
1d60510959
Added the unit testcase for dsdot.
14 years ago
Xianyi Zhang
03272a606d
Added the unit test for drotmg.
14 years ago
Xianyi Zhang
44acb7503e
Added zdotu with x & y offset=1 test case.
14 years ago
Xianyi Zhang
cd2cbabecc
Added unit test case (zdotu, N=1).
14 years ago
Xianyi Zhang
afbe3c9791
Improved the quality of codes in unit test.
Thanks José Luis García Pallero
14 years ago
Xianyi Zhang
109b86d00e
Added axpy unit test with incx==0 and incy==0.
14 years ago
Xianyi Zhang
8dd3fd7f26
Added swap unit test with incx==0 and incy==0.
14 years ago
Xianyi Zhang
c79696cc61
Added rot testcase when incx == incy ==1.
14 years ago
Xianyi Zhang
fbf95688d6
Added utest frame using CUnit( http://cunit.sourceforge.net/ ).
14 years ago