Page 1 of 1

Need muti GPU work for same work unit together

Posted: Fri Aug 25, 2023 2:09 am
by tjchkj
When V8 can made all GPUs work for same work unit at same time ?

Re: Need muti GPU work for same work unit together

Posted: Sat Aug 26, 2023 5:43 pm
by PaulTV
That's very unlikely to happen. It'd require a *lot* of data transfer back and forth between the GPUs (threads need each other's data), which would slow everything down horribly.

Re: Need muti GPU work for same work unit together

Posted: Sat Aug 26, 2023 6:09 pm
by Joe_H
They looked into it a number of years ago, testing showed too much PCI overhead transferring data between GPUs. It was determined that running one WU on one GPU was a better use of resources.

Re: Need muti GPU work for same work unit together

Posted: Sun Aug 27, 2023 2:53 pm
by toTOW
It's already hard to get WU that have enough atoms to fully use the biggest GPUs ... image the pain it would be with more than one at once ... :(