Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_contract_sycl.cpp201 auto host_right_data = new DataType[padded_right_size]; in test_no_out_of_bounds() local
202 std::copy_n(t_right.data(), t_right.size(), host_right_data); in test_no_out_of_bounds()
203 std::fill_n(host_right_data + t_right.size(), t_right.size(), nan); in test_no_out_of_bounds()
208 sycl_device.memcpyHostToDevice(d_t_right, host_right_data, t_right_bytes); in test_no_out_of_bounds()
251 delete[] host_right_data; in test_no_out_of_bounds()