8 #ifndef BC_UTILITY_DEVICE_H_ 9 #define BC_UTILITY_DEVICE_H_ 19 template<
class SystemTag>
27 cudaMemcpy(t, u,
sizeof(T) * size, cudaMemcpyHostToDevice);
32 cudaMemcpy(t, u,
sizeof(T) * size, cudaMemcpyDeviceToHost);
static void DeviceToHost(T *t, const T *u, bc::size_t size=1)
Definition: device.h:31
const auto t() const
Definition: expression_operations.h:93
static void HostToDevice(T *t, const T *u, bc::size_t size=1)
Definition: device.h:26
int size_t
Definition: common.h:283
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22