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

SMT features for multithread for faster switching #19

Open
flhofer opened this issue Jan 17, 2020 · 2 comments
Open

SMT features for multithread for faster switching #19

flhofer opened this issue Jan 17, 2020 · 2 comments
Labels
suggestion Dev. sugg. - future enhancement

Comments

@flhofer
Copy link
Owner

flhofer commented Jan 17, 2020

Consider multithreading for cores, dividing maximum load through threads, but still using the advantage of the faster pipes

@flhofer flhofer added the suggestion Dev. sugg. - future enhancement label Jan 17, 2020
@flhofer
Copy link
Owner Author

flhofer commented Jun 20, 2024

Steps should be

  • SMT for system cores (selective SMT)
  • SMT for RT-cores with reduced scheduling (remember, only registers and pipes are doubled)

@flhofer flhofer moved this to In progress in Orchestrator Jun 20, 2024
@flhofer
Copy link
Owner Author

flhofer commented Jun 25, 2024

Strategy -> Use main (first thread) for all RT threads, remaining for their siblings = should avoid priority race. To test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion Dev. sugg. - future enhancement
Projects
Status: In progress
Development

No branches or pull requests

1 participant