OpenCL-Docs icon indicating copy to clipboard operation
OpenCL-Docs copied to clipboard

Missing documentation for CL_READ_ONLY_CACHE and CL_READ_WRITE_CACHE

Open s-barannikov opened this issue 6 months ago • 1 comments

Table 5. List of supported param_names by clGetDeviceInfo

Device Info Return Type Description
CL_GLOBAL_MEM_CACHE_TYPE cl_device_mem_cache_type Type of global memory cache supported. Valid values are: CL_NONE, CL_READ_ONLY_CACHE, and CL_READ_WRITE_CACHE.

In the generated PDF file, CL_READ_ONLY_CACHE and CL_READ_WRITE_CACHE are clickable, but the links are broken.

CL_NONE is documented in Appendix G: Other Miscellaneous Enums

s-barannikov avatar Oct 12 '25 20:10 s-barannikov

Thanks, I'll fix this.

Noting for completeness, the links aren't broken, but they basically point to themselves, so they certainly aren't useful.

bashbaug avatar Oct 15 '25 21:10 bashbaug