Click here to Skip to main content
15,906,626 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Can anyone direct me to how one might have a routine where you ship off for loop calculations to the GPU? SO everytime the program has a for loop or foreach loop it is done on the GPU.
Posted

1 solution

Using the GPU has an IO bottleneck for transferring to and from the CPU, so it is only performance feasible if your computations take a long time.

Take a look at these:

http://research.microsoft.com/en-us/projects/Accelerator/[^]

http://cbucks.codeplex.com/[^]

http://www.tidepowerd.com/[^]

http://www.hoopoe-cloud.com/Solutions/CUDA.NET/Default.aspx[^]

http://brahma.ananthonline.net/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900