TiledTensor / TiledCUDA

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

(feat): transfer data tile from shared memory to register using ldmatrix. #53

Closed haruhi55 closed 5 months ago

haruhi55 commented 5 months ago

resolve https://github.com/TiledTensor/TiledCUDA/issues/52 resolve https://github.com/TiledTensor/TiledCUDA/issues/44 resolve https://github.com/TiledTensor/TiledCUDA/issues/31

Since the store from register to shared memory is not yet complete, a unit test to ensure correctness is not included in this PR. This will be added later.