Hi,
Does CC 1.1 device (such as 9800GTX) support Asynchronous Data Transfer using cudaMemcpyAsync(), using Pinned Host Memory?
Thanks
Hi,
Does CC 1.1 device (such as 9800GTX) support Asynchronous Data Transfer using cudaMemcpyAsync(), using Pinned Host Memory?
Thanks
“Applications may query if a device can perform copies between page-locked host
memory and device memory concurrently with kernel execution by checking the
CU_DEVICE_ATTRIBUTE_GPU_OVERLAP attribute using
cuDeviceGetAttribute().” From CUDA programming guide2.3 section 3.3.9