Skip to content

Remove unnessesary copy for OpenMP offload#21

Open
lmarzen wants to merge 1 commit intoANL-CESAR:masterfrom
lmarzen:patch-1
Open

Remove unnessesary copy for OpenMP offload#21
lmarzen wants to merge 1 commit intoANL-CESAR:masterfrom
lmarzen:patch-1

Conversation

@lmarzen
Copy link

@lmarzen lmarzen commented Oct 29, 2024

The Input struct, input, is unnecessarily copied back to the host after execution of the target region.

This is minor and this fix has negligible performance improvement.

I additionally added a defaultmap(none) clause which enforces explicit data mapping at compile time, likely reducing the chance of similar oversights in the future.

Similar fix to ANL-CESAR/XSBench#38.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant