Uses of Interface
com.aparapi.device.IOpenCLDeviceConfigurator
-
Packages that use IOpenCLDeviceConfigurator Package Description com.aparapi.device Contains classes representing OpenCL-capable devices, and "virtual" (java) devices which execute kernels using java. -
-
Uses of IOpenCLDeviceConfigurator in com.aparapi.device
Fields in com.aparapi.device declared as IOpenCLDeviceConfigurator Modifier and Type Field Description private static IOpenCLDeviceConfigurator
OpenCLDevice. configurator
Methods in com.aparapi.device with parameters of type IOpenCLDeviceConfigurator Modifier and Type Method Description static void
OpenCLDevice. setConfigurator(IOpenCLDeviceConfigurator _configurator)
Statically assigns a new configurator for all OpenCL devices detected after the assignment.
-