diff --git a/doc/runtime_memory.rst b/doc/runtime_memory.rst index a4ad2d5f22b081baa123567f90044dd80089f813..f92f13cd67f91329073d948f3f15e487b724d3e0 100644 --- a/doc/runtime_memory.rst +++ b/doc/runtime_memory.rst @@ -104,16 +104,6 @@ Buffer .. versionadded:: 2011.2 -.. function:: enqueue_copy_buffer(queue, src, dst, byte_count=-1, src_offset=0, dst_offset=0, wait_for=None) - - :arg src: the source :class:`Buffer` - :arg dst: the destination device :class:`Buffer` - :arg byte_count: the number of bytes to copy - - Performs a device to device copy from `src` to `dst`. - - |std-enqueue-blurb| - .. _svm: Shared Virtual Memory (SVM)