TiledTensor / TiledCUDA

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

fix(unittest): bug fix for python unittest. #22

Closed haruhi55 closed 7 months ago

haruhi55 commented 7 months ago
  1. This https://github.com/TiledTensor/TiledCUDA/pull/21 changes the path of built library, thus cause errors for python unittest. Fix this bug.
  2. use Python's unittest package to implement python unittests.