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 5aeef52 commit 74acc39Copy full SHA for 74acc39
sycl/test/warnings/sycl_2020_deprecations.cpp
@@ -176,7 +176,7 @@ int main() {
176
177
// expected-warning@+1{{'barrier' is deprecated: use 'ext_oneapi_barrier' instead}}
178
Queue.submit([&](sycl::handler &CGH) { CGH.barrier(); });
179
-
+
180
cl::sycl::multi_ptr<int, cl::sycl::access::address_space::global_space> a(
181
nullptr);
182
// expected-warning@+1 {{'atomic<int sycl::access::address_space::global_space>' is deprecated: sycl::atomic is deprecated since SYCL 2020}}
0 commit comments