Searched refs:ofs_arr (Results 1 – 1 of 1) sorted by relevance
655 std::vector<cl_uint> ofs_arr(num); in test_enqueue_ndrange() local662 ofs_arr[0] = 0; in test_enqueue_ndrange()663 ofs_arr[1] = 1; in test_enqueue_ndrange()671 ofs_arr[i] = genrand_int32(d) % global_work_size; in test_enqueue_ndrange()687 …uffer(context, CL_MEM_READ_WRITE|CL_MEM_COPY_HOST_PTR, ofs_arr.size() * sizeof(cl_uint), &ofs_arr[… in test_enqueue_ndrange()708 …check_kernel_results(ptr, global_work_size, glob_size_arr, loc_size_arr, ofs_arr, sources_ndrange_… in test_enqueue_ndrange()