-
Notifications
You must be signed in to change notification settings - Fork 16
Drotmg is crazy #59
Comments
Ugh. I'll see if I can get OpenBLAS installed. The OpenBLAS team was responsive to the last bug I filed. |
Works fine for me on OSX |
Opened a bug on OpenBLAS OpenMathLib/OpenBLAS#484 |
I've just built OpenBLAS from source (OpenMathLib/OpenBLAS@17b9db2) with the same failure result.
|
Also failing when using reference implementation:
I'm using Arch Linux 64-bit on amd64. |
Yea, I think the reference implementation is wrong. It has the same problem that OpenBLAS did before the bug was fixed OpenMathLib/OpenBLAS#365 OpenMathLib/OpenBLAS#365
|
This appears to be an ubuntu bug. My build was shadowed by the deb so I saw the effect always. Removing the deb install and rebuilding/installing I see the correct behaviour. |
This prevents us from using apt-get in the travis builds (which use ubuntu), so we'll have to continue building OpenBLAS from scratch. |
I have filed an upstream bug and commited a test to OpenBLAS to satisfy the packager. I haven't seen any movement on that yet; I will not hold my breath. |
Yeah, they move slowly. Debian stable is still on go 1.2.1. I just wanted to document why travis builds can't be sped up easily. |
This seems to continue the saga of Drotmg. This test passes on travis, but fails on my laptop (ubuntu 14.04) using OpenBLAS (deb package).
The two failing cases are blas.Diagonal with a non-zero first column.
The text was updated successfully, but these errors were encountered: