google / tour-of-wgsl

https://google.github.io/tour-of-wgsl/
BSD 3-Clause "New" or "Revised" License
107 stars 19 forks source link

Added code example for var<workgroup> page. #86

Closed cmhhelgeson closed 1 year ago

cmhhelgeson commented 1 year ago

Added an example showing how to perform parallel reduction on an array of input data by synchronizing updates to a var variable with workgroupBarriers.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

ben-clayton commented 1 year ago

Thank you for your contribution. We require all contributors sign the CLA before we can accept changes. Would you be willing to sign the CLA as requested above?

cmhhelgeson commented 1 year ago

Added myself to the CLA

github-actions[bot] commented 1 year ago

Preview of pull-request can be viewed here