Package: openblas / 0.1.1-6+deb7u3
Metadata
| Package | Version | Patches format |
|---|---|---|
| openblas | 0.1.1-6+deb7u3 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| sparc.diff | (download) |
driver/others/memory.c |
2 1 + 1 - 0 ! |
--- |
| kfreebsd.diff | (download) |
ctest.c |
2 1 + 1 - 0 ! |
--- |
| hurd.diff | (download) |
ctest.c |
5 5 + 0 - 0 ! |
--- |
| generic_profile.diff | (download) |
param.h |
36 18 + 18 - 0 ! |
fix profile for generic cpu The macros have been renamed for all CPU except the generic one. This patch fixes this. |
| kill_threads_at_unload.diff | (download) |
driver/others/blas_server.c |
2 1 + 1 - 0 ! |
kill the threads when unloading the library |
| 32bit_athlon.diff | (download) |
kernel/setparam-ref.c |
4 2 + 2 - 0 ! |
fix crash on 32-bit athlon cpu |
| sgemv_uninitialized_buffer.diff | (download) |
kernel/x86/gemv_t_sse.S |
14 14 + 0 - 0 ! |
ensure that vectorized sgemv does not use uninitialized data |
| gemv_crash_big_data.diff | (download) |
kernel/x86/gemv_n_sse.S |
65 54 + 11 - 0 ! |
fix crashes of gemv on big input data |
| dot_uninitialized_buffer.diff | (download) |
kernel/x86_64/dot_sse.S |
7 4 + 3 - 0 ! |
ensure that vectorized dot product does not use uninitialized data |
| power7.patch | (download) |
cpuid_power.c |
1 1 + 0 - 0 ! |
make openblas compile on power7 architecture The workaround is to fallback on the Power6 arch on these machines. This seems to work (did a small test on partch.debian.org). |
| fork handler.patch | (download) |
driver/others/memory.c |
10 10 + 0 - 0 ! |
add fork handler This patches fixes hangs of OpenBLAS when called from a program using OpenMP. Note that this will only work if OpenBLAS is compiled with pthreads (i.e. no OpenMP). |
