I have the following code to process packets in gpu using cuda. but when I measured the time taken to copy packets from cpu to device ,process it and copy back to cpu ,it shows o msec. I have no idea what is wrong with my code. here is some part of my code. What is wrong with my code? any help…
soc
1
in many cases, the quickest way to discover why your program is ‘misbehaving’, is to step it with the debugger
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| copy memory slow? | 2 | 4872 | February 12, 2009 | |
| About CUDA | 2 | 4778 | December 3, 2008 | |
| processing time check | 5 | 637 | November 16, 2010 | |
| CUDA trouble | 3 | 1062 | March 19, 2013 | |
| time of copy | 0 | 813 | June 18, 2010 | |
| Memory Transfer | 7 | 3082 | October 10, 2008 | |
| cudaMemcpy timing | 1 | 6830 | December 8, 2010 | |
| Timming memcpy | 1 | 2131 | June 24, 2009 | |
| cudaMemcpy sometimes doesn't work | 5 | 4625 | November 13, 2008 | |
| more time taken by CUDA rather than reducing time | 7 | 4710 | November 18, 2010 |