mirror of
https://github.com/boostorg/compute.git
synced 2026-01-26 18:32:48 +00:00
This casts the 'index' argument in kernel::get_arg_info() to cl_uint in order to match the signature for clGetKernelArgInfo(). This fixes the "conversion from 'size_t' to 'cl_uint', possible loss of data" compiler warning.