1 #ifndef PARALUTION_UTILS_ALLOCATE_FREE_HPP_
2 #define PARALUTION_UTILS_ALLOCATE_FREE_HPP_
18 template <
typename DataType>
22 template <
typename DataType>
26 template <
typename DataType>
31 #endif // PARALUTION_UTILS_ALLOCATE_FREE_HPP_
void allocate_host(const int size, DataType **ptr)
Allocate buffer on the host.
Definition: allocate_free.cpp:26
void set_to_zero_host(const int size, DataType *ptr)
set a buffer to zero on the host
Definition: allocate_free.cpp:127
Definition: backend_manager.cpp:43
void free_host(DataType **ptr)
Free buffer on the host.
Definition: allocate_free.cpp:96