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

    Modifier and Type
    Method
    Description
    void
    Called for each OpenCL device detected by Aparapi.
    Gives the client application an opportunity to refine the device configuration parameters.
  • Method Details

    • 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