Remix.run Logo
jnovek 7 hours ago

I don’t have a micro architecture background so I apologize if this is obvious — What do power and speed mean in this context?

McP 7 hours ago | parent | next [-]

Power - how many Watts does it need? Speed - how quickly can it perform operations?

wmf 6 hours ago | parent [-]

You can get low power with a simple design at a low clock. This definitely will not help achieve high performance later.

weebull 5 hours ago | parent [-]

Clock rate isn't the only factor. A design can be power hungry at a low clock rate if designed badly, and if it it is... you're never getting that think running fast.

unethical_ban 7 hours ago | parent | prev [-]

One could say "Optimize for efficiency first, then performance".