We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0206b9 commit 738eed4Copy full SHA for 738eed4
1 file changed
cuda_core/cuda/core/experimental/_memory.pyx
@@ -83,7 +83,7 @@ cdef class Buffer:
83
----------
84
stream : Stream, optional
85
The stream object to use for asynchronous deallocation. If None,
86
- the allocation stream is used.
+ the behavior depends on the underlying memory resource.
87
"""
88
if self._ptr and self._mr is not None:
89
if stream is None and self._alloc_stream is not None:
0 commit comments