Class KHRSubgroupNamedBarrier


  • public final class KHRSubgroupNamedBarrier
    extends java.lang.Object
    Native bindings to the khr_subgroup_named_barrier extension.

    This extension adds barrier operations that cover subsets of an OpenCL work-group.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CL_DEVICE_MAX_NAMED_BARRIER_COUNT_KHR
      Maximum number of named barriers in a work-group for any given kernel-instance running on the device.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CL_DEVICE_MAX_NAMED_BARRIER_COUNT_KHR

        public static final int CL_DEVICE_MAX_NAMED_BARRIER_COUNT_KHR
        Maximum number of named barriers in a work-group for any given kernel-instance running on the device. The minimum value is 8.
        See Also:
        Constant Field Values