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(tests): add unittest for gemm. #86

Closed haruhi55 closed 3 months ago

haruhi55 commented 3 months ago

This test for GEMM involves:

This PR relies on the prior merge of https://github.com/TiledTensor/TiledCUDA/pull/83.