You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: