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
[UR][HIP] Refactor reference counting in UR HIP adapter using new ur::RefCount class (#19387)
For intel/llvm#18644
Most UR adapters had their own reference counting of some sort. This
adds a new RefCount class and refactors adapter code so all adapters can
share the same code for reference counting. This PR handles HIP.
I have kept the pre-existing reference counting members inside
stream_queue.hpp, temporarily renaming it as RefCountOld as the CUDA
adapter also uses this and want to only change one adapter per PR. I
will revert this once the last of the HIP and CUDA PRs are merged.
0 commit comments