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 01e439b commit 25d9de0Copy full SHA for 25d9de0
sycl/test-e2e/SubGroup/sub_group_as_vec.cpp
@@ -33,7 +33,7 @@ int main(int argc, char *argv[]) {
33
queue.submit([&](sycl::handler &cgh) {
34
auto global = buf.get_access<sycl::access::mode::read_write,
35
sycl::access::target::device>(cgh);
36
-#ifdef DUSE_DEPRECATED_LOCAL_ACC
+#ifdef USE_DEPRECATED_LOCAL_ACC
37
sycl::accessor<sycl::vec<int, 2>, 1, sycl::access::mode::read_write,
38
sycl::access::target::local>
39
local(N, cgh);
0 commit comments