OpenCL-Docs
OpenCL-Docs copied to clipboard
Missing documentation for CL_READ_ONLY_CACHE and CL_READ_WRITE_CACHE
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
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.