Skip to content

Commit 8b78414

Browse files
committed
fix the float atomics blog link
1 parent af0272e commit 8b78414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/16_floatatomics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This sample also includes fallback implementations when the `cl_ext_float_atomic
1717
* The second emulates the floating-point atomic add using 32-bit `atomic_cmpxchg` functions.
1818
This is a slower emulation, but it is able to reliably return the "old" value that was in memory before performing the atomic add.
1919

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

2222
## Key APIs and Concepts
2323

0 commit comments

Comments
 (0)