Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 16, 2025
1 parent 533dc1f commit 50431c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/rmm/docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ destination device ID and stream are optional parameters.
```python
>>> import rmm
>>> rmm.reinitialize(managed_memory=True)
>>> from rmm._cuda.stream import Stream
>>> from rmm.pylibrmm.stream import Stream
>>> stream = Stream()
>>> buf = rmm.DeviceBuffer(size=100, stream=stream)
>>> buf.prefetch(device=3, stream=stream) # prefetch to device on stream.
Expand Down

0 comments on commit 50431c3

Please sign in to comment.