Base test fixture class from which libcuspatial test with only value parameterization should inherit. More...
#include <base_fixture.hpp>
Additional Inherited Members | |
Public Member Functions inherited from cuspatial::test::RMMResourceMixin | |
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. | |
Base test fixture class from which libcuspatial test with only value parameterization should inherit.
Example:
Definition at line 85 of file base_fixture.hpp.