Пример #1
0
std::vector<T> to_host(const dvector<T> &v)
{
    return to_cpu(v.data(), v.size());
}