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 59a7545 commit 34e51faCopy full SHA for 34e51fa
SYCL/XPTI/buffer/sub_buffer.cpp
@@ -51,7 +51,6 @@ int main() {
51
<< " , expected: " << I - 32 << " , got: " << Accessor1[I]
52
53
auto Accessor1 = Buffer1.get_access<sycl::access::mode::read>();
54
- // Check the results.
55
for (size_t I = 32; I < 64; ++I) {
56
if (Accessor1[I] != I - 32) {
57
std::cout << "The result is incorrect for element: " << I
0 commit comments