Searched refs:host_right_data (Results 1 – 1 of 1) sorted by relevance
201 auto host_right_data = new DataType[padded_right_size]; in test_no_out_of_bounds() local202 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()