Earlier quoted context omitted.
It's $50 million. That's all. See https://blogs.nvidia.com/blog/2020/07/21/university-of-flori... for the numbers. It's probable the hardware is being offered at a deep discount. The building and infrastructure will cost an additional $20m, covered by the University.
It's "anchored" by $50 million (of which half is support). But what does "anchored" mean here? The article also lists an additional $20 million from UF. I wouldn't be surprised if there was even more.
Nvidia will build 700-petaflop supercomputer for University of Florida
81–90 of 112 posts
Re: Nvidia will build 700-petaflop supercomputer for University of Florida
#82Earlier quoted context omitted.
Precisely explains why NVIDIA did that - to hook up all these 50k students to CUDA. Much more profitable in the long run.
All 50k Students aren't engineers...
Although I wasn't a graduate student so maybe way more of them have access than I realize.
Re: Nvidia will build 700-petaflop supercomputer for University of Florida
#83Earlier quoted context omitted.
All 50k Students aren't engineers...
As a UF CS grad, I bet less than 100 students will get hands on this computer each year. Maybe way less than 100. Although I wasn't a graduate student so maybe way more of them have access than I realize.
Re: Nvidia will build 700-petaflop supercomputer for University of Florida
#84Sigh, I wish people wouldn’t say “peta flop ” for these. https://www.nvidia.com/en-us/data-center/a100/ is the most official reference. If you scroll to the bottom, you’ll see that an A100 part can do ~20 Teraflops (either FP32 or FP64 in little-matrix aka tensor mode). When they say “each A100 can do 5 petaflops”, they mean each DGX which has 8 such cards and thus they mean 600-ish something-ops per card. The genero…
Start here: https://cloud.google.com/tpu
> Cloud TPU v3 Pod
> 100+ petaflops
Is the Cloud TPU v3 even functionally capable of computing in fp64 at any performance?
Re: Nvidia will build 700-petaflop supercomputer for University of Florida
#85I'm a bit baffled. How high are the tuitions at the university of florida? This supercomputer is more powerful than many at the national labs and must cost a fortune (multiple 100 millions of dollars).
It's $50 million. That's all. See https://blogs.nvidia.com/blog/2020/07/21/university-of-flori... for the numbers. It's probable the hardware is being offered at a deep discount. The building and infrastructure will cost an additional $20m, covered by the University.
This is 140 DGX A100 systems. The advertised price for each DGX A100 is $199,000, so 140 of them is ~$28 million. It's plausible the networking, storage, cooling, power distribution, etc (i.e. everything but the compute nodes) could cost $22 million.
Re: Nvidia will build 700-petaflop supercomputer for University of Florida
#86Earlier quoted context omitted.
In addition to what everyone else has said, UF has over 50,000 students, making it one of the five largest universities in the USA, iirc.
Precisely explains why NVIDIA did that - to hook up all these 50k students to CUDA. Much more profitable in the long run.
Recently, it also became possible to use C++17 stdpar and get GPU acceleration (https://docs.nvidia.com/hpc-sdk/compilers/c++-parallel-algor...).
Re: Nvidia will build 700-petaflop supercomputer for University of Florida
#87Earlier quoted context omitted.
Risk mitigation, maintenance, resell value (?), support, reliability. The custom AI accelerators you mentioned, how long have those been in business for? How many units have they moved? How many generations of hardware have they produced? Will they still be around to replace or upgrade units in 5-10 years? How flexible are they in their workload? That's a lot of factors to keep in mind when you're spending millions o…
TPUs are perfectly positioned to capture this market. There are an endless number of reasons why, but to keep it short: Wanna see a magic trick? https://twitter.com/theshawwn/status/1286426454171975680 GPT-2 117M training at 1 million tokens/sec. Now, I don't have experience with DGX clusters, so I'm not going to make a firm statement. What I will say is that I, as an outsider, managed to achieve a performance level…
TPUs will probably dominate AI training, but not so much supercomputing.
Re: Nvidia will build 700-petaflop supercomputer for University of Florida
#88Earlier quoted context omitted.
All 50k Students aren't engineers...
As a UF CS grad, I bet less than 100 students will get hands on this computer each year. Maybe way less than 100. Although I wasn't a graduate student so maybe way more of them have access than I realize.
To be eligible for an account on HiPerGator, you must be on an education or research project that has as one of its Principal or Co-Principal investigators a faculty or staff member at the University of Florida.
I'm also a UF alumni (undergrad & grad EE), and IIRC back in my day high performance computing was a grad class. I never took it, but it wouldn't surprise me if for the grad class there would be labs on the super computer where students can get limited access.
Re: Nvidia will build 700-petaflop supercomputer for University of Florida
#89> It will also benefit from Nvidia’s suite of AI application frameworks Sounds like lock-in.
Re: Nvidia will build 700-petaflop supercomputer for University of Florida
#90Earlier quoted context omitted.
Seems like it has about 700/5 = 140 GPUs. And they are about 0.4kW each. Let's say it is 50% utilized for a year. That is 140 * 0.4 * 0.5 * 365 * 24 = 245280 kWh. Let's say electricity generation creates 0.5 kg CO2e per kWh. So 122640 kg CO2e per year. For comparison, driving a cars creates about 0.2kg CO2 per km. Or 0.32 kg per mile. So about the same as driving 122640 / 0.32 = 383250 miles per year. Call it 38 cars…
HPC system utilization is typically upwards of 90%, these things are not idle. There's almost always a queue of jobs waiting to run, at least in my experience.