We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0272e commit fc6d593Copy full SHA for fc6d593
samples/16_floatatomics/README.md
@@ -17,7 +17,7 @@ This sample also includes fallback implementations when the `cl_ext_float_atomic
17
* The second emulates the floating-point atomic add using 32-bit `atomic_cmpxchg` functions.
18
This is a slower emulation, but it is able to reliably return the "old" value that was in memory before performing the atomic add.
19
20
-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
21
22
## Key APIs and Concepts
23
0 commit comments