CPPuddle
|
Contains a RAII wrappers for CUDA device buffers. Intended to be used with the recycling allocators but technically any allocator should work. More...
Go to the source code of this file.
Classes | |
struct | cppuddle::memory_recycling::cuda_device_buffer< T, > |
RAII wrapper for CUDA device memory (ideally used with a recycling allocator) More... | |
struct | cppuddle::memory_recycling::cuda_aggregated_device_buffer< T, Host_Allocator, > |
RAII wrapper for CUDA device memory using a passed aggregated allocator (which ideally should be an allocator_slice from the work aggregation) More... | |
Namespaces | |
namespace | cppuddle |
namespace | cppuddle::memory_recycling |
CPPuddle namespace containing the memory recycling functionality. | |
Contains a RAII wrappers for CUDA device buffers. Intended to be used with the recycling allocators but technically any allocator should work.