Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
Public Types | List of all members
ska::cheetah::data::DefaultAllocator< Arch, T > Class Template Reference

Helper class for determining default allocators. More...

#include <cheetah/data/DefaultAllocator.h>

Collaboration diagram for ska::cheetah::data::DefaultAllocator< Arch, T >:
Collaboration graph

Public Types

typedef panda::DeviceAllocator< T, Arch > type
 

Detailed Description

template<typename Arch, typename T>
class ska::cheetah::data::DefaultAllocator< Arch, T >

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.

Template Parameters
ArchThe type of compute architecture (e.g. cheeta::Cuda, cheetah::Cpu, etc.)
TThe value type of the allocator

Definition at line 53 of file DefaultAllocator.h.


The documentation for this class was generated from the following file: