SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for R-OpenCL-0.2.4-lp153.1.11.x86_64.rpm :

* Tue Apr 19 2022 Aaron Puchert - 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 Aaron Puchert - Initial release of the package based on version 0.2-3.
 
ICM