Martin Kroeker
|
c4e5ba1bfe
|
Make sure that range_n of last thread never exceeds the actual data size when splitting the workload
|
2017-08-02 00:37:58 +02:00 |
Martin Kroeker
|
a6f533b248
|
Revert "Fix calculated range limit exceeding actual data size for last thread"
|
2017-08-01 19:28:08 +02:00 |
Martin Kroeker
|
857f61bc5d
|
Fix range limit exceeding data size in last step
|
2017-07-28 00:21:53 +02:00 |
Andrew
|
529bfc36ec
|
Fix write past fixed size buffer
|
2017-07-12 00:59:30 +02:00 |
Zhang Xianyi
|
f874465bb8
|
Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit.
Disable CBLAS and LAPACK.
|
2015-08-10 14:10:44 -05: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 |
Zhang Xianyi
|
5155e3f509
|
Refs #174. Fixed the overflowing buffer bug of multithreading hbmv and sbmv.
Instead of using thread 0 buffer, each thread uses its own sb buffer.
Thus, it can avoid overflowing thread 0 buffer.
|
2013-02-13 16:05:58 +08:00 |
Xianyi Zhang
|
342bbc3871
|
Import GotoBLAS2 1.13 BSD version codes.
|
2011-01-24 14:54:24 +00:00 |