Module gpuFlux

Class JOCLPlatform

java.lang.Object
de.grogra.gpuflux.jocl.JOCLPlatform

public class JOCLPlatform extends Object
  • Constructor Details

    • JOCLPlatform

      public JOCLPlatform(org.jocl.cl_platform_id plaform_id)
  • Method Details

    • getProfile

      public String getProfile()
    • getVersion

      public JOCLPlatform.JOCLPlatformVersion getVersion()
    • getName

      public String getName()
    • getVendor

      public String getVendor()
    • get_EXTENSIONS

      public String get_EXTENSIONS()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • createContext

      public JOCLContext createContext(AbstractList<org.jocl.cl_device_id> device_ids)
    • getDevices

      public org.jocl.cl_device_id[] getDevices()
    • getPlatforms

      public static org.jocl.cl_platform_id[] getPlatforms()