-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update collectives #158
base: main
Are you sure you want to change the base?
Update collectives #158
Conversation
@everythingfunctional flang supports kind type parameters for derived types but not length type parameters. Does Caffeine use length type parameters? |
One of the tests was trying to demonstrate how |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far, although there's obviously still a ways to go before it reaches feature parity with PRIF 0.4 / main
Updates the collective interfaces and implementations to match the new PRIF revision.
Some of the tests and implementations are currently commented out. This is because of the following compiler bugs:
co_reduce
character
sFixes #69
Fixes #132
Fixes #153
Fixes #154
Fixes #155