Class AMDOfflineDevices

java.lang.Object
org.lwjgl.opencl.AMDOfflineDevices

public final class AMDOfflineDevices extends Object
Native bindings to the amd_offline_devices extension.
  • Field Details

    • CL_CONTEXT_OFFLINE_DEVICES_AMD

      public static final int CL_CONTEXT_OFFLINE_DEVICES_AMD
      To generate binary images offline, it is necessary to access the compiler for every device that the runtime supports, even if the device is currently not installed on the system. When, during context creation, CONTEXT_OFFLINE_DEVICES_AMD is passed in the context properties, all supported devices, whether online or offline, are reported and can be used to create OpenCL binary images.
      See Also: