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] Do not use handler::addAccessorReq() (#16111)
This function might be useful only when an accessor is connected with
different
CG that was used during a construction of the accessor. Currently it’s
helpful
only in single case of reduction, and in this case the accessor can be
connected
to a right CG in the constructor. Modify the use case and remove all
calls to
addAccessorReq().
0 commit comments