Files | |
| file | memory_resource.hpp |
Functions | |
| rmm::device_async_resource_ref | cudf::get_current_device_resource_ref () |
| Get the current device memory resource reference. More... | |
| cuda::mr::any_resource< cuda::mr::device_accessible > | cudf::set_current_device_resource (cuda::mr::any_resource< cuda::mr::device_accessible > mr) |
| Set the current device memory resource. More... | |
| cuda::mr::any_resource< cuda::mr::device_accessible > | cudf::set_current_device_resource_ref (rmm::device_async_resource_ref mr) |
| Set the current device memory resource reference. More... | |
| cuda::mr::any_resource< cuda::mr::device_accessible > | cudf::reset_current_device_resource () |
| Reset the current device memory resource to the initial resource. More... | |
| cuda::mr::any_resource< cuda::mr::device_accessible > | cudf::reset_current_device_resource_ref () |
| Reset the current device memory resource reference to the initial resource. More... | |
|
inline |
Get the current device memory resource reference.
Definition at line 27 of file memory_resource.hpp.
|
inline |
Reset the current device memory resource to the initial resource.
Definition at line 67 of file memory_resource.hpp.
|
inline |
Reset the current device memory resource reference to the initial resource.
reset_current_device_resource instead.Definition at line 81 of file memory_resource.hpp.
|
inline |
Set the current device memory resource.
| mr | The new device memory resource. |
Definition at line 38 of file memory_resource.hpp.
|
inline |
Set the current device memory resource reference.
set_current_device_resource instead.The object referenced by mr must outlive the last use of the resource, otherwise behavior is undefined. It is the caller's responsibility to maintain the lifetime of the resource object.
| mr | The new device memory resource reference. |
Definition at line 57 of file memory_resource.hpp.