Add Unit Tests - Simple
waylonflinn opened this issue · 1 comments
waylonflinn commented
Simple unit test coverage, with a small upper bound on runtime (< 1 min)
- various sizes (64 - 1024)
- square / non-square
- range of numbers (0.001 -> 100.0)
Resources
waylonflinn commented
micro suite implemented.
machinery was also created to make it easy to write larger test suites.
to create another test suite:
- define a config file (like micro.json )
- run the generator with the new config
./generator.py large.json
- change the test file to reference the new config file: gemmfloatcalculator