8 #ifndef BC_UTILITY_HOST_H_ 9 #define BC_UTILITY_HOST_H_ 14 template<
class SystemTag>
20 template<
class T,
class U,
class V>
21 static void copy(T* to, U* from, V size) {
23 for (
int i = 0; i < size; ++i) {
28 template<
class T,
class U>
30 copy(device_ptr, host_ptr, size);
33 template<
class T,
class U>
35 copy(host_ptr, device_ptr, size);
static void HostToDevice(T *device_ptr, U *host_ptr, bc::size_t size)
Definition: host.h:29
#define BC_omp_for__
Definition: common.h:269
int size_t
Definition: common.h:283
static void DeviceToHost(T *host_ptr, U *device_ptr, bc::size_t size)
Definition: host.h:34
static void copy(T *to, U *from, V size)
Definition: host.h:21
void copy(const Tensor_Base< Xpr > &rv)
Definition: tensor_utility.h:2
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22