detectCPUs {gpuR} | R Documentation |
Detect Available OpenCL enabled CPUs
Description
Find out how many CPUs available
Usage
detectCPUs(platform_idx = NULL)
Arguments
platform_idx |
An integer value indicating which platform to query. If NULL it will iterate over all platforms and sum results |
Value
An integer representing the number of available CPUs
See Also
[Package gpuR version 2.0.6 Index]