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 b937e99 commit 629e091Copy full SHA for 629e091
cuda_core/cuda/core/experimental/_event.py
@@ -205,13 +205,13 @@ def handle(self) -> cuda.bindings.driver.CUevent:
205
206
@property
207
def device(self) -> Device:
208
- """Return the :obj:`~_device.Device` singleton associated with this tream.
+ """Return the :obj:`~_device.Device` singleton associated with this event.
209
210
Note
211
----
212
The current context on the device may differ from this
213
event's context. This case occurs when a different CUDA
214
- context is set current after a stream is created.
+ context is set current after a event is created.
215
216
"""
217
0 commit comments