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 6f19112 commit e3f3bb6Copy full SHA for e3f3bb6
sycl/test/basic_tests/accessor/accessor.cpp
@@ -509,7 +509,7 @@ int main() {
509
510
sycl::queue queue;
511
queue.submit([&](sycl::handler &cgh) {
512
-#ifdef simplification_test
+#ifndef simplification_test
513
sycl::accessor<int, 1, sycl::access::mode::write,
514
sycl::access::target::global_buffer>
515
D(d, cgh);
@@ -545,7 +545,7 @@ int main() {
545
sycl::buffer<int, 1> d(&data, sycl::range<1>(1));
546
sycl::buffer<int, 1> c(&cnst, sycl::range<1>(1));
547
548
549
550
sycl::access::target::global_buffer,
551
sycl::access::placeholder::true_t>
0 commit comments