[Cuda Ipc] Add barrier at the end of IpcHandleCache::exchangeHandles#4308
[Cuda Ipc] Add barrier at the end of IpcHandleCache::exchangeHandles#4308samnordmann merged 4 commits intomainfrom
IpcHandleCache::exchangeHandles#4308Conversation
|
Review updated until commit 8ce05dd Description
Changes walkthrough 📝
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
wujingyue
left a comment
There was a problem hiding this comment.
Can you also reenable the tests that I disabled?
|
!test |
|
!test |
|
I disabled two: #4283 (Sorry, I wrote my previous comment on my phone. I should have given you the code pointers) |
|
!test |
A synchronization is needed at the
IpcHandleCache::exchangeHandlesto avoid the exporter exporting twice before the importer delete the key to the store.Should fix a bug observed in the CI.
cc Team thread