Commit Graph

376 Commits

Author SHA1 Message Date
Xianyi Zhang c5852d4e30 fixed #4 csrot returned the wrong result when incx==incy==0. 2011-02-16 23:39:43 +08:00
Xianyi Zhang c79696cc61 Added rot testcase when incx == incy ==1. 2011-02-16 23:35:41 +08:00
Xianyi Zhang 84ba64e65b fixed a bug in drot whe incx or incy equals to zero. 2011-02-16 23:35:41 +08:00
Xianyi Zhang e3e7547712 Merge branch 'master' into x86 2011-02-16 17:42:12 +08:00
Xianyi Zhang 1dd1bba66c Updated gitignore. 2011-02-16 17:37:48 +08:00
Xianyi Zhang fbf95688d6 Added utest frame using CUnit(http://cunit.sourceforge.net/). 2011-02-16 17:33:06 +08:00
Xianyi Zhang b8b27bec5c fixed a bug in drot whe incx or incy equals to zero. 2011-02-16 00:18:45 +08:00
Xianyi Zhang 1e671b49f3 Did the experiment with Loongson 3A 128bit load & store instruction. 2011-01-29 03:05:27 +08:00
Xianyi Zhang 77b7020d69 changed prefetch order. 2011-01-29 03:03:34 +08:00
Xianyi Zhang e003b811ab load x & y contiguously in axpy. 2011-01-28 11:18:50 +08:00
Xianyi Zhang ebe2da8474 Modified aligned size. Added additional prefetch instruction because of cache line is 32 bytes in Loongson 3A. 2011-01-27 23:07:06 +08:00
Xianyi Zhang c0b5992fab added axpy kernel with prefetch for Loongson3A. To-Do: tuning prefetch distance & instruction order. 2011-01-26 22:34:33 +08:00
Xianyi Zhang 376677452f Modified the unsupported instruction on Loongson3A. Closed #1 OpenBLAS could run on Loongson3A now. 2011-01-25 17:34:47 +08:00
Xianyi Zhang cf36f136d5 Updated readme for cross compiling. 2011-01-25 16:52:36 +08:00
Xianyi Zhang 46ce7270d9 fixed a typo. 2011-01-25 15:55:56 +08:00
Xianyi Zhang 0597c1076f Added the configures of loongson 3a. refs #1 2011-01-24 22:45:35 +00:00
Xianyi Zhang 5d44a08c42 Updated readme file. 2011-01-24 20:03:04 +00:00
Xianyi Zhang 39aa892298 Added .gitignore files. 2011-01-24 19:59:52 +00:00
Xianyi Zhang 607fd78b41 Added mailing list. 2011-01-24 19:59:15 +00:00
Xianyi Zhang e5671535c6 Updated readme file. 2011-01-24 18:12:06 +00:00
Xianyi Zhang 066465af5b Used the environment variable OPENBLAS_NUM_THREADS to set the number of threads in test. 2011-01-24 18:11:35 +00:00
Xianyi Zhang e6c13e2b3c changed library name to openblas and modified environment variable. 2011-01-24 17:58:05 +00:00
Xianyi Zhang a8e9e1ced8 Added OpenBLAS docs. 2011-01-24 16:05:00 +00:00
Xianyi Zhang 5c9f1ebbf9 Fixed a bug when compiling dynamic ARCH x86 in GotoBLAS2. 2011-01-24 16:04:17 +00:00
Xianyi Zhang dbf3780a6d rename documents in GotoBLAS. 2011-01-24 15:57:23 +00:00
Xianyi Zhang 342bbc3871 Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00