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 4f56822 commit f6027beCopy full SHA for f6027be
default-constructed-buffers/default-constructed-buffers.md
@@ -60,7 +60,7 @@ explicit conversion operator would call this same function but allow its use
60
in `if` statements.
61
62
Requesting access from a default-constructed buffer should throw an exception.
63
-It is not meaningful to use a default-constructed buffer on-device. Since there
+It is not meaningful to use a default-constructed buffer on device. Since there
64
is no allocation associated with a default-constructed `buffer`,
65
`cl::sycl::buffer::set_final_data` and `cl::sycl::buffer::set_write_back`
66
should behave as if the `buffer` had a final pointer of `nullptr` at all times.
0 commit comments