flang
flang copied to clipboard
F90-W-0547-OpenMP feature, DEPEND, not yet implemented in this version of the compiler
When compiling https://github.com/xianyi/OpenBLAS/ lapack with flang, warnings such as F90-W-0547-OpenMP feature, DEPEND, not yet implemented in this version of the compiler are emitted.
This uses the latest binary from https://github.com/flang-compiler/flang/releases
@gklimowicz I see you made several improvements to OpenMP implementation afterwards; would they be sufficient to compile OpenBlas? If so, would it make sense to publish a newer binary? If not, is there any plan to support compiling OpenBlas Lapack in the future?