-
When should or shouldn't a stream be specified for an operation? |
Beta Was this translation helpful? Give feedback.
Answered by
awni
Apr 17, 2025
Replies: 1 comment
-
The primary use cases are:
In general specifying a stream is a more advanced use case and OI would always start by running everything on the default stream of the default device (the GPU on Apple silicon), profile and optimize from there. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lbench
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The primary use cases are:
In general specifying a stream is a more advanced use case and OI would always start by running everything on the default stream of the default device (the GPU on Apple silicon), profile and optimize from there.