This repository was archived by the owner on Mar 21, 2024. It is now read-only.
CUDA for_each ignores execution policy's stream #664
Labels
type: bug: functional
Does not work as intended.
The last commit to for_each ommitted the stream parameter from the call to
grid()
.This needs to be restored otherwise kernel launches will go on the default stream.
The text was updated successfully, but these errors were encountered: