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
comparing ipc handles might not be always just a memcmp of the two
handles. Introduce an abstraction for this functionality. Use the memcmp
function that was used so far in the cuda and ze component, but use only
certain parts of the ipc handle in rocm.
Signed-off-by: Edgar Gabriel <[email protected]>
0 commit comments