Skip to content

Commit 738eed4

Browse files
committed
don't touch buffer description
1 parent b0206b9 commit 738eed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/cuda/core/experimental/_memory.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ cdef class Buffer:
8383
----------
8484
stream : Stream, optional
8585
The stream object to use for asynchronous deallocation. If None,
86-
the allocation stream is used.
86+
the behavior depends on the underlying memory resource.
8787
"""
8888
if self._ptr and self._mr is not None:
8989
if stream is None and self._alloc_stream is not None:

0 commit comments

Comments
 (0)