Module tornado.api

Interface TornadoDeviceContext


public interface TornadoDeviceContext
  • Method Details

    • getDevice

      TornadoTargetDevice getDevice()
    • getMemoryManager

      TornadoMemoryProvider getMemoryManager()
    • wasReset

      boolean wasReset()
    • reset

      void reset(long executionPlanId)
    • setResetToFalse

      void setResetToFalse()
    • isPlatformFPGA

      boolean isPlatformFPGA()
    • isPlatformXilinxFPGA

      boolean isPlatformXilinxFPGA()
    • isFP64Supported

      boolean isFP64Supported()
    • isCached

      boolean isCached(long executionPlanId, String methodName, SchedulableTask task)
    • getDeviceIndex

      int getDeviceIndex()
    • getDevicePlatform

      int getDevicePlatform()
    • getDeviceName

      String getDeviceName()
    • getDriverIndex

      int getDriverIndex()
    • getRegisteredPlanIds

      Set<Long> getRegisteredPlanIds()