First set of run-time scalability improvements to scale gracefully to 8 and more FPGAs per single host program#137
Draft
DmitryDenisenko751 wants to merge 2 commits intointel:mainfrom
Conversation
… 8 and more FPGAs per single host program. - Have separate device operation queue for contexts with non-overlapping device sets. - Each dev op queue has its own set of locking data (but not used yet). With following changes, will switch to using per-dev op queue locks for most opeations. - TODO: dev op queue is dynamically allocated but not freed. Only a problem if user creates and releases contexts often. - Creating a new context with devices used by existing contexts may cause an existing context to be re-assigned to a different device op queue. This currently happens without waiting for the original dev op queue to drain. Again, a corner case we shouldn't hit in normal host programs.
…ate. Only came up during hw testing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.