MINÐ: unit of computational work
In the previous post we discussed how to measure performance of a computer. Let me remind you what approaches we have tackled: Theoretical “on paper”: by multiplying clock by cores and thus getting FLOPS; Theoretical by benchmarking: by using Linpack utility. The point is that we use CPU to multiply N matrices where we know …