Skip to content

Commit bf0470f

Browse files
committed
++
1 parent 8061d2a commit bf0470f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl_utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ struct __result_and_scratch_storage : __result_and_scratch_storage_base<_T>
684684
}
685685
}
686686

687-
virtual _T __wait_and_get_value(const sycl::event& __event, std::size_t idx = 0) override override
687+
virtual _T __wait_and_get_value(const sycl::event& __event, std::size_t idx = 0) const override
688688
{
689689
if (is_USM())
690690
__event.wait_and_throw();

0 commit comments

Comments
 (0)