log in

Posts by acer

1) Message boards : Questions/Problems/Bugs : Will using a GPU help? (Message 1415)
Posted 28 Jun 2014 by acer
Post:
Yeah but your not full clean unless your zest fully clean.
2) Message boards : Questions/Problems/Bugs : Will using a GPU help? (Message 1387)
Posted 3 May 2014 by acer
Post:
Thanks for your help. Hopefully one day I'll get a bunch of genius programmers together to gang bang complie a code or do research or some thing to help speed this whole thing it up. I'll call it the Rick James Sieve.
3) Message boards : Questions/Problems/Bugs : Will using a GPU help? (Message 1385)
Posted 3 May 2014 by acer
Post:
Hey buddy since you know a lot about this sort of stuff what abouthe Sieve of Atkin?

http://en.wikipedia.org/wiki/Sieve_of_Atkin

Also these CUDA guys on this forum talk about what you said too

https://devtalk.nvidia.com/default/topic/415757/sieve-of-erastothenes/

So Im staring to see a little bit of what your saying but I can't pretend for too long so from what it seems we need to be able to implement optimal sieve process on a gpu correct?

Is being ablee to find an optimal sieve to do on CUDA or open CL or any gpu like a holy grail type thing.

Break it down for me if you can there Chief.

Thanks in advance


EDIT: I continued reading and then one forum poster put this thread. You got a point there Jason.





"Memory requirement for bit array is 1250001 bytes.




grid size: 1,1,1

block size: 256,1,1

CPU says there are 664579 primes up to and including 10000000.

GPU says there are 664579 primes up to and including 10000000.

Processing time (GPU): 2201.823975 (ms)

Processing time (CPU): 78.069000 (ms)





Oh no! The CPU is running circles around my GPU. It seems the task is a bit more difficult than anticipated.



My use of global atomics is a real speed killer. But if I don't use atomics, the threads will step on each other's toes.



And I do not yet know how to split up the problem into several thread blocks because I currently communicate any found prime via shared memory, before the "next round" of marking multiples can start.



Well, at least the answer is correct ;) Let's see if my intern can beat me in this little challenge."
4) Message boards : Questions/Problems/Bugs : Will using a GPU help? (Message 1384)
Posted 3 May 2014 by acer
Post:
So your saying there is hope? That one day if someone can do what you just asked that GPU's could be used or is this just a first step of many to come?
5) Message boards : Questions/Problems/Bugs : Will using a GPU help? (Message 1382)
Posted 3 May 2014 by acer
Post:
Its like we're in the stone age when everyone else on the other projects is jumping into light speed...
6) Message boards : Questions/Problems/Bugs : Will using a GPU help? (Message 1379)
Posted 29 Apr 2014 by acer
Post:
If I had a GPU would it help with the NFS project or is this project entirely cpu based? I look at the BOINC stats for this project and the it seems that many people who are the top crunchers for NFS seem to have gpu cards on their computers. Or do they just have many computers that just happen to have GPU's

If GPU computing is no possible what resources would be required to make this possible for the project? Like do you need to hire a programmer or something as I know all things take time and money to do.

Thanks to anyone who can help me with this issue and of course I am new to this computing thing.





Home | My Account | Message Boards