You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the numbers of latency and throughput they should be faster. But don't get fooled by these numbers, because instruction level parallelism comes into account, as can be seen by benchmarks:
In MinMaxCore0 almost always two instructions can be done in parallel.
Whereas in MinMaxCore1 and MinMaxCore2 there's more or less a strict sequential dependency, thus disabling ISP.
Maybe
MinMaxCore1
orMinMaxCore2
are better implementations than current (MinMaxCore0
)?Cf. #49
The text was updated successfully, but these errors were encountered: