-
Notifications
You must be signed in to change notification settings - Fork 45
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
Conversation
12436b4
to
0ce247f
Compare
728ec9f
to
1fb090d
Compare
Private downstream CI failed. |
0ce247f
to
f622ddd
Compare
c702d3f
to
d1096da
Compare
f622ddd
to
072b2c4
Compare
Private downstream CI succeeded. |
d1096da
to
084e1e8
Compare
Private downstream CI failed. |
Private downstream CI succeeded. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @wdeconinck for this resource manager. The PR is greatly useful and I am looking forward to have it merged in the develop! I just had a few questions and remarks.
Private downstream CI succeeded. |
1 similar comment
Private downstream CI succeeded. |
Private downstream CI succeeded. |
835c6c4
to
bd8b69d
Compare
Private downstream CI succeeded. |
1 similar comment
Private downstream CI succeeded. |
Private downstream CI succeeded. |
This PR tends to provide the most minimal changes to start using pluto, introduced with #269
No advanced configuration of memory resources is used: host memory is allocated using the
pluto::host_resource
, which provides 256-byte aligned memory and device memory is allocated using thepluto::device_resource
, which maps tohicMalloc
internally (using CUDA or HIP).