Module tornado.api

Interface TornadoTargetDevice


public interface TornadoTargetDevice
  • Method Details

    • getDeviceName

      String getDeviceName()
    • getDeviceGlobalMemorySize

      long getDeviceGlobalMemorySize()
    • getDeviceLocalMemorySize

      long getDeviceLocalMemorySize()
    • getDeviceMaxComputeUnits

      int getDeviceMaxComputeUnits()
    • getDeviceMaxWorkItemSizes

      long[] getDeviceMaxWorkItemSizes()
    • getDeviceMaxWorkGroupSize

      long[] getDeviceMaxWorkGroupSize()
    • getMaxThreadsPerBlock

      int getMaxThreadsPerBlock()
    • getDeviceMaxClockFrequency

      int getDeviceMaxClockFrequency()
    • getDeviceMaxConstantBufferSize

      long getDeviceMaxConstantBufferSize()
    • getDeviceMaxAllocationSize

      long getDeviceMaxAllocationSize()
    • getDeviceInfo

      String getDeviceInfo()