Skip to content
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

MetGrid GPU Fix #1888

Merged
merged 2 commits into from
Oct 16, 2024
Merged

MetGrid GPU Fix #1888

merged 2 commits into from
Oct 16, 2024

Conversation

AMLattanzi
Copy link
Collaborator

The construction of the base state with MetGrid had a foundational issue when on the GPU. Specifically, the use of DeviceVectors to do column-wise operations will not work on the GPU since multiple threads will try to access that vector at the same time, causing a race condition. We now eliminate the calc_rho_p routine and directly interact with the Newton_Raphson iterator by integrating from k = [1 kmax], where we need only k-1 and k values.

@AMLattanzi AMLattanzi merged commit f2ce1bd into erf-model:development Oct 16, 2024
12 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.

1 participant