Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device to device pipeline: balancing load (kernel names) between neighboring stages #34

Open
tugrul512bit opened this issue May 11, 2017 · 0 comments
Assignees

Comments

@tugrul512bit
Copy link
Owner

tugrul512bit commented May 11, 2017

Moving kernel names from one stage to another to altering total latencies of stages to minimize total latency of pipeline / to increase throughput.

Example:

  • checks all stages' timings.
  • picks a random pair of stages
  • moves one kernel name from one stage to another without breaking total order of kernel names
@tugrul512bit tugrul512bit self-assigned this May 11, 2017
@tugrul512bit tugrul512bit changed the title Device to device pipeline: multiple stages in same GPU Device to device pipeline: balancing load (kernel names) between neighboring stages May 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant