TiledTensor / TiledCUDA

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

feat(examples): Add the hello world example for gemm. #88

Closed haruhi55 closed 3 months ago

haruhi55 commented 3 months ago

Added a "Hello World" example using GEMM.

As the current implementation of the global-to-register loader still requires enhancements to be compatible with TileIterator, this PR initializes the GEMM example with the simplest case.