We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c0384 commit be4e5edCopy full SHA for be4e5ed
1 file changed
Libraries/oneDPL/maxloc_reductions/maxloc_operator.cpp
@@ -19,7 +19,7 @@ const size_t L = 1;
19
20
int main(int argc, char **argv)
21
{
22
- sycl::queue Q(sycl::default_selector{});
+ sycl::queue Q(sycl::default_selector_v);
23
24
const size_t n = 7;
25
auto data = sycl::malloc_shared<int>(n, Q);
0 commit comments