Skip to content

Commit

Permalink
Merge pull request #826 from jszuppe/fix-cacheline-rettype
Browse files Browse the repository at this point in the history
Fix type for CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE
  • Loading branch information
jszuppe committed Feb 16, 2019
2 parents 0035290 + 2904664 commit 36c8913
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 36c8913

Please sign in to comment.