TiledTensor / TiledCUDA

TiledCUDA is a highly efficient kernel template library designed to elevate CUDA C’s level of abstraction for processing tiles.
MIT License
157 stars 10 forks source link

chore: rename `SharedTileIterator` into `TileIterator` #87

Closed haruhi55 closed 4 months ago

haruhi55 commented 4 months ago
  1. rename SharedTileIterator into TileIterator; resolve https://github.com/TiledTensor/TiledCUDA/issues/85
  2. fix the naming styling of the constants;