Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OpenBLAS] Disable
TARGET=GENERIC
on OpenBLAS 0.3.12 and earlier (#…
…2598) Turns out that OpenBLAS 0.3.12 and earlier have some kind of `clang`-related code generation bug when built like this. The issue is that the call to `gotoblas->init()` here [0] does not actually call `init` but instead calls `ztrsm_olnncopy`, presumably because of some struct layout issue. I briefly looked into it, but since it only effects `clang` and doesn't effect `0.3.13`, I'm taking the coward's way out and just not poking the compiler bear. [0] https://github.com/xianyi/OpenBLAS/blob/v0.3.10/driver/others/dynamic.c#L921 X-ref: JuliaLang/julia#39719
- Loading branch information