Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Helper class for determining default allocators. More...
#include <cheetah/data/DefaultAllocator.h>
Public Types | |
typedef panda::DeviceAllocator< T, Arch > | type |
Helper class for determining default allocators.
The default allocator is determined by both compute architecture and value type. This class is predominantly used by the Series class to provide a more user friendly interface to both TimeSeries and FrequencySeries.
Arch | The type of compute architecture (e.g. cheeta::Cuda, cheetah::Cpu, etc.) |
T | The value type of the allocator |
Definition at line 53 of file DefaultAllocator.h.