abstract class ThreadParamsL4 extends ThreadParamsL3
Modifier and Type | Field and Description |
---|---|
private int |
markerEnd |
groupCount, groupIdx, groupThreadCount, groupThreadIdx, subgroupCount, subgroupIdx, subgroupThreadCount, subgroupThreadIdx, threadCount, threadIdx
Constructor and Description |
---|
ThreadParamsL4(int threadIdx,
int threadCount,
int groupIdx,
int groupCount,
int subgroupIdx,
int subgroupCount,
int groupThreadIdx,
int groupThreadCount,
int subgroupThreadIdx,
int subgroupThreadCount) |