abstract class ThreadParamsL2 extends ThreadParamsL1
Modifier and Type | Field and Description |
---|---|
protected int |
groupCount |
protected int |
groupIdx |
protected int |
groupThreadCount |
protected int |
groupThreadIdx |
protected int |
subgroupCount |
protected int |
subgroupIdx |
protected int |
subgroupThreadCount |
protected int |
subgroupThreadIdx |
protected int |
threadCount |
protected int |
threadIdx |
Constructor and Description |
---|
ThreadParamsL2(int threadIdx,
int threadCount,
int groupIdx,
int groupCount,
int subgroupIdx,
int subgroupCount,
int groupThreadIdx,
int groupThreadCount,
int subgroupThreadIdx,
int subgroupThreadCount) |
protected final int threadIdx
protected final int threadCount
protected final int groupIdx
protected final int groupCount
protected final int subgroupIdx
protected final int subgroupCount
protected final int groupThreadIdx
protected final int groupThreadCount
protected final int subgroupThreadIdx
protected final int subgroupThreadCount