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

Update Ginkgo interface so it can take data directly on GPU #652

Open
pelesh opened this issue Aug 18, 2023 · 1 comment
Open

Update Ginkgo interface so it can take data directly on GPU #652

pelesh opened this issue Aug 18, 2023 · 1 comment
Labels
device computations sparse-develop Issues and PRs pertaining to development of branch sparse-develop

Comments

@pelesh
Copy link
Collaborator

pelesh commented Aug 18, 2023

When running with a GPU backend (CUDA or HIP), Ginkgo direct linear solver will still expect data on the host. Since HiOp sparse module now provides linear solver data on device (when gpu mode is selected), Ginkgo interface should be modified to take data directly from the device. See #650 as a reference.

@pelesh pelesh added sparse-develop Issues and PRs pertaining to development of branch sparse-develop device computations labels Aug 18, 2023
@pelesh
Copy link
Collaborator Author

pelesh commented Aug 25, 2023

CC @fritzgoebel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
device computations sparse-develop Issues and PRs pertaining to development of branch sparse-develop
Projects
None yet
Development

No branches or pull requests

1 participant