Module tornado.api

Interface TaskContextInterface


public interface TaskContextInterface
  • Method Details

    • getProfiles

      List<TornadoEvents> getProfiles(long executionPlanId)
    • setCompilerFlags

      void setCompilerFlags(TornadoVMBackendType backendType, String flags)
    • setGlobalWork

      void setGlobalWork(long[] global)
    • setLocalWork

      void setLocalWork(long[] local)
    • getGlobalWork

      long[] getGlobalWork()
    • getLocalWork

      long[] getLocalWork()
    • setNumThreads

      void setNumThreads(long threads)
    • getNumThreads

      long getNumThreads()
    • setCompiledGraph

      void setCompiledGraph(Object graph)
    • getCompiledResolvedJavaMethod

      Object getCompiledResolvedJavaMethod()
    • getBackendIndex

      int getBackendIndex()
    • getDeviceIndex

      int getDeviceIndex()
    • setDevice

      void setDevice(TornadoDevice device)
    • isPrintKernelEnabled

      boolean isPrintKernelEnabled()
    • setPrintKernelFlag

      void setPrintKernelFlag(boolean printKernelEnabled)
    • resetThreadBlocks

      void resetThreadBlocks()