libcuspatial
24.04.00
|
Mixin to supply rmm resources for fixtures. More...
#include <base_fixture.hpp>
Public Member Functions | |
rmm::mr::device_memory_resource * | 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 30 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 40 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 47 of file base_fixture.hpp.