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 9e1f628 commit 9f46e66Copy full SHA for 9f46e66
sycl/include/CL/sycl/buffer.hpp
@@ -196,7 +196,7 @@ class buffer {
196
impl->set_final_data(finalData);
197
}
198
199
- void set_write_back(bool flag = true) { return impl->set_write_back(flag); }
+ void set_write_back(bool flag = true) { impl->set_write_back(flag); }
200
201
bool is_sub_buffer() const { return IsSubBuffer; }
202
0 commit comments