You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove CUDAStreamPolicy enum and simplify CUDA stream policy (rapidsai#22086)
Currently it is possible to produce streams for the rapidsmpf execution path in cudf to get streams in a few different ways. You can...
1) use the CUDA default stream
2) construct a new stream before pipeline evaluation,
3) get streams from the rapidsmpf stream pool.
We have no real need for the second option, and it is a potential performance footgun for conflicting with the stream pool. This PR removes that ability, and in the process simplifies much of the stream policy handling leaving us with just the stream pool config.
Authors:
- Vyas Ramasubramani (https://github.com/vyasr)
Approvers:
- Matthew Roeschke (https://github.com/mroeschke)
URL: rapidsai#22086
0 commit comments