OpenCL
About OpenCL
|
GIT repository accessThe GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/OpenCL.git OpenCL
see also OpenCL GitHub repository.
To install the latest development snapshot of this package, use install.packages("OpenCL",,"http://rforge.net/",type="source") Binaries (if avalable) can be installed using install.packages("OpenCL",,"http://rforge.net/")
Most recent GIT commitsb2647534| Ivan K | Fri Dec 23 14:39:40 2022 +0300 ocl.c: replace R_ShowMessage with Rprintf R_ShowMessage is implemented using popup windows on Rgui. On the other hand, Rprintf prints to the console (like R_ShowMessage on other platforms and Rterm on Windows) and can be trapped using capture.output. M src/ocl.c 1fae0343| Tomas Kalibera | Mon Nov 21 15:00:35 2022 +0100 PROTECT fix (argument of R_MakeExternalPtr). M src/wrap.c c3818299| Simon Urbanek | Thu Mar 17 16:57:49 2022 +1300 add tests for subsetting/subassignment M tests/buffer.R M tests/buffer.Rout.save M tests/kernel.Rout.save 0c38459e| Simon Urbanek | Thu Mar 17 16:57:05 2022 +1300 fix float conversion buffer overflow introduced in subsetting M src/buffer.c 846c814a| Simon Urbanek | Thu Mar 17 14:24:13 2022 +1300 remove out-of-order warning since it is too common M src/ocl.c |