[flang] Document experimental support for multi-image features#178011
Conversation
… multi-image features Annotate the F2018 multi-image features that now have experimental support. Sort the list to group related features with experiemental support.
|
Is PRIF considered the "official" Coarray implementation for Flang? |
Hi @tmjbios - I'm not sure I understand the implications of your question, but I'm pretty sure this PR is the wrong place to debate project road map. The point of this PR is simply to document the current state of the implementation, where PRIF is currently the sole runtime interface for (experimental) multi-image features (see PRs linked in the PR description). Also note that PRIF is an open standard interface, not a specific implementation. This flang documentation should of course continue to evolve along with the compiler to reflect any future changes. Separate from this PR, let's plan to discuss your question in an upcoming flang call? |
|
/cherry-pick a580383 |
|
/pull-request #178478 |
…178011) This PR updates flang's Fortran standard conformance documentation to reflect the recent addition of experimental support for multi-image features. PRs implementing that support include: * llvm#151675 * llvm#154081 * llvm#154770 * llvm#154166 * llvm#165573 (cherry picked from commit a580383)
…178011) This PR updates flang's Fortran standard conformance documentation to reflect the recent addition of experimental support for multi-image features. PRs implementing that support include: * llvm#151675 * llvm#154081 * llvm#154770 * llvm#154166 * llvm#165573
This PR updates flang's Fortran standard conformance documentation to reflect the recent addition of experimental support for multi-image features.
PRs implementing that support include: