Searched refs:t_right_bytes (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_contract_cuda.cu | 43 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_cuda_contraction() local 51 cudaMalloc((void**)(&d_t_right), t_right_bytes); in test_cuda_contraction() 55 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_cuda_contraction() 107 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_scalar() local 115 cudaMalloc((void**)(&d_t_right), t_right_bytes); in test_scalar() 119 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_scalar()
|
D | cxx11_tensor_cuda.cu | 270 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_cuda_contraction() local 278 cudaMalloc((void**)(&d_t_right), t_right_bytes); in test_cuda_contraction() 282 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_cuda_contraction()
|