plato
plato copied to clipboard
sequence: fix bug when first partition vertices < 4096
- When first partition's vertices size less than 4096, this alignment will cause poffset(1) = 0, and the next loop will start from v_i = 0 again. Finally, the partition offsets are [0, 0), [0, 0), [0, 0) ...
- this alignment modifies offset, but not adjust amount
- Why need this alignment ?
cc @xuguruogu