Use hou.opencl.devices to obtain a tuple of available OpenCL devices. You cannot construct this class directly.
Methods ¶
label()
→ str
Returns the device’s display label.
vendor()
→ str
Returns the device vendor reported by the OpenCL driver.
platformVendor()
→ str
Returns the OpenCL platform vendor for this device.
driverVersion()
→ str
Returns the OpenCL software driver version string for this device.
number()
→ int
Returns the device’s index within its device-type group.