Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_complex_cuda.cu33 float* d_out2; in test_cuda_nullary() local
36 cudaMalloc((void**)(&d_out2), float_bytes); in test_cuda_nullary()
48 d_out2, 2); in test_cuda_nullary()
58 assert(cudaMemcpyAsync(new2.data(), d_out2, float_bytes, cudaMemcpyDeviceToHost, in test_cuda_nullary()
70 cudaFree(d_out2); in test_cuda_nullary()