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