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
Hello, I want to use anmgcl and cuda to accelerate the solution of sparse linear equations, but the document of amgcl does not give an example of the solution on gpu. I would like you to give an example of how to use gpu to accelerate the solution of the equation. For example, matrix an and vectors b and x are stored on the device, and these data can be accessed in the cuda kernel function. How should I implement this? thank you very much.
The text was updated successfully, but these errors were encountered:
Hello, I want to use anmgcl and cuda to accelerate the solution of sparse linear equations, but the document of amgcl does not give an example of the solution on gpu. I would like you to give an example of how to use gpu to accelerate the solution of the equation. For example, matrix an and vectors b and x are stored on the device, and these data can be accessed in the cuda kernel function. How should I implement this? thank you very much.
The text was updated successfully, but these errors were encountered: