As discussed on the weekly OpenMP meeting on the second of August 2023, the default version
in the OpenMP documentation shoud be changed from OpenMP 5.0 to 5.1.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/test/Driver/driver-help.f90 | ||
---|---|---|
64–65 | Does Flang also switch to 5.1 by default? |
I was a bit too fast. I changed OpenMPSupport.rst to point to both the OpenMP 5.0 and OpenMP 5.1 implementation status.
flang/test/Driver/driver-help.f90 | ||
---|---|---|
64–65 | As far as I know, flang is still OpenMP 1.1 by default but still depends on the same command line options as clang. |
flang/test/Driver/driver-help.f90 | ||
---|---|---|
64–65 | flang does not differentiate between versions. |
flang/test/Driver/driver-help.f90 | ||
---|---|---|
64–65 | I see. |
flang/test/Driver/driver-help.f90 | ||
---|---|---|
64–65 | I would remove the flang part of the wording for now. |
flang/test/Driver/driver-help.f90 | ||
---|---|---|
64–65 | +1 |
The unit test that fails, flang/test/Driver/omp-driver-offload.f90, also fails on main. I don't see that it should be related to this patch.
flang/test/Driver/driver-help.f90 | ||
---|---|---|
64–65 | Thanks a lot for pointing this out. Is the new hep text fine? |
Does Flang also switch to 5.1 by default?