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 74acc39 commit af9ba65Copy full SHA for af9ba65
sycl/test/warnings/sycl_2020_deprecations.cpp
@@ -179,7 +179,7 @@ int main() {
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}}
+ // expected-warning@+1 {{'atomic<int, sycl::access::address_space::global_space>' is deprecated: sycl::atomic is deprecated since SYCL 2020}}
183
cl::sycl::atomic<int> b(a);
184
185
return 0;
0 commit comments