Skip to content

Commit fc6d593

Browse files
authored
fix the float atomics blog link (#144)
1 parent af0272e commit fc6d593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)