From c5433a38af995cd9f1d83e65017c580c665cbc6c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 11 Oct 2018 16:10:03 -0500 Subject: [PATCH] Kill documentation of removed enqueue_copy_buffer --- doc/runtime_memory.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/runtime_memory.rst b/doc/runtime_memory.rst index a4ad2d5f..f92f13cd 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) -- GitLab