v1.2.1
Most recent release of gpuR.
There are several new enhancements to the package including:
- Automatically detect available SDK on install if available
- Simplified installation to build OpenCL ICD when have OpenCL driver
but no SDK installed (thanks Yixuan Qui) - Control over individual OpenCL contexts to allow user to choose
device to use - Added as.* methods for vclMatrix/Vector and gpuMatrix/Vector objects
- Added str method for matrix objects
- Added length method for matrix objects
- Added solve method for square vclMatrix objects
- Added QR-decompsition, SVD, Cholesky for square gpuMatrix/vclMatrix
objects - Added diag and diag<- method for matix objects