You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Fix warning caused by [[nodiscard]] attribute (#2545)
try_lock_for method is marked with [[nodiscard]] attribute which means
that its result can't be discarded. Discarding the result causes warning
which turns into error in -Werror mode causing build failure.
0 commit comments