We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0035290 + 2904664 commit 36c8913Copy full SHA for 36c8913
include/boost/compute/device.hpp
@@ -554,7 +554,7 @@ BOOST_COMPUTE_DETAIL_DEFINE_GET_INFO_SPECIALIZATIONS(device,
554
((std::string, CL_DEVICE_EXTENSIONS))
555
((cl_ulong, CL_DEVICE_GLOBAL_MEM_CACHE_SIZE))
556
((cl_device_mem_cache_type, CL_DEVICE_GLOBAL_MEM_CACHE_TYPE))
557
- ((cl_ulong, CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE))
+ ((cl_uint, CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE))
558
((cl_ulong, CL_DEVICE_GLOBAL_MEM_SIZE))
559
((bool, CL_DEVICE_IMAGE_SUPPORT))
560
((size_t, CL_DEVICE_IMAGE2D_MAX_HEIGHT))
0 commit comments