Uses of Annotation Type
com.aparapi.annotation.Experimental
Packages that use Experimental
-
Uses of Experimental in com.aparapi
Methods in com.aparapi with annotations of type ExperimentalModifier and TypeMethodDescriptionprotected final voidKernel.globalBarrier()Wait for all kernels in the current work group to rendezvous at this call before continuing execution.
It will also enforce memory ordering, such that modifications made by each thread in the work-group, to the memory, before entering into this barrier call will be visible by all threads leaving the barrier.protected final voidKernel.localBarrier()Wait for all kernels in the current work group to rendezvous at this call before continuing execution.
It will also enforce memory ordering, such that modifications made by each thread in the work-group, to the memory, before entering into this barrier call will be visible by all threads leaving the barrier.protected final voidKernel.localGlobalBarrier()Wait for all kernels in the current work group to rendezvous at this call before continuing execution.
It will also enforce memory ordering, such that modifications made by each thread in the work-group, to the memory, before entering into this barrier call will be visible by all threads leaving the barrier. -
Uses of Experimental in com.aparapi.internal.jni
Fields in com.aparapi.internal.jni with annotations of type ExperimentalModifier and TypeFieldDescriptionprotected static final intKernelRunnerJNI.ARG_CONSTANTThis 'bit' indicates that a particularKernelArgresides in constant memory in the generated OpenCL code.protected static final intKernelRunnerJNI.ARG_GLOBALThis 'bit' indicates that a particularKernelArgresides in global memory in the generated OpenCL code.protected static final intKernelRunnerJNI.ARG_LOCALThis 'bit' indicates that a particularKernelArgresides in local memory in the generated OpenCL code.