Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDvorskiy committed Dec 27, 2024
1 parent 0246903 commit 8061d2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ struct __result_and_scratch_storage : __result_and_scratch_storage_base<_T>
}
}

virtual _T __wait_and_get_value(const sycl::event& __event, std::size_t idx = 0) override const
virtual _T __wait_and_get_value(const sycl::event& __event, std::size_t idx = 0) override override
{
if (is_USM())
__event.wait_and_throw();
Expand Down

0 comments on commit 8061d2a

Please sign in to comment.