Skip to content

Commit 52b47c1

Browse files
authored
Updated computed_tomography.cpp to use default_selector_v (#1494)
1 parent 3d310c0 commit 52b47c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/oneMKL/computed_tomography/computed_tomography.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ int main(int argc, char **argv)
140140
};
141141

142142
// create execution queue with asynchronous error handling
143-
sycl::queue main_queue(sycl::device{sycl::default_selector{}}, exception_handler);
143+
sycl::queue main_queue(sycl::device{sycl::default_selector_v}, exception_handler);
144144

145145
std::cout << "Reading original image from " << original_bmpname << std::endl;
146146
matrix_r original_image(main_queue);

0 commit comments

Comments
 (0)