Hacker News new | ask | show | jobs
by hornetblack 2281 days ago
Folding@Home is runnign GPU stuff on Windows without any configuration on my AMD RX 580. Although it's not using much of it. Presuably because OpenCL only runs of the Compute units which are relatively small part of the GPU.
1 comments

No, all GPUs released in the last 10 years have a unified shader architecture. Vertex, fragment, and compute shaders all run on the same units, and they are the big part of the GPU.

"Compute units" is AMD terminology for a grouping of ALUs and stuff. Nvidia calls them "stream multiprocessors".

Example: Vega 64 has 64 CUs, each CU has 64 "shader processors", so there's 64*64 == 4096 "shader processors" total. This is the big part.

Yea I install the Asus GPU-Z and i was better and gave that it was using 90% of the whole GPU. Windows just doesn't know how to count GPU usage apperntly.