KhronosGroup / KhronosGroup/OpenCL-Docs
Missing documentation for CL_READ_ONLY_CACHE and CL_READ_WRITE_CACHE
Open
- Dominant language
- Python
- Stars
- 420
- Forks
- 131
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 11
Description
**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**
Contributor guide
Assessment
This issue has not been assessed yet.