It's odd to me that people talk about data centers in terms of megawatts, a measure of electric power. For one example among many, a Bloomberg article from March about Microsoft cancelling data center

It's odd to me that people talk about data centers in terms of megawatts, a measure of electric power. For one example among many, a Bloomberg article from March about Microsoft cancelling data center plans began:

Microsoft Corp. has walked away from new data center projects in the US and Europe that would have amounted to a capacity of about 2 gigawatts of electricity, according to TD Cowen analysts, who attributed the pullback to an oversupply of the clusters of computers that power artificial intelligence.

"Data center projects that...amounted to a capacity of about 2 gigawatts of electricity" is a nonsensical statement. The (technical) capacities of a data center have to do with storage, compute, transmission, and latency. I understand there's probably some Fermi calculation along the lines of converting electric power to compute capacity using the TDP of NVIDIA's latest GPUs or something like that. Nevertheless, it's misleading to speak this way, not to mention lazy. It is oversimplifying in a bad way, treating data centers as utilities that supply a commodity when that is just not the case (at least not with AI, where prices for services still fluctuate fairly wildly).

#dev #tech #AI #energy #power #DataCenters

1 points · 2 comments · view on lemmy.world

2 Comments

Stanley_Pain@lemmy.dbzer0.com · 1 pts · 1y (1 reply)

Power consumption is the name of the game though. There's always a push for more efficiency. Much in the same way we benchmark GPUs and CPUs.

abucci@buc.ci · 1 pts · 1y

@Stanley_Pain@lemmy.dbzer0.com We benchmark GPUs and CPUs in a multitude of ways, including FLOPS, number of transistors (per unit space), etc. In fact performance-per-unit-of-power is one of the more important ones from a design perspective. Ignoring all the other ones in favor of a single metric that's removed from what you actually do with the device is bizarre.