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
2015-01-07 10:06:55 +10:30
Zhang Xianyi
2fb02626da
Update organization info.
2014-11-25 15:28:58 +08:00
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
...
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-06-27 12:05:18 -07:00
Olivier Grisel
138a841390
FIX #294 : make OpenBLAS thread-pool resilient to fork via pthread_atfork
2014-02-19 19:01:15 +01:00
Xianyi Zhang
5656cca4f3
Added the test case for samax.
2012-04-26 16:17:17 +08:00
Xianyi Zhang
1d60510959
Added the unit testcase for dsdot.
2011-05-13 02:19:55 +08:00
Xianyi Zhang
03272a606d
Added the unit test for drotmg.
2011-05-13 01:21:39 +08:00
Xianyi Zhang
44acb7503e
Added zdotu with x & y offset=1 test case.
2011-03-02 18:03:40 +08:00
Xianyi Zhang
cd2cbabecc
Added unit test case (zdotu, N=1).
2011-02-22 14:16:46 +08:00
Xianyi Zhang
afbe3c9791
Improved the quality of codes in unit test.
...
Thanks José Luis García Pallero
2011-02-21 00:43:15 +08:00
Xianyi Zhang
109b86d00e
Added axpy unit test with incx==0 and incy==0.
2011-02-21 00:17:33 +08:00
Xianyi Zhang
8dd3fd7f26
Added swap unit test with incx==0 and incy==0.
2011-02-20 17:13:12 +08:00
Xianyi Zhang
c79696cc61
Added rot testcase when incx == incy ==1.
2011-02-16 23:35:41 +08:00
Xianyi Zhang
fbf95688d6
Added utest frame using CUnit( http://cunit.sourceforge.net/ ).
2011-02-16 17:33:06 +08:00