-
Notifications
You must be signed in to change notification settings - Fork 5
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 blog post for 0.10 release #58
base: main
Are you sure you want to change the base?
Conversation
blog/2024-12-29-rust-gpu-0.10.md
Outdated
subgroup_i_add_reduce(local_invocation_id.x); | ||
} | ||
} | ||
``` |
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.
I don't like this example at all, the tests for subgroups were just to check the asm, not to be an actual practical example.
Here's a practical example from my codebase: https://gitlab.com/spacegamedev/space-rust/-/blob/meshlet_piping/space-engine-shader/src/renderer/allocation_buffer.rs?ref_type=heads#L34
I may make you a good example over the next few days, if I find the time that is.
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.
I just removed the example. If you get time, add one back. No worries if not...I know you are super busy! Maybe this is a good excuse for me to learn subgroups :-)
628c0a9
to
6bcd62e
Compare
6bcd62e
to
52fe199
Compare
Currently marked as draft in docusaurus and we'll have to adjust the date for when we plan to release.