Changelog for
R-OpenCL-0.2.4-1.14.x86_64.rpm :
* Tue Apr 19 2022 aaronpuchertAATTalice-dsl.net- Update to version 0.2-4.
* Added support for subsetting and subassignment for clBuffers. Only contiguous operations (e.g. x[5:8] = 0) can be performed natively, any other index will result in the entire buffer being emerged and the operation done in R (CPU).
* Added mode= parameter to as.clBuffer() to ensure specific type of the buffer. This is often required when passing buffers to kernel since the kernel code must match the buffer type.
* Fri Apr 15 2022 aaronpuchertAATTalice-dsl.net- Initial release of the package based on version 0.2-3.