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
pyverbs: Release Python GIL when calling blocking CMID functions
This releases the Python GIL when calling the following functions:
- rdma_get_request (CMID.get_request)
- rdma_get_send_comp (CMID.get_send_comp)
- rdma_get_recv_comp (CMID.get_recv_comp)
This allows the user to create a functional multithreaded Python
application using the PyVerbs API.
Signed-off-by: Timon Kruiper <[email protected]>
0 commit comments