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 82d668b commit 1f5903dCopy full SHA for 1f5903d
README.md
@@ -41,7 +41,7 @@ The sum of each block is then reduced to a single value using an atomic add via
41
42
It then shows how the same reduction can be done using Thrust's `reduce` algorithm and compares the results.
43
44
-[Try it live on Godbolt!](https://godbolt.org/z/aMx4j9f4T)
+[Try it live on Godbolt!](https://godbolt.org/z/3KaWz3Msf)
45
46
```cpp
47
#include <thrust/execution_policy.h>
0 commit comments