| LaneBlockCount | Gets the number of memory blocks per lane. SegmentBlockCount * SyncPointCount. |
| Memory | Gets the MemoryBlockCount blocks. |
| MemoryBlockCount | Gets the number of memory blocks, (Lanes*LaneBlockCount). |
| SegmentBlockCount | Gets the number of memory blocks per segment. This value gets derived from the memory cost. The memory cost value is a request for that number of blocks. If that request is less than (2 * SyncPointCount) times the number of lanes requested, it is first bumped up to that amount. Then, it may be reduced to fit on a SyncPointCount times the number of lanes requested boundary. |