Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_of_float16_cuda.cu225 Tensor<Eigen::half, 1> full_prec2(num_elem); in test_cuda_trancendental() local
235 gpu_device.memcpyDeviceToHost(full_prec2.data(), d_res2_float, num_elem*sizeof(Eigen::half)); in test_cuda_trancendental()
245 …cking elemwise log " << i << " input = " << input2(i) << " full = " << full_prec2(i) << " half = "… in test_cuda_trancendental()
247 VERIFY_IS_APPROX(full_prec2(i)+Eigen::half(0.1f), half_prec2(i)+Eigen::half(0.1f)); in test_cuda_trancendental()
249 VERIFY_IS_APPROX(full_prec2(i), half_prec2(i)); in test_cuda_trancendental()