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 b86e50e commit edd5371Copy full SHA for edd5371
docs/src/examples/memcopy.md
@@ -1,6 +1,6 @@
1
# Memcopy
2
3
-The first example simple copies memory from `A` to `B`
+The first example simple copies memory from `B` to `A`
4
5
````@eval
6
using Markdown
docs/src/examples/memcopy_static.md
# Memcopy with static NDRange
-The first example simple copies memory from `A` to `B`. In contrast to the previous examples
+The first example simple copies memory from `B` to `A`. In contrast to the previous examples
it uses a fully static kernel configuration. Specializing the kernel on the iteration range itself.
0 commit comments