Package com.aparapi.device
Interface IOpenCLDeviceConfigurator
-
public interface IOpenCLDeviceConfigurator
This interface provides a way for the client application to refine the default devices configuration obtained by the underlying OpenCL platforms in a centralized, automated manner.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(OpenCLDevice device)
Called for each OpenCL device detected by Aparapi.
Gives the client application an opportunity to refine the device configuration parameters.
-
-
-
Method Detail
-
configure
void configure(OpenCLDevice device)
Called for each OpenCL device detected by Aparapi.
Gives the client application an opportunity to refine the device configuration parameters.- Parameters:
device
- the OpenCL device to be configured
-
-