| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
e105411460 |
Add infrastructure for bgemv/bscal
- Sets up all the various entrypoints for `bgemv` - Adds `bscal` for use in the `bgemv` interface - Adds test cases for comparing `sgemv` and `bgemv` - Adds generic kernels for `bgemv_n` and `bgemv_t` which are accurate enough to pass above tests |
6 months ago |
|
|
3f110c8272 |
Improve bgemm and sbgemm testing
- Fixes wrong return type for `is_close` - Adds stricter compiler flags for test files so we don't see the above issue again - Re-uses test helper functions between compare_sgemm_sbgemm/bgemm.c |
6 months ago |