Version 1 (modified by 8 years ago) (diff) | ,
---|
CSC OpenCL
csc_opencl
Links:
- this module relies on PyOpenCL
- original feature request ticket with more information: #422
- csc_opencl module source
Module Options
- select which device type is used as backend using:
XPRA_OPENCL_DEVICE_TYPE=devicetype xpra start ...
Where devicetype
is either GPU
or CPU
.
- choose the
OpenCL
implementation to use when more than one are installed:XPRA_OPENCL_PLATFORM="Intel" xpra ...
- select a specific
OpenCL
device when more than one is available:XPRA_OPENCL_DEVICE_NAME="GeForce GTX 760" xpra ...
To get more information use:
XPRA_OPENCL_DEBUG=1 xpra ...