CUDA is viable if each CUDA core runs its own copy of E@H |
Message boards : Number crunching : CUDA is viable if each CUDA core runs its own copy of E@H
Author | Message |
---|---|
HireMe.geek.nz Send message Joined: 23 Sep 07 Posts: 14 Credit: 221,822 RAC: 0 |
CUDA is viable if each CUDA core runs its own copy of E@H. IF you have an MMX + SSE application with a wrapper-dispatcher that can sense CUDA and dispatch a secondary series of (internal) CUDA work units ... then CUDA might be viable. I only see the CUDA doing the plugboard switching and indexing. |
Dragokatzov Send message Joined: 17 Mar 11 Posts: 1 Credit: 13,637 RAC: 0 |
I agree. even thought i just joined E@H today, I believe it to be a good idea to look at CUDA. CAL would be good too, but from my understanding, there's a real lack of development tools for it. Embrace GPGPU! |
TJM Project administrator Project developer Project scientist Send message Joined: 25 Aug 07 Posts: 843 Credit: 267,994,998 RAC: 0 |
The scoring and indexing runs fast on the GPU, it has been tested already long time ago. Unfortunately the scoring functions need the input data from main loop (hillclimb()), which cannot be pararelized easily. M4 Project homepage M4 Project wiki |
Message boards :
Number crunching :
CUDA is viable if each CUDA core runs its own copy of E@H