Hi,
Is there any way to speed the data copying from CPU buffers which are allocated using "malloc" to GPU accessible memory. currently I am using simple memcpy for copying data.
Thanks & Regards,
Narendra Kumar Chepuri.
Hi neiltan,
I am using gettimeofday() function which is a pre built function in C for profiling.
Narendra kumar.