Kaiser-Yang/matrix-calculation-accelerator

Incorrect multi-thread time calculation

Closed this issue · 0 comments

image

In this function, MultiTime includes two calculations, one is powNumber(2, multiOutput), the other is powNumber(2), but the SingleTime only contains one calculation. This comparison is unfair, separate this test into two new tests like add and selfAdd.

@luckygalaxy666