Yurko Prokopets
Yurko Prokopets
There seem to be some problems regarding reference counting implementation for `xlnt::format_impl` which manifest themselves, particularly when loading an XLSX document where some cells share the same style. E.g. the...
This problem may be similar to #3086, but more general I think. When the release section of envelope is entered (whether it's for volume or not) and AMT knob is...
For `param_name` of `CL_KERNEL_GLOBAL_WORK_SIZE`, the table in the description of `clGetKernelWorkGroupInfo` [specifies](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#CL_KERNEL_GLOBAL_WORK_SIZE) "return type" `size_t[3]` and contains the following description: > This provides a mechanism for the application to query...
The [table](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#memory-flags-table) of memory flags describes `CL_MEM_READ_WRITE` like this: > This flag specifies that the memory object will be read and written by a kernel. This is the default. It...