Skip to content

Conversation

mlee03
Copy link
Contributor

@mlee03 mlee03 commented Sep 6, 2024

In this PR,

lon_vertices and lat_vertices members in the Grid_cell_struct_config struct have been changed from double pointers to single pointers and are now malloc-ed to be 1d arrays. This change has been made after testing showed that computation with 1d arrays is faster than with 2d arrays on GPUs.

@mlee03 mlee03 requested review from bensonr and rem1776 September 6, 2024 15:52
Copy link

@bensonr bensonr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rem1776 rem1776 merged commit db1355b into NOAA-GFDL:main Sep 10, 2024
4 checks passed
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.

3 participants