oclPlatforms {OpenCL} | R Documentation |
Retrieve available OpenCL platforms.
Description
oclPlatforms
retrieves all available OpenCL platforms.
Usage
oclPlatforms()
Value
List of available OpenCL platforms. If using OpenCL with Installable Client Driver (ICD) support, the result can be an empty list if no vendor ICD can be found. A warning is also issued in that case.
Author(s)
Simon Urbanek
See Also
Examples
print(oclPlatforms())
[Package OpenCL version 0.2-10 Index]