Skip to content

Commit

Permalink
Update CUDA docs to fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
sophies927 authored Jan 31, 2024
1 parent 66332fc commit 35b93f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/execution-providers/CUDA-ExecutionProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sess_options = ort.SessionOptions()
sess = ort.InferenceSession("my_model.onnx", sess_options=sess_options, providers=providers)
```

To take advantage of user compute stream, it is recommended to use [I/O Binding](../api/python/api_summary.html#data-on-device) to bind inputs and outputs to tensors in device.
To take advantage of user compute stream, it is recommended to use [I/O Binding](../api/python/api_summary.html) to bind inputs and outputs to tensors in device.

### do_copy_in_default_stream
Whether to do copies in the default stream or use separate streams. The recommended setting is true. If false, there are race conditions and possibly better performance.
Expand Down

0 comments on commit 35b93f8

Please sign in to comment.