Skip to content

Commit be4e5ed

Browse files
authored
Update maxloc_operator.cpp
1 parent b8c0384 commit be4e5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/oneDPL/maxloc_reductions/maxloc_operator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const size_t L = 1;
1919

2020
int main(int argc, char **argv)
2121
{
22-
sycl::queue Q(sycl::default_selector{});
22+
sycl::queue Q(sycl::default_selector_v);
2323

2424
const size_t n = 7;
2525
auto data = sycl::malloc_shared<int>(n, Q);

0 commit comments

Comments
 (0)