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

GPU linear solver thread overlapping #141

Open
cguzman95 opened this issue Apr 12, 2020 · 1 comment
Open

GPU linear solver thread overlapping #141

cguzman95 opened this issue Apr 12, 2020 · 1 comment
Assignees
Labels

Comments

@cguzman95
Copy link
Collaborator

Issue to fix the "bug" of thread overlapping that produces different results in the GPU linear solver when executing two instances of the same function with same output. More details of the problem defined in #139

@cguzman95 cguzman95 added the bug label Apr 12, 2020
@cguzman95 cguzman95 added this to the GPU chemistry solver milestone Apr 12, 2020
@cguzman95 cguzman95 self-assigned this Apr 12, 2020
@cguzman95
Copy link
Collaborator Author

Seems this bug is produced cause the "atomicadd" operation in the multiplication of the RHS with the Jacobian values. This atomicadd can be avoided changuin the type of the Jac structure from CSC to CSR (or even a more efficient structure). Working with Guillermo to find the best structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant