Package com.aparapi


package com.aparapi
  • Class
    Description
    A central location for holding all runtime configurable properties as well as logging configuration.
     
    Defines interface for listener/observer of Kernel profile reports
    A kernel encapsulates a data parallel algorithm that will execute either on a GPU (through conversion to OpenCL) or on a CPU via a Java Thread Pool.
    We can use this Annotation to 'tag' intended constant buffers.
    Deprecated.
    It is no longer recommended that EXECUTION_MODEs are used, as a more sophisticated Device preference mechanism is in place, see KernelManager.
    We can use this Annotation to 'tag' intended local buffers.
    Annotation which can be applied to either a getter (with usual java bean naming convention relative to an instance field), or to any method with void return type, which prevents both the method body and any calls to the method being emitted in the generated OpenCL.
    This annotation is for internal use only
    This annotation is for internal use only
    We can use this Annotation to 'tag' __private (unshared) array fields.
     
     
     
    A representation of 1, 2 or 3 dimensional range of execution.