MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / EndpointDeleter

Function EndpointDeleter

tensorflow/contrib/gdr/gdr_memory_manager.cc:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void EndpointDeleter(rdma_cm_id* id) {
94 if (id) {
95 rdma_destroy_ep(id);
96 }
97}
98
99void MRDeleter(ibv_mr* mr) {
100 if (mr) {

Callers 1

RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected