Home
last modified time | relevance | path

Searched refs:d_in_n (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_cuda.cu819 Scalar* d_in_n; in test_cuda_polygamma() local
822 cudaMalloc((void**)(&d_in_n), bytes); in test_cuda_polygamma()
826 cudaMemcpy(d_in_n, in_n.data(), bytes, cudaMemcpyHostToDevice); in test_cuda_polygamma()
832 Eigen::TensorMap<Eigen::Tensor<Scalar, 1> > gpu_in_n(d_in_n, 7); in test_cuda_polygamma()
845 cudaFree(d_in_n); in test_cuda_polygamma()