I am still kicking myself every time I look at AMD’s share price. I sold a not-insignificant-to-me amount of shares when the price was basically below 10 a share. Now it’s above 100. All this is to say that the turn around at AMD is good to see and the missteps at Intel are hilarious. This is like the time the Athlon64 and it’s on die memory controller was kicking the Pentiums around.
Now would be a pretty decent time to buy back in if you still wanna go long on AMD again.
AMD-powered Frontier supercomputer breaks the exascale barrier
141–150 of 172 posts
Re: AMD-powered Frontier supercomputer breaks the exascale barrier
#142Earlier quoted context omitted.
My desktop PC has Ryzen 7 5700G, on paper it can do 486 GFlops FP64 (8 cores at 3.8 GHz base frequency, two 4-wide FMAs every cycle). However, that would require 2TB/sec memory bandwidth, while the actual figure is 51 GB/second of that bandwidth. For large computational tasks where the source data doesn’t fit in caches, the CPU can only achieve a small fraction of the theoretical peak performance ‘coz bottlenecked by…
You are right that there are problems whose solving speed is limited by the memory bandwidth, and for such problems GPUs may be better than CPUs. Nevertheless, many of the problems of this kind require more memory than the 8 GB or 16 GB that are available on cheap GPUs, so the CPUs remain better for those. On the other hand, there are a lot of problems whose time-consuming part can be reduced to multiplications of de…
One typical problem is multiplying dense vector by a sparse matrix. Unlike multiplication of two dense matrices, I don’t think it’s possible to decompose into manageable pieces which would fit into caches to saturate the FP64 math of the CPU cores.
We have tested our software on nVidia Teslas in a cloud (the expensive ones with many theoretical TFlops of FP64 compute), the performance wasn’t too impressive.
Re: AMD-powered Frontier supercomputer breaks the exascale barrier
#143Earlier quoted context omitted.
Would a faster computer improve outcomes for victims of natural disaster? How much is left undiscovered about weather? Research spending is based on the potential for discovery. As a species we have studied weather since the beginning of time. How long have we been doing nuclear research? A century? Is there even an opportunity cost here? Or is it an economy of scale? As we build more supercomputers the costs go down…
> Would a faster computer improve outcomes for victims of natural disaster? How much is left undiscovered about weather? The US is way behind on weather modelling, in part due to lack of computing power available to do the grids at sufficiently small cells compared to Europe and other parts of the world. That means less accurate predictions and less advance notice of impending disasters, which means more risk of loss…
Re: AMD-powered Frontier supercomputer breaks the exascale barrier
#144Earlier quoted context omitted.
Interesting. So what is your workflow right now?
Develop against CUDA locally. Port my kernels to ROCm, and occupy a whole HPC node for debugging and performance tuning for a week. It’s terrible. Edit: I should say that their recommendation is to write the kernels in ‘hip’ which is supposed to be their cross device wrapper for both cuda or ROCm. I’m writing in Julia however so that’s not possible.
Re: AMD-powered Frontier supercomputer breaks the exascale barrier
#145Earlier quoted context omitted.
Interesting. So what is your workflow right now?
Develop against CUDA locally. Port my kernels to ROCm, and occupy a whole HPC node for debugging and performance tuning for a week. It’s terrible. Edit: I should say that their recommendation is to write the kernels in ‘hip’ which is supposed to be their cross device wrapper for both cuda or ROCm. I’m writing in Julia however so that’s not possible.
Re: AMD-powered Frontier supercomputer breaks the exascale barrier
#146Earlier quoted context omitted.
Interesting. So what is your workflow right now?
Develop against CUDA locally. Port my kernels to ROCm, and occupy a whole HPC node for debugging and performance tuning for a week. It’s terrible. Edit: I should say that their recommendation is to write the kernels in ‘hip’ which is supposed to be their cross device wrapper for both cuda or ROCm. I’m writing in Julia however so that’s not possible.
Re: AMD-powered Frontier supercomputer breaks the exascale barrier
#147The most powerful and unfortunately unusable supercomputer of the world. AMD's approach to GPUs is on a failing track since its inception. The only software stack available is super fragile, buggy and barely supported. Rather than building a HPL machine I would have preferred see public money spent in a different way.
It's a supercomputer. The programming model is very, very different. The software stack is full of incredibly fragile stuff from any number of manufacturers. It's honestly hard to even describe how much more difficult using MPI with Fortran on a supercomputer is compared to anything I've ever touched elsewhere. Maybe factory automation comes close?
Re: AMD-powered Frontier supercomputer breaks the exascale barrier
#148This reads more or less like a corporate press release - (edit: actually, it reads exactly like a corporate press release) - is there a more substantive article on the topic?
Re: AMD-powered Frontier supercomputer breaks the exascale barrier
#149What blows my mind is the newest NOAA super computer (that triples the speed of the last one) is a whopping 12 petaflops. It comes online this summer. It kind of shows the difference in priority spending, when nuclear labs get >1000 petaflop super computers, and the weather service (that helps with disasters that affect many Americans each year) gets a new one that is 1.2% of the speed. https://www.noaa.gov/media-rel…
> (..) when nuclear labs get >1000 petaflop super computers (..) Would you prefer the research being performed based on empirical testing instead of running simulations?
Re: AMD-powered Frontier supercomputer breaks the exascale barrier
#150Earlier quoted context omitted.
> (..) when nuclear labs get >1000 petaflop super computers (..) Would you prefer the research being performed based on empirical testing instead of running simulations?
IMO: we had good enough nuclear weapons 50 years ago to glass the whole planet, so why continue to try and improve a weapon of armageddon? Just maintain and build the same old nuclear weapons that are effective enough and try and remove the need for the weapons over time with the diplomatic and political process.