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 6cee0f7 commit 3551772Copy full SHA for 3551772
1 file changed
cuda_core/docs/source/interoperability.rst
@@ -38,7 +38,7 @@ exposing their own stream types.
38
To address this issue, we propose the :attr:`~_stream.IsStreamT.__cuda_stream__` protocol
39
(currently version 0) as follows: For any Python objects that are meant to be interpreted
40
as a stream, they should add a ``__cuda_stream__`` *method* that returns a 2-tuple: The
41
-version number (``0``) and the address of ``cudaStream_t`` (both as Python `int`):
+version number (``0``) and the address of ``cudaStream_t`` (both as Python ``int``):
42
43
.. code-block:: python
44
0 commit comments