-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add explicit data-movement version of tracer-advection benchmark. #80
Comments
I've created |
I've added a new target for the 'compute in subroutine' version of the benchmark. This processes and compiles on my laptop although we generate very sub-optimal code in the driver routine:
|
It turns out that 'enter data' does not work well with automatic arrays. It seems that the best solution to this is to implement the 'raise-to-module-scope' transformation. |
#76 is adding OpenACC versions of the tracer-advection benchmark. Currently these all use managed memory but psyclone/#310 is adding support for explicit control of data movement.
The text was updated successfully, but these errors were encountered: