Displaying 1 result from an estimated 1 matches for "gpuinfo".
Did you mean:
cpuinfo
2017 Oct 19
0
gpuR 2.0.0 released
Dear R users,
I am happy to announce the most recent version of gpuR has been
released. There are several new enhancements to the package including
the ability to use user written OpenCL kernels. A full list of
changes from the NEWS are shown below.
API Changes:
1. deviceType, gpuInfo, cpuInfo not longer accepts 'platform_idx'
parameter as OpenCL contexts cannot contain more than one platform.
New Features:
1. Added functionality to create custom OpenCL functions from user
provided kernels
2. Added 'synchronize' function to assure completion of device calls
(n...