Skip to content

Commit 34e51fa

Browse files
vladimirlazbb-sycl
authored andcommitted
[SYCL][XPTI] Accessor events test (intel#700)
Verify emission of events for accessor creation
1 parent 59a7545 commit 34e51fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SYCL/XPTI/buffer/sub_buffer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ int main() {
5151
<< " , expected: " << I - 32 << " , got: " << Accessor1[I]
5252

5353
auto Accessor1 = Buffer1.get_access<sycl::access::mode::read>();
54-
// Check the results.
5554
for (size_t I = 32; I < 64; ++I) {
5655
if (Accessor1[I] != I - 32) {
5756
std::cout << "The result is incorrect for element: " << I

0 commit comments

Comments
 (0)