Public Member Functions | List of all members
rmm::exec_policy Class Reference

Helper class usable as a Thrust CUDA execution policy that uses RMM for temporary memory allocation on the specified stream. More...

#include <exec_policy.hpp>

Inheritance diagram for rmm::exec_policy:
Inheritance graph
[legend]
Collaboration diagram for rmm::exec_policy:
Collaboration graph
[legend]

Public Member Functions

 exec_policy (cuda_stream_view stream=cuda_stream_default, rmm::mr::device_memory_resource *mr=mr::get_current_device_resource())
 

Detailed Description

Helper class usable as a Thrust CUDA execution policy that uses RMM for temporary memory allocation on the specified stream.


The documentation for this class was generated from the following file: