TileIterator works for both global memory tiles and shared memory tiles. There is no significant difference between these two, as both are contiguous memory compared to distributed thread-local register files.
Therefore, shall we rename SharedTileIterator to TileIterator to simplify the concept?
TileIterator works for both global memory tiles and shared memory tiles. There is no significant difference between these two, as both are contiguous memory compared to distributed thread-local register files.
Therefore, shall we rename
SharedTileIterator
toTileIterator
to simplify the concept?