Mixin to supply rmm resources for fixtures. More...
#include <base_fixture.hpp>
Public Member Functions | |
rmm::device_async_resource_ref | mr () |
Returns pointer to device_memory_resource that should be used for all tests inheriting from this fixture. | |
rmm::cuda_stream_view | stream () |
Returns cuda_stream_view that should be used for computation in tests inheriting from this fixture. | |
Mixin to supply rmm resources for fixtures.
Definition at line 31 of file base_fixture.hpp.
|
inline |
Returns pointer to device_memory_resource
that should be used for all tests inheriting from this fixture.
Definition at line 41 of file base_fixture.hpp.
|
inline |
Returns cuda_stream_view
that should be used for computation in tests inheriting from this fixture.
Definition at line 48 of file base_fixture.hpp.