You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the newest versoin of AOMP compiler from "Release" and put it in my home directory. When I tried to compile some F90 code, it shows that some features, like OpenMP DEPEND or DEVICE clauses, the compiler shows it has not been implemented.
However, I find test F90 code in the repo about this feature, which makes me confused.
I wonder if these new features are not turned on in the release version yet. If so, is there a way to make them work? or do I have to compile the whole compiler?
The text was updated successfully, but these errors were encountered:
The current flang is based on legacy/classic flang which has limited offload support. Please post an example source and error message so I can better answer your question.
I downloaded the newest versoin of AOMP compiler from "Release" and put it in my home directory. When I tried to compile some F90 code, it shows that some features, like OpenMP DEPEND or DEVICE clauses, the compiler shows it has not been implemented.
However, I find test F90 code in the repo about this feature, which makes me confused.
I wonder if these new features are not turned on in the release version yet. If so, is there a way to make them work? or do I have to compile the whole compiler?
The text was updated successfully, but these errors were encountered: