Skip to content

v1.2.1

Compare
Choose a tag to compare
@cdeterman cdeterman released this 30 Dec 16:30
· 289 commits to master since this release

Most recent release of gpuR.

There are several new enhancements to the package including:

  1. Automatically detect available SDK on install if available
  2. Simplified installation to build OpenCL ICD when have OpenCL driver
    but no SDK installed (thanks Yixuan Qui)
  3. Control over individual OpenCL contexts to allow user to choose
    device to use
  4. Added as.* methods for vclMatrix/Vector and gpuMatrix/Vector objects
  5. Added str method for matrix objects
  6. Added length method for matrix objects
  7. Added solve method for square vclMatrix objects
  8. Added QR-decompsition, SVD, Cholesky for square gpuMatrix/vclMatrix
    objects
  9. Added diag and diag<- method for matix objects