Skip to content
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

Closed
jaredhoberock opened this issue Apr 14, 2015 · 0 comments · Fixed by #665
Closed

CUDA for_each ignores execution policy's stream #664

jaredhoberock opened this issue Apr 14, 2015 · 0 comments · Fixed by #665
Labels
type: bug: functional Does not work as intended.

Comments

@jaredhoberock
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug: functional Does not work as intended.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant