boostorg / compute

A C++ GPU Computing Library for OpenCL
http://boostorg.github.io/compute/
Boost Software License 1.0
1.55k stars 333 forks source link

Wrong type for CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE #825

Closed WKarel closed 5 years ago

WKarel commented 5 years ago

device::get_info is specialized for cl_ulong instead of for cl_uint

jszuppe commented 5 years ago

Fixed in #826