Skip to content

Commit

Permalink
Fix type for CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE
Browse files Browse the repository at this point in the history
Fixes #825
  • Loading branch information
jszuppe committed Feb 15, 2019
1 parent a47ff93 commit 2904664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/compute/device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ BOOST_COMPUTE_DETAIL_DEFINE_GET_INFO_SPECIALIZATIONS(device,
((std::string, CL_DEVICE_EXTENSIONS))
((cl_ulong, CL_DEVICE_GLOBAL_MEM_CACHE_SIZE))
((cl_device_mem_cache_type, CL_DEVICE_GLOBAL_MEM_CACHE_TYPE))
((cl_ulong, CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE))
((cl_uint, CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE))
((cl_ulong, CL_DEVICE_GLOBAL_MEM_SIZE))
((bool, CL_DEVICE_IMAGE_SUPPORT))
((size_t, CL_DEVICE_IMAGE2D_MAX_HEIGHT))
Expand Down

0 comments on commit 2904664

Please sign in to comment.