Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Implement same-thread execution model for stages #14

Open
j-stephan opened this issue Jan 21, 2017 · 0 comments
Open

Implement same-thread execution model for stages #14

j-stephan opened this issue Jan 21, 2017 · 0 comments
Assignees
Milestone

Comments

@j-stephan
Copy link
Contributor

While having each stage run in its own thread was all fun and games when working with CUDA, recent examinations have shown that this approach possibly downgrades performance when doing work on the host (with OpenMP for example). This is especially true for stages which have different workloads.

We should therefore be able to run multiple stages in the same thread of execution.

@j-stephan j-stephan added this to the 0.3 milestone Jan 21, 2017
@j-stephan j-stephan self-assigned this Jan 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant