Post #1396188
2026-03-31 12:11 UTC
@lproven sorry, but the AS GPUs are absolutely capable of doing general purpose computation. What is missing is CUDA support, but that doesn’t absolutely mean they’re not more than good at GPGPU.
The fact that the RAM is local to each AS processor is why I wrote NUMA system.
Moreover, every multi-GPU system is de facto a NUMA one, since the graphics memory is local to each single GPU card, and each GPU can only talk to its memory. Also, they’re not connect to any output, usually.
Replies (1)
-
@lproven@social.vivaldi.net 2026-03-31 15:44
@fmarini > the AS GPUs are absolutely capable of doing general purpose computation. OK. I will take your word for it.