|
I was wondering if there was a way to measure the time it took to transfer my data to the device, the time the kernel took to do its job and the time it took to send the results back? Currently I am invoking my kernels like this:
queue.putReadBuffer(...).put1DKernel(..).putWriteBuffer(..)
Thank you in advance!
|