how to access the elements of a matrix from within the GPU memory

I have a GPU matrix “GpuMat d_src” it’s actually holding the original image matrix “cvMat src” received from the CPU.
Now I need to to access the element of “GpuMat d_src” through OpenCV.But I cannot do so.