Learn R Programming

OpenCL (version 0.2-10)

oclPlatforms: Retrieve available OpenCL platforms.

Description

oclPlatforms retrieves all available OpenCL platforms.

Usage

oclPlatforms()

Arguments

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

Simon Urbanek

See Also

oclDevices

Examples

Run this code
print(oclPlatforms())

Run the code above in your browser using DataLab