Class ThreadParamsL2

    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadParamsL2​(int threadIdx, int threadCount, int groupIdx, int groupCount, int subgroupIdx, int subgroupCount, int groupThreadIdx, int groupThreadCount, int subgroupThreadIdx, int subgroupThreadCount)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • threadIdx

        protected final int threadIdx
      • threadCount

        protected final int threadCount
      • groupIdx

        protected final int groupIdx
      • groupCount

        protected final int groupCount
      • subgroupIdx

        protected final int subgroupIdx
      • subgroupCount

        protected final int subgroupCount
      • groupThreadIdx

        protected final int groupThreadIdx
      • groupThreadCount

        protected final int groupThreadCount
      • subgroupThreadIdx

        protected final int subgroupThreadIdx
      • subgroupThreadCount

        protected final int subgroupThreadCount
    • Constructor Detail

      • ThreadParamsL2

        public ThreadParamsL2​(int threadIdx,
                              int threadCount,
                              int groupIdx,
                              int groupCount,
                              int subgroupIdx,
                              int subgroupCount,
                              int groupThreadIdx,
                              int groupThreadCount,
                              int subgroupThreadIdx,
                              int subgroupThreadCount)