MCPcopy Create free account
hub / github.com/NVIDIA/cuda-quantum / as_cpp

Function as_cpp

realtime/lib/cpu_transport/roce_wrapper.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24namespace {
25CpuRoceTransceiver *as_cpp(cpu_roce_transceiver_t h) {
26 return static_cast<CpuRoceTransceiver *>(h);
27}
28} // namespace
29
30extern "C" {

Callers 15

cpu_roce_startFunction · 0.85
cpu_roce_setupFunction · 0.85
cpu_roce_connectFunction · 0.85
cpu_roce_closeFunction · 0.85
cpu_roce_set_local_ipFunction · 0.85
cpu_roce_get_qp_numberFunction · 0.85
cpu_roce_get_rkeyFunction · 0.85
cpu_roce_get_buffer_addrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected