Commit Graph

8 Commits

Author SHA1 Message Date
dcd9bf4287 Enable sanitizers in tests
These all throw a fit when pointed at cpython unfortunately
2022-06-30 23:39:42 -07:00
2cfcd26a90 Sum and matrix multiply tests 2022-06-28 17:08:30 -07:00
3849303a9b Workaround for GCC
Technically this syntax isnt required, but GCC has a bug that hasnt been fixed since 2015. see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67274
2022-06-28 15:48:24 -07:00
0ee45ba966 Add improved, generalized arithmetic matrix tests 2022-06-28 14:57:55 -07:00
3ceb028907 Attempt to batch some matrix ops 2022-06-22 00:39:36 -07:00
10ba6b2bd6 Remove utest 2022-06-20 18:42:31 -07:00
1c06cccd5c More vector unit tests 2022-06-19 18:33:54 -07:00
19df5df68d Rework project layout and tests 2022-06-18 17:06:17 -07:00