Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/16_floatatomics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This sample also includes fallback implementations when the `cl_ext_float_atomic
* The second emulates the floating-point atomic add using 32-bit `atomic_cmpxchg` functions.
This is a slower emulation, but it is able to reliably return the "old" value that was in memory before performing the atomic add.

This sample was inspired by the blog post: https://pipinspace.github.io/blog/atomic-float-addition-in-opencl.html
This sample was inspired by the blog post: https://violetspace.github.io/blog/atomic-float-addition-in-opencl.html

## Key APIs and Concepts

Expand Down