-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Vulkan] Device API Multi-streams, multi-queue, and initial multi-thread support #2802
Merged
Merged
Changes from 23 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
14a44c5
Move to reference counted residency tracking & preparing for a multi …
bobcao3 384cdcf
Multi stream & multi threading ready
bobcao3 037e16c
Auto Format
taichi-gardener e1001e7
remove command list config
bobcao3 5b345ac
Merge branch 'device-api-streams' of https://github.com/bobcao3/taich…
bobcao3 b437bac
Accumulate into one command list until sync point
bobcao3 15345e6
Auto Format
taichi-gardener e30c2d3
Accumulate into one command list until sync point
bobcao3 f4e6740
Remove exposed mutex from ref counted pool
bobcao3 17f07d9
Merge branch 'device-api-streams' of https://github.com/bobcao3/taich…
bobcao3 40c31d7
Move ref counted pool to commons
bobcao3 f4d0eb4
Auto Format
taichi-gardener fabde65
Move to reference counted residency tracking & preparing for a multi …
bobcao3 bbd665d
Multi stream & multi threading ready
bobcao3 597ba12
remove command list config
bobcao3 0cca6f3
Auto Format
taichi-gardener a3137ae
Accumulate into one command list until sync point
bobcao3 e7d9a3a
Remove exposed mutex from ref counted pool
bobcao3 428d7e1
Move ref counted pool to commons
bobcao3 1817c77
Merge branch 'master' of https://github.com/taichi-dev/taichi into de…
bobcao3 78e6456
merge ggui updates
bobcao3 41e4fb0
merge
bobcao3 c4464a7
namespace
bobcao3 42c2615
fix something
bobcao3 a1fb99d
Move `get_graphics_stream` to graphics device
bobcao3 8b045cd
Always create compute queue
bobcao3 42df3ce
Auto Format
taichi-gardener File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: only declare this for
GraphicsDevice..?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right