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

Use pluto where possible instead of hic calls #270

Draft
wants to merge 12 commits into
base: feature/add_pluto
Choose a base branch
from

Conversation

wdeconinck
Copy link
Member

This PR tends to provide the most minimal changes to start using pluto

  • Use pluto to allocate and deallocate device memory and host memory
  • Use pluto to transfer data between host and device

No advanced configuration of memory resources is used: host memory is allocated using the pluto::new_delete_resource, and device memory is allocated using the pluto::device_resource, which maps to hicMalloc internally (using CUDA or HIP).

First PR #269 should be merged.

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