Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_cuda.cu747 Scalar* d_in_x; in test_cuda_zeta() local
750 cudaMalloc((void**)(&d_in_x), bytes); in test_cuda_zeta()
754 cudaMemcpy(d_in_x, in_x.data(), bytes, cudaMemcpyHostToDevice); in test_cuda_zeta()
760 Eigen::TensorMap<Eigen::Tensor<Scalar, 1> > gpu_in_x(d_in_x, 6); in test_cuda_zeta()
778 cudaFree(d_in_x); in test_cuda_zeta()
818 Scalar* d_in_x; in test_cuda_polygamma() local
821 cudaMalloc((void**)(&d_in_x), bytes); in test_cuda_polygamma()
825 cudaMemcpy(d_in_x, in_x.data(), bytes, cudaMemcpyHostToDevice); in test_cuda_polygamma()
831 Eigen::TensorMap<Eigen::Tensor<Scalar, 1> > gpu_in_x(d_in_x, 7); in test_cuda_polygamma()
844 cudaFree(d_in_x); in test_cuda_polygamma()
[all …]