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

Add chapter on synchronization #9

Open
SaschaWillems opened this issue Sep 8, 2023 · 0 comments
Open

Add chapter on synchronization #9

SaschaWillems opened this issue Sep 8, 2023 · 0 comments

Comments

@SaschaWillems
Copy link
Collaborator

Covers: Memory barriers, Execution barriers, Events, Changes in Sync2. Timeline Semaphores. "when to use X primitive". Difference between memory & image barriers.

Basic use cases for each.

Why sync is so explicit in Vulkan - reference opengl & why its good vulkan requires explicit sync.
How GPU sync differs from CPU sync. (The hardware differences essentially). Task vs Data parallelism.

Memory model - don't need to mention it.

Reference/Link to external articles & blogs that go into more detail.
vulkan-guide chapter:
https://github.com/KhronosGroup/Vulkan-Guide/blob/master/chapters/synchronization.adoc

Note: Copied from the old repo's project board

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant